UpdateIdentityProviderRequest

public struct UpdateIdentityProviderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identity provider attribute mapping to be changed.

    Declaration

    Swift

    public let attributeMapping: [String : String]?
  • A list of identity provider identifiers.

    Declaration

    Swift

    public let idpIdentifiers: [String]?
  • The identity provider details to be updated, such as MetadataURL and MetadataFile.

    Declaration

    Swift

    public let providerDetails: [String : String]?
  • The identity provider name.

    Declaration

    Swift

    public let providerName: String
  • The user pool ID.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

    public init(attributeMapping: [String : String]? = nil, idpIdentifiers: [String]? = nil, providerDetails: [String : String]? = nil, providerName: String, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws