Endpoint
class Endpoint extends OperatorResource
Represents an Identity v2 catalog entry endpoint.
Traits
Represents common functionality for populating, or "hydrating", an object with arbitrary data.
Properties
$adminUrl | string | |
$region | string | |
$internalUrl | string | |
$publicUrl | string |
Methods
supportsRegion
(string $region)
: bool
Indicates whether a given region is supported
supportsUrlType
(string $urlType)
: bool
Indicates whether a given URL type is supported
getUrl
(string $urlType)
: bool|string
Retrieves a URL for the endpoint based on a specific type.