Class CreateTrustedProfileAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateTrustedProfileAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateTrustedProfileAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createTrustedProfileAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateTrustedProfileAssignmentOptions.BuilderBuilder.static interfaceCreateTrustedProfileAssignmentOptions.TargetTypeType of target to deploy to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTrustedProfileAssignmentOptions.BuildernewBuilder()New builder.java.lang.Stringtarget()Gets the target.java.lang.StringtargetType()Gets the targetType.java.lang.StringtemplateId()Gets the templateId.java.lang.LongtemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
newBuilder
public CreateTrustedProfileAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a CreateTrustedProfileAssignmentOptions builder
-
templateId
public java.lang.String templateId()
Gets the templateId. ID of the template to assign.- Returns:
- the templateId
-
templateVersion
public java.lang.Long templateVersion()
Gets the templateVersion. Version of the template to assign.- Returns:
- the templateVersion
-
targetType
public java.lang.String targetType()
Gets the targetType. Type of target to deploy to.- Returns:
- the targetType
-
target
public java.lang.String target()
Gets the target. Identifier of target to deploy to.- Returns:
- the target
-
-