IdentityProviderDetails

public struct IdentityProviderDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides the type of InvocationRole used to authenticate the user account.

    Declaration

    Swift

    public let invocationRole: String?
  • url

    Provides the location of the service endpoint used to authenticate users.

    Declaration

    Swift

    public let url: String?
  • Undocumented

    Declaration

    Swift

    public init(invocationRole: String? = nil, url: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws