Class InboundOidcSsoProfilesResource
The "inboundOidcSsoProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundOidcSsoProfilesResource
Constructors
InboundOidcSsoProfilesResource(IClientService)
Constructs a new resource.
Declaration
public InboundOidcSsoProfilesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(InboundOidcSsoProfile)
Creates an InboundOidcSsoProfile for a customer. When the target customer has enabled Multi-party approval
for sensitive actions, the Operation in the response will
have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
Declaration
public virtual InboundOidcSsoProfilesResource.CreateRequest Create(InboundOidcSsoProfile body)
Parameters
| Type | Name | Description |
|---|---|---|
| InboundOidcSsoProfile | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| InboundOidcSsoProfilesResource.CreateRequest |
Delete(string)
Deletes an InboundOidcSsoProfile.
Declaration
public virtual InboundOidcSsoProfilesResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the
InboundOidcSsoProfile to delete. Format: |
Returns
| Type | Description |
|---|---|
| InboundOidcSsoProfilesResource.DeleteRequest |
Get(string)
Gets an InboundOidcSsoProfile.
Declaration
public virtual InboundOidcSsoProfilesResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the
InboundOidcSsoProfile to get. Format: |
Returns
| Type | Description |
|---|---|
| InboundOidcSsoProfilesResource.GetRequest |
List()
Lists InboundOidcSsoProfile objects for a Google enterprise customer.
Declaration
public virtual InboundOidcSsoProfilesResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| InboundOidcSsoProfilesResource.ListRequest |
Patch(InboundOidcSsoProfile, string)
Updates an InboundOidcSsoProfile. When the target customer has enabled Multi-party approval for sensitive
actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
Declaration
public virtual InboundOidcSsoProfilesResource.PatchRequest Patch(InboundOidcSsoProfile body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| InboundOidcSsoProfile | body | The body of the request. |
| string | name | Output only. Resource name of the OIDC SSO profile. |
Returns
| Type | Description |
|---|---|
| InboundOidcSsoProfilesResource.PatchRequest |