AddClientIDToOpenIDConnectProviderRequest
public struct AddClientIDToOpenIDConnectProviderRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
Declaration
Swift
public let clientID: String
-
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
Declaration
Swift
public let openIDConnectProviderArn: String
-
Undocumented
Declaration
Swift
public init(clientID: String, openIDConnectProviderArn: String)
-
Declaration
Swift
public func validate(name: String) throws