Class ListTrustedProfileAssignmentsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListTrustedProfileAssignmentsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTrustedProfileAssignmentsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTrustedProfileAssignments options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTrustedProfileAssignmentsOptions.BuilderBuilder.static interfaceListTrustedProfileAssignmentsOptions.OrderSort order.static interfaceListTrustedProfileAssignmentsOptions.SortIf specified, the items are sorted by the value of this property.static interfaceListTrustedProfileAssignmentsOptions.TargetTypeFilter results by the assignment's target type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.java.lang.BooleanincludeHistory()Gets the includeHistory.java.lang.Longlimit()Gets the limit.ListTrustedProfileAssignmentsOptions.BuildernewBuilder()New builder.java.lang.Stringorder()Gets the order.java.lang.Stringpagetoken()Gets the pagetoken.java.lang.Stringsort()Gets the sort.java.lang.Stringtarget()Gets the target.java.lang.StringtargetType()Gets the targetType.java.lang.StringtemplateId()Gets the templateId.java.lang.StringtemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
newBuilder
public ListTrustedProfileAssignmentsOptions.Builder newBuilder()
New builder.- Returns:
- a ListTrustedProfileAssignmentsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Account ID of the Assignments to query. This parameter is required unless using a pagetoken.- Returns:
- the accountId
-
templateId
public java.lang.String templateId()
Gets the templateId. Filter results by Template Id.- Returns:
- the templateId
-
templateVersion
public java.lang.String templateVersion()
Gets the templateVersion. Filter results Template Version.- Returns:
- the templateVersion
-
target
public java.lang.String target()
Gets the target. Filter results by the assignment target.- Returns:
- the target
-
targetType
public java.lang.String targetType()
Gets the targetType. Filter results by the assignment's target type.- Returns:
- the targetType
-
limit
public java.lang.Long limit()
Gets the limit. Optional size of a single page. Default is 20 items per page. Valid range is 1 to 100.- Returns:
- the limit
-
pagetoken
public java.lang.String pagetoken()
Gets the pagetoken. Optional Prev or Next page token returned from a previous query execution. Default is start with first page.- Returns:
- the pagetoken
-
sort
public java.lang.String sort()
Gets the sort. If specified, the items are sorted by the value of this property.- Returns:
- the sort
-
order
public java.lang.String order()
Gets the order. Sort order.- Returns:
- the order
-
includeHistory
public java.lang.Boolean includeHistory()
Gets the includeHistory. Defines if the entity history is included in the response.- Returns:
- the includeHistory
-
-