UpdateOpenIDConnectProviderThumbprintRequest

public struct UpdateOpenIDConnectProviderThumbprintRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. 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
  • A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.

    Declaration

    Swift

    public let thumbprintList: [String]
  • Undocumented

    Declaration

    Swift

    public init(openIDConnectProviderArn: String, thumbprintList: [String])
  • Declaration

    Swift

    public func validate(name: String) throws