Package com.okta.sdk.resource.model
Class GovernanceBundleCreateRequest
java.lang.Object
com.okta.sdk.resource.model.GovernanceBundleCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class GovernanceBundleCreateRequest
extends Object
implements Serializable
GovernanceBundleCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddentitlementsItem
(IAMBundleEntitlement entitlementsItem) description
(String description) entitlements
(List<IAMBundleEntitlement> entitlements) boolean
Get descriptionGet entitlementsgetName()
Get nameint
hashCode()
void
setDescription
(String description) void
setEntitlements
(List<IAMBundleEntitlement> entitlements) void
toString()
-
Field Details
-
Constructor Details
-
Method Details