Class SeamHttpUserIdentitiesEnrollmentAutomations
Constructors
Properties
client
client: AxiosInstance
Readonly
defaults
Methods
delete
- delete(body?): SeamHttpRequest<void, undefined>
Parameters
Optional
body: {
enrollment_automation_id: string;
}enrollment_automation_id: string
get
- get(body?): SeamHttpRequest<SetNonNullable<Required<{
enrollment_automation: {
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
};
}>, "enrollment_automation">, "enrollment_automation"> Parameters
Optional
body: {
enrollment_automation_id: string;
}enrollment_automation_id: string
Returns SeamHttpRequest<SetNonNullable<Required<{
enrollment_automation: {
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
};
}>, "enrollment_automation">, "enrollment_automation">
launch
- launch(body?): SeamHttpRequest<SetNonNullable<Required<{
enrollment_automation: {
acs_credential_provisioning_automation_id: string;
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
};
}>, "enrollment_automation">, "enrollment_automation"> Parameters
Optional
body: {
acs_credential_pool_id?: string;
create_credential_manager_user?: boolean;
credential_manager_acs_system_id: string;
credential_manager_acs_user_id?: string;
user_identity_id: string;
}Optional
acs_credential_pool_id?: string
Optional
create_credential_manager_user?: boolean
credential_manager_acs_system_id: string
Optional
credential_manager_acs_user_id?: string
user_identity_id: string
Returns SeamHttpRequest<SetNonNullable<Required<{
enrollment_automation: {
acs_credential_provisioning_automation_id: string;
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
};
}>, "enrollment_automation">, "enrollment_automation">
list
- list(body?): SeamHttpRequest<SetNonNullable<Required<{
enrollment_automations: {
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
}[];
}>, "enrollment_automations">, "enrollment_automations"> Parameters
Optional
body: {
user_identity_id: string;
}
Returns SeamHttpRequest<SetNonNullable<Required<{
enrollment_automations: {
created_at: string;
credential_manager_acs_system_id: string;
enrollment_automation_id: string;
user_identity_id: string;
workspace_id: string;
}[];
}>, "enrollment_automations">, "enrollment_automations">
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
Parameters
- clientSessionToken: string
Returns Promise<void>
Static
fromClientSessionToken
Static
fromConsoleSessionToken
Static
fromPersonalAccessToken