AuthenticationDetailsProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AuthenticationDetailsProperties

public class AuthenticationDetailsProperties

Settings for cloud authentication management.

Constructor Summary

Constructor Description
AuthenticationDetailsProperties()

Creates an instance of AuthenticationDetailsProperties class.

Method Summary

Modifier and Type Method and Description
AuthenticationProvisioningState authenticationProvisioningState()

Get the authenticationProvisioningState property: State of the multi-cloud connector.

List<PermissionProperty> grantedPermissions()

Get the grantedPermissions property: The permissions detected in the cloud account.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AuthenticationDetailsProperties

public AuthenticationDetailsProperties()

Creates an instance of AuthenticationDetailsProperties class.

Method Details

authenticationProvisioningState

public AuthenticationProvisioningState authenticationProvisioningState()

Get the authenticationProvisioningState property: State of the multi-cloud connector.

Returns:

the authenticationProvisioningState value.

grantedPermissions

public List grantedPermissions()

Get the grantedPermissions property: The permissions detected in the cloud account.

Returns:

the grantedPermissions value.

validate

public void validate()

Validates the instance.

Applies to