Class GetAuthScopeResult


  • public final class GetAuthScopeResult
    extends java.lang.Object
    • Method Detail

      • domainId

        public java.lang.String domainId()
        Returns:
        The domain ID of the scope.
      • domainName

        public java.lang.String domainName()
        Returns:
        The domain name of the scope.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
        Returns:
        The name of the service.
      • projectDomainId

        public java.lang.String projectDomainId()
        Returns:
        The domain ID of the project.
      • projectDomainName

        public java.lang.String projectDomainName()
        Returns:
        The domain name of the project.
      • projectId

        public java.lang.String projectId()
        Returns:
        The project ID of the scope.
      • projectName

        public java.lang.String projectName()
        Returns:
        The project name of the scope.
      • region

        public java.lang.String region()
        Returns:
        The region of the endpoint.
      • roles

        public java.util.List<GetAuthScopeRole> roles()
        Returns:
        A list of roles in the current scope. See reference below.
      • serviceCatalogs

        public java.util.List<GetAuthScopeServiceCatalog> serviceCatalogs()
        Returns:
        A list of service catalog entries returned with the token.
      • setTokenId

        public java.util.Optional<java.lang.Boolean> setTokenId()
      • tokenId

        public java.lang.String tokenId()
        Returns:
        The token ID of the scope.
      • userDomainId

        public java.lang.String userDomainId()
        Returns:
        The domain ID of the user.
      • userDomainName

        public java.lang.String userDomainName()
        Returns:
        The domain name of the user.
      • userId

        public java.lang.String userId()
        Returns:
        The user ID the of the scope.
      • userName

        public java.lang.String userName()
        Returns:
        The username of the scope.