AccessOrganizationArgs

data class AccessOrganizationArgs constructor(val accountId: Output<String>? = null, val allowAuthenticateViaWarp: Output<Boolean>? = null, val authDomain: Output<String>? = null, val autoRedirectToIdentity: Output<Boolean>? = null, val customPages: Output<AccessOrganizationCustomPagesArgs>? = null, val isUiReadOnly: Output<Boolean>? = null, val loginDesign: Output<AccessOrganizationLoginDesignArgs>? = null, val name: Output<String>? = null, val sessionDuration: Output<String>? = null, val uiReadOnlyToggleReason: Output<String>? = null, val userSeatExpirationInactiveTime: Output<String>? = null, val warpAuthSessionDuration: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<AccessOrganizationArgs>

Example Usage

resources:
exampleZeroTrustOrganization:
type: cloudflare:ZeroTrustOrganization
name: example_zero_trust_organization
properties:
zoneId: zone_id
allowAuthenticateViaWarp: true
authDomain: test.cloudflareaccess.com
autoRedirectToIdentity: true
customPages:
forbidden: 699d98642c564d2e855e9661899b7252
identity_denied: 699d98642c564d2e855e9661899b7252
isUiReadOnly: true
loginDesign:
background_color: '#c5ed1b'
footer_text: This is an example description.
header_text: This is an example description.
logo_path: https://example.com/logo.png
text_color: '#c5ed1b'
name: Widget Corps Internal Applications
sessionDuration: 24h
uiReadOnlyToggleReason: Temporarily turn off the UI read only lock to make a change via the UI
userSeatExpirationInactiveTime: 730h
warpAuthSessionDuration: 24h

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, allowAuthenticateViaWarp: Output<Boolean>? = null, authDomain: Output<String>? = null, autoRedirectToIdentity: Output<Boolean>? = null, customPages: Output<AccessOrganizationCustomPagesArgs>? = null, isUiReadOnly: Output<Boolean>? = null, loginDesign: Output<AccessOrganizationLoginDesignArgs>? = null, name: Output<String>? = null, sessionDuration: Output<String>? = null, uiReadOnlyToggleReason: Output<String>? = null, userSeatExpirationInactiveTime: Output<String>? = null, warpAuthSessionDuration: Output<String>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

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

Link copied to clipboard
val allowAuthenticateViaWarp: Output<Boolean>? = null

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

The unique subdomain assigned to your Zero Trust organization.

Link copied to clipboard
val autoRedirectToIdentity: Output<Boolean>? = null

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

Link copied to clipboard
Link copied to clipboard
val isUiReadOnly: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null

The name of your Zero Trust organization.

Link copied to clipboard
val sessionDuration: Output<String>? = null

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

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

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): AccessOrganizationArgs