Class OrganizationsResource
The "organizations" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class OrganizationsResource
Constructors
OrganizationsResource(IClientService)
Constructs a new resource.
Declaration
public OrganizationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Assets
Gets the Assets resource.
Declaration
public virtual OrganizationsResource.AssetsResource Assets { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.AssetsResource |
Operations
Gets the Operations resource.
Declaration
public virtual OrganizationsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.OperationsResource |
Sources
Gets the Sources resource.
Declaration
public virtual OrganizationsResource.SourcesResource Sources { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.SourcesResource |
Methods
GetOrganizationSettings(string)
Gets the settings for an organization.
Declaration
public virtual OrganizationsResource.GetOrganizationSettingsRequest GetOrganizationSettings(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the organization to get organization settings for. Its format is "organizations/[organization_id]/organizationSettings". |
Returns
Type | Description |
---|---|
OrganizationsResource.GetOrganizationSettingsRequest |
UpdateOrganizationSettings(OrganizationSettings, string)
Updates an organization's settings.
Declaration
public virtual OrganizationsResource.UpdateOrganizationSettingsRequest UpdateOrganizationSettings(OrganizationSettings body, string name)
Parameters
Type | Name | Description |
---|---|---|
OrganizationSettings | body | The body of the request. |
string | name | The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings". |
Returns
Type | Description |
---|---|
OrganizationsResource.UpdateOrganizationSettingsRequest |