GradientEdge CDK Utils
    Preparing search index...
    interface ZeroTrustAccessIdentityProviderProps {
        accountId?: Input<string>;
        config: Input<ZeroTrustAccessIdentityProviderConfig>;
        name: Input<string>;
        scimConfig?: Input<ZeroTrustAccessIdentityProviderScimConfig>;
        type: Input<string>;
        zoneId?: Input<string>;
    }

    Hierarchy

    • ZeroTrustAccessIdentityProviderArgs
      • ZeroTrustAccessIdentityProviderProps
    Index

    Properties

    accountId?: Input<string>

    The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

    config: Input<ZeroTrustAccessIdentityProviderConfig>

    The configuration parameters for the identity provider. To view the required parameters for a specific provider, refer to our developer documentation.

    name: Input<string>

    The name of the identity provider, shown to users on the login page.

    scimConfig?: Input<ZeroTrustAccessIdentityProviderScimConfig>

    The configuration settings for enabling a System for Cross-Domain Identity Management (SCIM) with the identity provider.

    type: Input<string>

    The type of identity provider. To determine the value for a specific provider, refer to our developer documentation. Available values: "onetimepin", "azureAD", "saml", "centrify", "facebook", "github", "google-apps", "google", "linkedin", "oidc", "okta", "onelogin", "pingone", "yandex".

    zoneId?: Input<string>

    The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.