Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::SSERealmService::Paths.
Path helper methods for the SSERealmService API.
Included In
Methods
#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)
#sac_attachment_path
def sac_attachment_path(project:, location:, sac_attachment:) -> ::StringCreate a fully-qualified SACAttachment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}
- project (String)
- location (String)
- sac_attachment (String)
- (::String)
- (::ArgumentError)
#sac_realm_path
def sac_realm_path(project:, location:, sac_realm:) -> ::StringCreate a fully-qualified SACRealm resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sacRealms/{sac_realm}
- project (String)
- location (String)
- sac_realm (String)
- (::String)
- (::ArgumentError)