EnvironmentDetails Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. EnvironmentDetails
- com.
Implements
public final class EnvironmentDetails
implements JsonSerializable<EnvironmentDetails>
The environment details of the resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
environmentHierarchyId()
Get the environment |
|
static
Environment |
fromJson(JsonReader jsonReader)
Reads an instance of Environment |
| String |
nativeResourceId()
Get the native |
| String |
organizationalHierarchyId()
Get the organizational |
| String |
subscriptionId()
Get the subscription |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
environmentHierarchyId
public String environmentHierarchyId()
Get the environmentHierarchyId property: The hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the hierarchyId id).
Returns:
fromJson
public static EnvironmentDetails fromJson(JsonReader jsonReader)
Reads an instance of EnvironmentDetails from the JsonReader.
Parameters:
Returns:
Throws:
nativeResourceId
public String nativeResourceId()
Get the nativeResourceId property: The native resource id of the resource (in case of Azure - the resource Id, in case of MC - the native resource id).
Returns:
organizationalHierarchyId
public String organizationalHierarchyId()
Get the organizationalHierarchyId property: The organizational hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the organizational hierarchyId id).
Returns:
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription Id.
Returns:
tenantId
public String tenantId()
Get the tenantId property: The tenant Id.
Returns:
toJson
validate
public void validate()
Validates the instance.