Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API module Google::Cloud::ManagedIdentities::V1::ManagedIdentitiesService::Paths.
Path helper methods for the ManagedIdentitiesService API.
Included In
Methods
#domain_path
def domain_path(project:, location:, domain:) -> ::StringCreate a fully-qualified Domain resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/domains/{domain}
- project (String)
- location (String)
- domain (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)