Interface CpSSOSetupProps

CloudKitext SSO Pattern Properties

interface CpSSOSetupProps {
    cpAdminSessionDuration?: string;
    cpDevLogArchiveAccountId: string;
    cpNetworkAccountId: string;
    cpNetworkSessionDuration?: string;
    cpProdLogArchiveAccountId: string;
    cpSecuritySessionDuration?: string;
    cpSourceCodeAccountId: string;
    cpSourceCodeSessionDuration?: string;
    cpViewOnlySessionDuration?: string;
}

Properties

cpAdminSessionDuration?: string

cpAdminSessionDuration in the for PT3H for 3 hours.

Default

PT1H
cpDevLogArchiveAccountId: string

cpDevLogArchiveAccountId is the account id for the account created for development log archive account.

cpNetworkAccountId: string

cpNetworkAccountId is the account id for the account created for network controls.

cpNetworkSessionDuration?: string

cpNetworkSessionDuration in the for PT3H for 3 hours.

Default

PT8H
cpProdLogArchiveAccountId: string

cpProdLogArchiveAccountId is the account id for the account created for production log archive account.

cpSecuritySessionDuration?: string

cpSecuritySessionDuration in the for PT3H for 3 hours.

Default

PT3H
cpSourceCodeAccountId: string

cpSourceCodeAccountId is the account id for the account created for keeping source code.

cpSourceCodeSessionDuration?: string

cpSourceCodeSessionDuration in the for PT3H for 3 hours.

Default

PT8H
cpViewOnlySessionDuration?: string

cpViewOnlySessionDuration in the for PT3H for 3 hours.

Default

PT3H

Generated using TypeDoc