Class GetAuthScopeServiceCatalog
- java.lang.Object
-
- com.pulumi.openstack.identity.outputs.GetAuthScopeServiceCatalog
-
public final class GetAuthScopeServiceCatalog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAuthScopeServiceCatalog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAuthScopeServiceCatalog.Builderbuilder()static GetAuthScopeServiceCatalog.Builderbuilder(GetAuthScopeServiceCatalog defaults)java.util.List<GetAuthScopeServiceCatalogEndpoint>endpoints()java.lang.Stringid()java.lang.Stringname()java.lang.Stringtype()
-
-
-
Method Detail
-
endpoints
public java.util.List<GetAuthScopeServiceCatalogEndpoint> endpoints()
- Returns:
- A list of endpoints for the service.
-
id
public java.lang.String id()
- Returns:
- The ID of the endpoint.
-
name
public java.lang.String name()
- Returns:
- The name of the scope. This is an arbitrary name which is only used as a unique identifier so an actual token isn't used as the ID.
-
type
public java.lang.String type()
- Returns:
- The type of the service.
-
builder
public static GetAuthScopeServiceCatalog.Builder builder()
-
builder
public static GetAuthScopeServiceCatalog.Builder builder(GetAuthScopeServiceCatalog defaults)
-
-