GetOpenIDConnectProviderResponse

public struct GetOpenIDConnectProviderResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

    Declaration

    Swift

    public let clientIDList: [String]?
  • The date and time when the IAM OIDC provider resource object was created in the AWS account.

    Declaration

    Swift

    public let createDate: TimeStamp?
  • A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

    Declaration

    Swift

    public let thumbprintList: [String]?
  • url

    The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

    Declaration

    Swift

    public let url: String?
  • Undocumented

    Declaration

    Swift

    public init(clientIDList: [String]? = nil, createDate: TimeStamp? = nil, thumbprintList: [String]? = nil, url: String? = nil)