RemoveClientIDFromOpenIDConnectProviderRequest

public struct RemoveClientIDFromOpenIDConnectProviderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.

    Declaration

    Swift

    public let clientID: String
  • The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let openIDConnectProviderArn: String
  • Undocumented

    Declaration

    Swift

    public init(clientID: String, openIDConnectProviderArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws