GetZeroTrustOrganizationResult

data class GetZeroTrustOrganizationResult(val accountId: String? = null, val allowAuthenticateViaWarp: Boolean, val authDomain: String, val autoRedirectToIdentity: Boolean, val createdAt: String, val customPages: GetZeroTrustOrganizationCustomPages, val id: String, val isUiReadOnly: Boolean, val loginDesign: GetZeroTrustOrganizationLoginDesign, val name: String, val sessionDuration: String, val uiReadOnlyToggleReason: String, val updatedAt: String, val userSeatExpirationInactiveTime: String, val warpAuthSessionDuration: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustOrganization.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, allowAuthenticateViaWarp: Boolean, authDomain: String, autoRedirectToIdentity: Boolean, createdAt: String, customPages: GetZeroTrustOrganizationCustomPages, id: String, isUiReadOnly: Boolean, loginDesign: GetZeroTrustOrganizationLoginDesign, name: String, sessionDuration: String, uiReadOnlyToggleReason: String, updatedAt: String, userSeatExpirationInactiveTime: String, warpAuthSessionDuration: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the 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

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
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The name of your Zero Trust organization.

Link copied to clipboard

The amount of time that tokens issued for applications will be valid. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.

Link copied to clipboard

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

Link copied to clipboard
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. Minimum value for this setting is 1 month (730h). Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.

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: String? = null

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