Class InboundSamlSsoProfilesResource
The "inboundSamlSsoProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundSamlSsoProfilesResource
Constructors
InboundSamlSsoProfilesResource(IClientService)
Constructs a new resource.
Declaration
public InboundSamlSsoProfilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
IdpCredentials
Gets the IdpCredentials resource.
Declaration
public virtual InboundSamlSsoProfilesResource.IdpCredentialsResource IdpCredentials { get; }
Property Value
Type | Description |
---|---|
InboundSamlSsoProfilesResource.IdpCredentialsResource |
Methods
Create(InboundSamlSsoProfile)
Creates an InboundSamlSsoProfile 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 InboundSamlSsoProfilesResource.CreateRequest Create(InboundSamlSsoProfile body)
Parameters
Type | Name | Description |
---|---|---|
InboundSamlSsoProfile | body | The body of the request. |
Returns
Type | Description |
---|---|
InboundSamlSsoProfilesResource.CreateRequest |
Delete(string)
Deletes an InboundSamlSsoProfile.
Declaration
public virtual InboundSamlSsoProfilesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the
InboundSamlSsoProfile to delete. Format: |
Returns
Type | Description |
---|---|
InboundSamlSsoProfilesResource.DeleteRequest |
Get(string)
Gets an InboundSamlSsoProfile.
Declaration
public virtual InboundSamlSsoProfilesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the
InboundSamlSsoProfile to get. Format: |
Returns
Type | Description |
---|---|
InboundSamlSsoProfilesResource.GetRequest |
List()
Lists InboundSamlSsoProfiles for a customer.
Declaration
public virtual InboundSamlSsoProfilesResource.ListRequest List()
Returns
Type | Description |
---|---|
InboundSamlSsoProfilesResource.ListRequest |
Patch(InboundSamlSsoProfile, string)
Updates an InboundSamlSsoProfile. 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 InboundSamlSsoProfilesResource.PatchRequest Patch(InboundSamlSsoProfile body, string name)
Parameters
Type | Name | Description |
---|---|---|
InboundSamlSsoProfile | body | The body of the request. |
string | name | Output only. Resource name of the SAML SSO profile. |
Returns
Type | Description |
---|---|
InboundSamlSsoProfilesResource.PatchRequest |