Class GetAuthScopeRole
- java.lang.Object
-
- com.pulumi.openstack.identity.outputs.GetAuthScopeRole
-
public final class GetAuthScopeRole extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAuthScopeRole.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAuthScopeRole.Builderbuilder()static GetAuthScopeRole.Builderbuilder(GetAuthScopeRole defaults)java.lang.StringroleId()java.lang.StringroleName()
-
-
-
Method Detail
-
roleId
public java.lang.String roleId()
- Returns:
- The ID of the role.
-
roleName
public java.lang.String roleName()
- Returns:
- The name of the role.
-
builder
public static GetAuthScopeRole.Builder builder()
-
builder
public static GetAuthScopeRole.Builder builder(GetAuthScopeRole defaults)
-
-