Liking cljdoc? Tell your friends :D

happygapi.cloudidentity.inboundSsoAssignments

Cloud Identity API: inboundSsoAssignments. API for provisioning and managing identity resources. See: https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments

Cloud Identity API: inboundSsoAssignments.
API for provisioning and managing identity resources.
See: https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments
raw docstring

create$clj

(create$ auth parameters body)

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/create

Required parameters: none

Optional parameters: none

Body:

{:targetGroup string, :targetOrgUnit string, :name string, :customer string, :rank integer, :ssoMode string, :samlSsoInfo {:inboundSamlSsoProfile string}, :signInBehavior {:redirectCondition string}}

Creates an InboundSsoAssignment for users and devices in a Customer under a given Group or OrgUnit.

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/create

Required parameters: none

Optional parameters: none

Body: 

{:targetGroup string,
 :targetOrgUnit string,
 :name string,
 :customer string,
 :rank integer,
 :ssoMode string,
 :samlSsoInfo {:inboundSamlSsoProfile string},
 :signInBehavior {:redirectCondition string}}

Creates an InboundSsoAssignment for users and devices in a `Customer` under a given `Group` or `OrgUnit`.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/delete

Required parameters: name

Optional parameters: none

Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has sso_mode == SSO_OFF.

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/delete

Required parameters: name

Optional parameters: none

Deletes an InboundSsoAssignment. To disable SSO, Create (or Update) an assignment that has `sso_mode` == `SSO_OFF`.
sourceraw docstring

get$clj

(get$ auth parameters)

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/get

Required parameters: name

Optional parameters: none

Gets an InboundSsoAssignment.

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/get

Required parameters: name

Optional parameters: none

Gets an InboundSsoAssignment.
sourceraw docstring

list$clj

(list$ auth parameters)

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/list

Required parameters: none

Optional parameters: filter, pageSize, pageToken

Lists the InboundSsoAssignments for a Customer.

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/list

Required parameters: none

Optional parameters: filter, pageSize, pageToken

Lists the InboundSsoAssignments for a `Customer`.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:targetGroup string, :targetOrgUnit string, :name string, :customer string, :rank integer, :ssoMode string, :samlSsoInfo {:inboundSamlSsoProfile string}, :signInBehavior {:redirectCondition string}}

Updates an InboundSsoAssignment. The body of this request is the inbound_sso_assignment field and the update_mask is relative to that. For example: a PATCH to /v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rank with a body of { "rank": 1 } moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.

https://cloud.google.com/identity/api/reference/rest/v1/inboundSsoAssignments/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:targetGroup string,
 :targetOrgUnit string,
 :name string,
 :customer string,
 :rank integer,
 :ssoMode string,
 :samlSsoInfo {:inboundSamlSsoProfile string},
 :signInBehavior {:redirectCondition string}}

Updates an InboundSsoAssignment. The body of this request is the `inbound_sso_assignment` field and the `update_mask` is relative to that. For example: a PATCH to `/v1/inboundSsoAssignments/0abcdefg1234567&update_mask=rank` with a body of `{ "rank": 1 }` moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close