Class AllowlistedDomainsResource
The "allowlistedDomains" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class AllowlistedDomainsResource
Constructors
AllowlistedDomainsResource(IClientService)
Constructs a new resource.
Declaration
public AllowlistedDomainsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(AllowlistedDomain)
Adds a domain to the allowlist.
Declaration
public virtual AllowlistedDomainsResource.CreateRequest Create(AllowlistedDomain body)
Parameters
| Type | Name | Description |
|---|---|---|
| AllowlistedDomain | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| AllowlistedDomainsResource.CreateRequest |
Delete(string)
Removes a domain from the allowlist.
Declaration
public virtual AllowlistedDomainsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Specifies the resource name of the domain to delete. |
Returns
| Type | Description |
|---|---|
| AllowlistedDomainsResource.DeleteRequest |
Get(string)
Retrieves a specific domain from the allowlist.
Declaration
public virtual AllowlistedDomainsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Specifies the resource name of the domain to retrieve. |
Returns
| Type | Description |
|---|---|
| AllowlistedDomainsResource.GetRequest |
List()
Lists the domains in the allowlist.
Declaration
public virtual AllowlistedDomainsResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| AllowlistedDomainsResource.ListRequest |