Class CreateServiceIdOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateServiceIdOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateServiceIdOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createServiceId options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateServiceIdOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.ApiKeyInsideCreateServiceIdRequestapikey()Gets the apikey.java.lang.Stringdescription()Gets the description.java.lang.StringentityLock()Gets the entityLock.java.lang.StringgroupId()Gets the groupId.java.lang.Stringname()Gets the name.CreateServiceIdOptions.BuildernewBuilder()New builder.java.lang.StringshowGroupId()Gets the showGroupId.java.util.List<java.lang.String>uniqueInstanceCrns()Gets the uniqueInstanceCrns.
-
-
-
Method Detail
-
newBuilder
public CreateServiceIdOptions.Builder newBuilder()
New builder.- Returns:
- a CreateServiceIdOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. ID of the account the service ID belongs to.- Returns:
- the accountId
-
name
public java.lang.String name()
Gets the name. Name of the Service Id. The name is not checked for uniqueness. Therefore multiple names with the same value can exist. Access is done via the UUID of the Service Id.- Returns:
- the name
-
groupId
public java.lang.String groupId()
Gets the groupId. ID of the group to which the service ID belongs to. If the value is not set, the service ID is bound to the default group.- Returns:
- the groupId
-
description
public java.lang.String description()
Gets the description. The optional description of the Service Id. The 'description' property is only available if a description was provided during a create of a Service Id.- Returns:
- the description
-
uniqueInstanceCrns
public java.util.List<java.lang.String> uniqueInstanceCrns()
Gets the uniqueInstanceCrns. Optional list of CRNs (string array) which point to the services connected to the service ID.- Returns:
- the uniqueInstanceCrns
-
apikey
public ApiKeyInsideCreateServiceIdRequest apikey()
Gets the apikey. Parameters for the API key in the Create service Id V1 REST request.- Returns:
- the apikey
-
showGroupId
public java.lang.String showGroupId()
Gets the showGroupId. Defines if the service ID group ID is included in the response.- Returns:
- the showGroupId
-
entityLock
public java.lang.String entityLock()
Gets the entityLock. Indicates if the service ID is locked for further write operations. False by default.- Returns:
- the entityLock
-
-