ZeroTrustAccessOrganization

class ZeroTrustAccessOrganization : KotlinCustomResource

A Zero Trust organization defines the user login experience.

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource. Conflicts with zone_id.

Link copied to clipboard

When set to true, users can authenticate via WARP for any application in your organization. Application settings will take precedence over this value.

Link copied to clipboard
val authDomain: Output<String>

The unique subdomain assigned to your Zero Trust organization.

Link copied to clipboard

When set to true, users skip the identity provider selection step during login.

Link copied to clipboard

Custom pages for your Zero Trust organization.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isUiReadOnly: Output<Boolean>?

When set to true, this will disable all editing of Access resources via the Zero Trust Dashboard.

Link copied to clipboard
Link copied to clipboard
val name: Output<String>

The name of your Zero Trust organization.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sessionDuration: Output<String>?

How often a user will be forced to re-authorise. Must be in the format 48h or 2h45m.

Link copied to clipboard

A description of the reason why the UI read only field is being toggled.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The amount of time a user seat is inactive before it expires. When the user seat exceeds the set time of inactivity, the user is removed as an active seat and no longer counts against your Teams seat count. Must be in the format 300ms or 2h45m.

Link copied to clipboard

The amount of time that tokens issued for applications will be valid. Must be in the format 30m or 2h45m. Valid time units are: m, h.

Link copied to clipboard
val zoneId: Output<String>

The zone identifier to target for the resource. Conflicts with account_id.