Class AuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationType>
com.azure.resourcemanager.security.models.AuthenticationType

public final class AuthenticationType extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
Connect to your cloud account, for AWS use either account credentials or role-based authentication. For GCP use account organization credentials.
  • Field Details

    • AWS_CREDS

      public static final AuthenticationType AWS_CREDS
      Static value awsCreds for AuthenticationType.
    • AWS_ASSUME_ROLE

      public static final AuthenticationType AWS_ASSUME_ROLE
      Static value awsAssumeRole for AuthenticationType.
    • GCP_CREDENTIALS

      public static final AuthenticationType GCP_CREDENTIALS
      Static value gcpCredentials for AuthenticationType.
  • Constructor Details

    • AuthenticationType

      public AuthenticationType()
  • Method Details

    • fromString

      public static AuthenticationType fromString(String name)
      Creates or finds a AuthenticationType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AuthenticationType.
    • values

      public static Collection<AuthenticationType> values()
      Gets known AuthenticationType values.
      Returns:
      known AuthenticationType values.