Summary of entries of Methods for managedidentities.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient
ManagedIdentitiesServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
transports
.
base
.
ManagedIdentitiesServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
transports
.
base
.
ManagedIdentitiesServiceTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the managed identities service async client.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.attach_trust
attach_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
AttachTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Adds an AD trust to a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.create_microsoft_ad_domain
create_microsoft_ad_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
CreateMicrosoftAdDomainRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
domain_name
:
typing
.
Optional
[
str
]
=
None
,
domain
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates a Microsoft AD domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.delete_domain
delete_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
DeleteDomainRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Deletes a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.detach_trust
detach_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
DetachTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Removes an AD trust.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.domain_path
domain_path
(
project
:
str
,
location
:
str
,
domain
:
str
)
-
> str
Returns a fully-qualified domain string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.get_domain
get_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
GetDomainRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
Gets information about a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
transports
.
base
.
ManagedIdentitiesServiceTransport
]
Returns an appropriate transport class.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.list_domains
list_domains
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
pagers
.
ListDomainsAsyncPager
)
Lists domains in a project.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.parse_domain_path
parse_domain_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a domain path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.reconfigure_trust
reconfigure_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ReconfigureTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
target_domain_name
:
typing
.
Optional
[
str
]
=
None
,
target_dns_ip_addresses
:
typing
.
Optional
[
typing
.
MutableSequence
[
str
]]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the DNS conditional forwarder.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.reset_admin_password
reset_admin_password
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ResetAdminPasswordRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ResetAdminPasswordResponse
)
Resets a domain's administrator password.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.update_domain
update_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
UpdateDomainRequest
,
dict
,
]
]
=
None
,
*
,
domain
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Updates the metadata and configuration of a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceAsyncClient.validate_trust
validate_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ValidateTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient
ManagedIdentitiesServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
transports
.
base
.
ManagedIdentitiesServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
transports
.
base
.
ManagedIdentitiesServiceTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the managed identities service client.
See more: google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.attach_trust
attach_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
AttachTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Adds an AD trust to a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.create_microsoft_ad_domain
create_microsoft_ad_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
CreateMicrosoftAdDomainRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
domain_name
:
typing
.
Optional
[
str
]
=
None
,
domain
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates a Microsoft AD domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.delete_domain
delete_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
DeleteDomainRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Deletes a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.detach_trust
detach_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
DetachTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Removes an AD trust.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.domain_path
domain_path
(
project
:
str
,
location
:
str
,
domain
:
str
)
-
> str
Returns a fully-qualified domain string.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.get_domain
get_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
GetDomainRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
Gets information about a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.list_domains
list_domains
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
managedidentities_v1
.
services
.
managed_identities_service
.
pagers
.
ListDomainsPager
)
Lists domains in a project.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.parse_domain_path
parse_domain_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a domain path into its component segments.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.reconfigure_trust
reconfigure_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ReconfigureTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
target_domain_name
:
typing
.
Optional
[
str
]
=
None
,
target_dns_ip_addresses
:
typing
.
Optional
[
typing
.
MutableSequence
[
str
]]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the DNS conditional forwarder.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.reset_admin_password
reset_admin_password
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ResetAdminPasswordRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ResetAdminPasswordResponse
)
Resets a domain's administrator password.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.update_domain
update_domain
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
UpdateDomainRequest
,
dict
,
]
]
=
None
,
*
,
domain
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Domain
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Updates the metadata and configuration of a domain.
google.cloud.managedidentities_v1.services.managed_identities_service.ManagedIdentitiesServiceClient.validate_trust
validate_trust
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ValidateTrustRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
trust
:
typing
.
Optional
[
google
.
cloud
.
managedidentities_v1
.
types
.
resource
.
Trust
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
google.cloud.managedidentities_v1.services.managed_identities_service.pagers.ListDomainsAsyncPager
ListDomainsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsResponse
],
],
request
:
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsRequest
,
response
:
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.managedidentities_v1.services.managed_identities_service.pagers.ListDomainsAsyncPager
google.cloud.managedidentities_v1.services.managed_identities_service.pagers.ListDomainsPager
ListDomainsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsResponse
,
],
request
:
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsRequest
,
response
:
google
.
cloud
.
managedidentities_v1
.
types
.
managed_identities_service
.
ListDomainsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.managedidentities_v1.services.managed_identities_service.pagers.ListDomainsPager