Class CreateProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateProfileOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.Stringdescription()Gets the description.java.lang.Stringemail()Gets the email.java.lang.Stringname()Gets the name.CreateProfileOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CreateProfileOptions.Builder newBuilder()
New builder.- Returns:
- a CreateProfileOptions builder
-
name
public java.lang.String name()
Gets the name. Name of the trusted profile. The name is checked for uniqueness. Therefore trusted profiles with the same names can not exist in the same account.- Returns:
- the name
-
accountId
public java.lang.String accountId()
Gets the accountId. The account ID of the trusted profile.- Returns:
- the accountId
-
description
public java.lang.String description()
Gets the description. The optional description of the trusted profile. The 'description' property is only available if a description was provided during creation of trusted profile.- Returns:
- the description
-
email
public java.lang.String email()
Gets the email. The email of the trusted profile.- Returns:
- the email
-
-