pub struct WorkforcePoolProviderScimToken {
pub display_name: Option<String>,
pub name: Option<String>,
pub security_token: Option<String>,
pub state: Option<String>,
}Expand description
Gemini Enterprise only. Represents a token for the WorkforcePoolProviderScimTenant. Used for authenticating SCIM provisioning requests.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- workforce pools providers scim tenants tokens create locations (request|response)
- workforce pools providers scim tenants tokens delete locations (response)
- workforce pools providers scim tenants tokens get locations (response)
- workforce pools providers scim tenants tokens patch locations (request|response)
- workforce pools providers scim tenants tokens undelete locations (response)
Fields§
§display_name: Option<String>Optional. Gemini Enterprise only. The display name of the SCIM token. Cannot exceed 32 characters.
name: Option<String>Identifier. Gemini Enterprise only. The resource name of the SCIM Token. Format: locations/{location}/workforcePools/{workforce_pool}/providers/ {workforce_pool_provider}/scimTenants/{scim_tenant}/tokens/{token}
security_token: Option<String>Output only. Gemini Enterprise only. The token string. Provide this to the IdP for authentication. Will be set only during creation.
state: Option<String>Output only. Gemini Enterprise only. The state of the token.
Trait Implementations§
Source§impl Clone for WorkforcePoolProviderScimToken
impl Clone for WorkforcePoolProviderScimToken
Source§fn clone(&self) -> WorkforcePoolProviderScimToken
fn clone(&self) -> WorkforcePoolProviderScimToken
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more