Interface IdentityProviderConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IdentityProviderConfig.Builder,IdentityProviderConfig>, SdkBuilder<IdentityProviderConfig.Builder,IdentityProviderConfig>, SdkPojo
Enclosing class:
IdentityProviderConfig

public static interface IdentityProviderConfig.Builder extends SdkPojo, CopyableBuilder<IdentityProviderConfig.Builder,IdentityProviderConfig>
  • Method Details

    • type

      The type of the identity provider configuration. The only type available is oidc.

      Parameters:
      type - The type of the identity provider configuration. The only type available is oidc.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the identity provider configuration.

      Parameters:
      name - The name of the identity provider configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.