Managed Service for Microsoft Active Directory API: projects. The Managed Service for Microsoft Active Directory API is used for managing a highly available, hardened service running Microsoft Active Directory (AD). See: https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects
Managed Service for Microsoft Active Directory API: projects. The Managed Service for Microsoft Active Directory API is used for managing a highly available, hardened service running Microsoft Active Directory (AD). See: https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects
(locations-get$ auth parameters)
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/get
Required parameters: name
Optional parameters: none
Gets information about a location.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/get Required parameters: name Optional parameters: none Gets information about a location.
(locations-global-domains-attachTrust$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}}
Adds an AD trust to a domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/attachTrust Required parameters: name Optional parameters: none Body: {:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}} Adds an AD trust to a domain.
(locations-global-domains-backups-create$ auth parameters body)
Required parameters: parent
Optional parameters: backupId
Body:
{:name string, :labels {}, :createTime string, :updateTime string, :type string, :state string, :statusMessage string}
Creates a Backup for a domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/create Required parameters: parent Optional parameters: backupId Body: {:name string, :labels {}, :createTime string, :updateTime string, :type string, :state string, :statusMessage string} Creates a Backup for a domain.
(locations-global-domains-backups-delete$ auth parameters)
Required parameters: name
Optional parameters: none
Deletes identified Backup.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/delete Required parameters: name Optional parameters: none Deletes identified Backup.
(locations-global-domains-backups-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details of a single Backup.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/get Required parameters: name Optional parameters: none Gets details of a single Backup.
(locations-global-domains-backups-getIamPolicy$ auth parameters)
Required parameters: resource
Optional parameters: options.requestedPolicyVersion
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/getIamPolicy Required parameters: resource Optional parameters: options.requestedPolicyVersion Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(locations-global-domains-backups-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Backup in a given project.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Backup in a given project.
(locations-global-domains-backups-patch$ auth parameters body)
Required parameters: name
Optional parameters: updateMask
Body:
{:name string, :labels {}, :createTime string, :updateTime string, :type string, :state string, :statusMessage string}
Updates the labels for specified Backup.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/patch Required parameters: name Optional parameters: updateMask Body: {:name string, :labels {}, :createTime string, :updateTime string, :type string, :state string, :statusMessage string} Updates the labels for specified Backup.
(locations-global-domains-backups-setIamPolicy$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:policy {:version integer, :bindings [Binding], :etag string}}
Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/setIamPolicy Required parameters: resource Optional parameters: none Body: {:policy {:version integer, :bindings [Binding], :etag string}} Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
(locations-global-domains-backups-testIamPermissions$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:permissions [string]}
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/backups/testIamPermissions Required parameters: resource Optional parameters: none Body: {:permissions [string]} Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
(locations-global-domains-checkMigrationPermission$ auth parameters body)
Required parameters: domain
Optional parameters: none
Body:
{}
CheckMigrationPermission API gets the current state of DomainMigration
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/checkMigrationPermission Required parameters: domain Optional parameters: none Body: {} CheckMigrationPermission API gets the current state of DomainMigration
(locations-global-domains-create$ auth parameters body)
Required parameters: parent
Optional parameters: domainName
Body:
{:labels {}, :admin string, :name string, :reservedIpRange string, :statusMessage string, :createTime string, :state string, :fqdn string, :updateTime string, :locations [string], :authorizedNetworks [string], :auditLogsEnabled boolean, :trusts [{:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}]}
Creates a Microsoft AD domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/create Required parameters: parent Optional parameters: domainName Body: {:labels {}, :admin string, :name string, :reservedIpRange string, :statusMessage string, :createTime string, :state string, :fqdn string, :updateTime string, :locations [string], :authorizedNetworks [string], :auditLogsEnabled boolean, :trusts [{:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}]} Creates a Microsoft AD domain.
(locations-global-domains-delete$ auth parameters)
Required parameters: name
Optional parameters: none
Deletes a domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/delete Required parameters: name Optional parameters: none Deletes a domain.
(locations-global-domains-detachTrust$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}}
Removes an AD trust.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/detachTrust Required parameters: name Optional parameters: none Body: {:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}} Removes an AD trust.
(locations-global-domains-disableMigration$ auth parameters body)
Required parameters: domain
Optional parameters: none
Body:
{}
Disable Domain Migration
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/disableMigration Required parameters: domain Optional parameters: none Body: {} Disable Domain Migration
(locations-global-domains-domainJoinMachine$ auth parameters body)
Required parameters: domain
Optional parameters: none
Body:
{:vmIdToken string, :ouName string, :force boolean}
DomainJoinMachine API joins a Compute Engine VM to the domain
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/domainJoinMachine Required parameters: domain Optional parameters: none Body: {:vmIdToken string, :ouName string, :force boolean} DomainJoinMachine API joins a Compute Engine VM to the domain
(locations-global-domains-enableMigration$ auth parameters body)
Required parameters: domain
Optional parameters: none
Body:
{:migratingDomains [{:domainName string, :disableSidFiltering boolean}]}
Enable Domain Migration
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/enableMigration Required parameters: domain Optional parameters: none Body: {:migratingDomains [{:domainName string, :disableSidFiltering boolean}]} Enable Domain Migration
(locations-global-domains-extendSchema$ auth parameters body)
Required parameters: domain
Optional parameters: none
Body:
{:description string, :gcsPath string, :fileContents string}
Extend Schema for Domain
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/extendSchema Required parameters: domain Optional parameters: none Body: {:description string, :gcsPath string, :fileContents string} Extend Schema for Domain
(locations-global-domains-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets information about a domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/get Required parameters: name Optional parameters: none Gets information about a domain.
(locations-global-domains-getIamPolicy$ auth parameters)
Required parameters: resource
Optional parameters: options.requestedPolicyVersion
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/getIamPolicy Required parameters: resource Optional parameters: options.requestedPolicyVersion Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(locations-global-domains-getLdapssettings$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the domain ldaps settings.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/getLdapssettings Required parameters: name Optional parameters: none Gets the domain ldaps settings.
(locations-global-domains-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists domains in a project.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists domains in a project.
(locations-global-domains-patch$ auth parameters body)
Required parameters: name
Optional parameters: updateMask
Body:
{:labels {}, :admin string, :name string, :reservedIpRange string, :statusMessage string, :createTime string, :state string, :fqdn string, :updateTime string, :locations [string], :authorizedNetworks [string], :auditLogsEnabled boolean, :trusts [{:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}]}
Updates the metadata and configuration of a domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/patch Required parameters: name Optional parameters: updateMask Body: {:labels {}, :admin string, :name string, :reservedIpRange string, :statusMessage string, :createTime string, :state string, :fqdn string, :updateTime string, :locations [string], :authorizedNetworks [string], :auditLogsEnabled boolean, :trusts [{:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}]} Updates the metadata and configuration of a domain.
(locations-global-domains-reconfigureTrust$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:targetDomainName string, :targetDnsIpAddresses [string]}
Updates the DNS conditional forwarder.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/reconfigureTrust Required parameters: name Optional parameters: none Body: {:targetDomainName string, :targetDnsIpAddresses [string]} Updates the DNS conditional forwarder.
(locations-global-domains-resetAdminPassword$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{}
Resets a domain's administrator password.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/resetAdminPassword Required parameters: name Optional parameters: none Body: {} Resets a domain's administrator password.
(locations-global-domains-restore$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:backupId string}
RestoreDomain restores domain backup mentioned in the RestoreDomainRequest
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/restore Required parameters: name Optional parameters: none Body: {:backupId string} RestoreDomain restores domain backup mentioned in the RestoreDomainRequest
(locations-global-domains-setIamPolicy$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:policy {:version integer, :bindings [Binding], :etag string}}
Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/setIamPolicy Required parameters: resource Optional parameters: none Body: {:policy {:version integer, :bindings [Binding], :etag string}} Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
(locations-global-domains-sqlIntegrations-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details of a single sqlIntegration.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/sqlIntegrations/get Required parameters: name Optional parameters: none Gets details of a single sqlIntegration.
(locations-global-domains-sqlIntegrations-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists SqlIntegrations in a given domain.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/sqlIntegrations/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists SqlIntegrations in a given domain.
(locations-global-domains-testIamPermissions$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:permissions [string]}
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/testIamPermissions Required parameters: resource Optional parameters: none Body: {:permissions [string]} Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
(locations-global-domains-updateLdapssettings$ auth parameters body)
Required parameters: name
Optional parameters: updateMask
Body:
{:name string, :certificate {:subject string, :thumbprint string, :subjectAlternativeName [string], :issuingCertificate Certificate, :expireTime string}, :state string, :certificatePfx string, :certificatePassword string, :updateTime string}
Patches a single ldaps settings.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/updateLdapssettings Required parameters: name Optional parameters: updateMask Body: {:name string, :certificate {:subject string, :thumbprint string, :subjectAlternativeName [string], :issuingCertificate Certificate, :expireTime string}, :state string, :certificatePfx string, :certificatePassword string, :updateTime string} Patches a single ldaps settings.
(locations-global-domains-validateTrust$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}}
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/domains/validateTrust Required parameters: name Optional parameters: none Body: {:trust {:trustDirection string, :createTime string, :state string, :updateTime string, :targetDomainName string, :targetDnsIpAddresses [string], :trustHandshakeSecret string, :selectiveAuthentication boolean, :trustType string, :lastTrustHeartbeatTime string, :stateDescription string}} Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
(locations-global-operations-cancel$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{}
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/operations/cancel Required parameters: name Optional parameters: none Body: {} Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
(locations-global-operations-delete$ auth parameters)
Required parameters: name
Optional parameters: none
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/operations/delete Required parameters: name Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
(locations-global-operations-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/operations/get Required parameters: name Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
(locations-global-operations-list$ auth parameters)
Required parameters: name
Optional parameters: filter, pageSize, pageToken
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/operations/list Required parameters: name Optional parameters: filter, pageSize, pageToken Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
(locations-global-peerings-create$ auth parameters body)
Required parameters: parent
Optional parameters: peeringId
Body:
{:name string, :labels {}, :authorizedNetwork string, :domainResource string, :createTime string, :updateTime string, :state string, :statusMessage string}
Creates a Peering for Managed AD instance.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/create Required parameters: parent Optional parameters: peeringId Body: {:name string, :labels {}, :authorizedNetwork string, :domainResource string, :createTime string, :updateTime string, :state string, :statusMessage string} Creates a Peering for Managed AD instance.
(locations-global-peerings-delete$ auth parameters)
Required parameters: name
Optional parameters: none
Deletes identified Peering.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/delete Required parameters: name Optional parameters: none Deletes identified Peering.
(locations-global-peerings-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details of a single Peering.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/get Required parameters: name Optional parameters: none Gets details of a single Peering.
(locations-global-peerings-getIamPolicy$ auth parameters)
Required parameters: resource
Optional parameters: options.requestedPolicyVersion
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/getIamPolicy Required parameters: resource Optional parameters: options.requestedPolicyVersion Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
(locations-global-peerings-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken, filter, orderBy
Lists Peerings in a given project.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/list Required parameters: parent Optional parameters: pageSize, pageToken, filter, orderBy Lists Peerings in a given project.
(locations-global-peerings-patch$ auth parameters body)
Required parameters: name
Optional parameters: updateMask
Body:
{:name string, :labels {}, :authorizedNetwork string, :domainResource string, :createTime string, :updateTime string, :state string, :statusMessage string}
Updates the labels for specified Peering.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/patch Required parameters: name Optional parameters: updateMask Body: {:name string, :labels {}, :authorizedNetwork string, :domainResource string, :createTime string, :updateTime string, :state string, :statusMessage string} Updates the labels for specified Peering.
(locations-global-peerings-setIamPolicy$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:policy {:version integer, :bindings [Binding], :etag string}}
Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/setIamPolicy Required parameters: resource Optional parameters: none Body: {:policy {:version integer, :bindings [Binding], :etag string}} Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
(locations-global-peerings-testIamPermissions$ auth parameters body)
Required parameters: resource
Optional parameters: none
Body:
{:permissions [string]}
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/global/peerings/testIamPermissions Required parameters: resource Optional parameters: none Body: {:permissions [string]} Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
(locations-list$ auth parameters)
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/list
Required parameters: name
Optional parameters: filter, pageSize, pageToken
Lists information about the supported locations for this service.
https://cloud.google.com/managed-microsoft-ad/api/reference/rest/v1/projects/locations/list Required parameters: name Optional parameters: filter, pageSize, pageToken Lists information about the supported locations for this service.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close