UpdateOrganizationParameters
Data class used for wrapping parameters used for making an Organization update call
Constructors
Properties
An array of allowed authentication methods.
An array of allowed MFA methods.
The setting that controls which authentication methods can be used by Members of an Organization.
An array of email domains that allow invites or JIT provisioning for new Members. This list is enforced when either email_invites or email_jit_provisioning is set to RESTRICTED. Common domains such as gmail.com are not allowed.
The authentication setting that controls how a new Member can be invited to an organization by email.
The authentication setting that controls how a new Member can be provisioned by authenticating via Email Magic Link.
The setting that controls which mfa methods can be used by Members of an Organization.
The image URL of the Organization logo.
The name of the organization
The unique URL slug of the Organization. A minimum of two characters is required. The slug only accepts alphanumeric characters and the following reserved characters: - . _ ~.
An array of implicit role assignments granted to members in this organization whose emails match the domain.
The default connection used for SSO when there are multiple active connections.
The authentication setting that controls the JIT provisioning of Members when authenticating via SSO.
An array of connection_ids that reference SAML Connection objects. Only these connections will be allowed to JIT provision Members via SSO when sso_jit_provisioning is set to RESTRICTED.