Class ActionControlAssignmentResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_policy_management.v1.model.ActionControlAssignmentResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ActionControlAssignmentResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
The action control assignment resources and target where the template is assigned.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionControlAssignmentResourceActionControl
getActionControl()
Gets the actionControl.AssignmentTargetDetails
getTarget()
Gets the target.
-
-
-
Method Detail
-
getTarget
public AssignmentTargetDetails getTarget()
Gets the target. assignment target account and type.- Returns:
- the target
-
getActionControl
public ActionControlAssignmentResourceActionControl getActionControl()
Gets the actionControl. Set of properties of the assigned resource or error message if assignment failed.- Returns:
- the actionControl
-
-