| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to NullableInt32 | The Id of the created role | [optional] |
| Description | Pointer to NullableString | The description of the created role | [optional] |
| EmailAddress | Pointer to NullableString | The email address to be used on the created security role | [optional] |
| Enabled | Pointer to NullableBool | A boolean indicating whether or not the created role is enabled | [optional] |
| Immutable | Pointer to NullableBool | A boolean indicating whther or not the security role will be read-only | [optional] |
| Valid | Pointer to NullableBool | A boolean that indicates whether or not the Audit XML was able to be verified | [optional] |
| Private | Pointer to NullableBool | A boolean that indicates whether or not the created security role is private | [optional] |
| PermissionSetId | Pointer to string | The Id of the permission set the role belongs to. | [optional] |
| Identities | Pointer to []SecurityLegacySecurityRolesSecurityIdentityResponse | The identities assigned to the created security role | [optional] |
| Name | Pointer to NullableString | The name of the created role | [optional] |
| Permissions | Pointer to []string | The permissions included in the created security role | [optional] |
func NewSecurityLegacySecurityRolesSecurityRoleResponse() *SecurityLegacySecurityRolesSecurityRoleResponse
NewSecurityLegacySecurityRolesSecurityRoleResponse instantiates a new SecurityLegacySecurityRolesSecurityRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityLegacySecurityRolesSecurityRoleResponseWithDefaults() *SecurityLegacySecurityRolesSecurityRoleResponse
NewSecurityLegacySecurityRolesSecurityRoleResponseWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetEmailAddressOk() (*string, bool)
GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasEmailAddress() bool
HasEmailAddress returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetEmailAddressNil(b bool)
SetEmailAddressNil sets the value for EmailAddress to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetEmailAddress()
UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetEnabledNil(b bool)
SetEnabledNil sets the value for Enabled to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetEnabled()
UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetImmutable() bool
GetImmutable returns the Immutable field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetImmutableOk() (*bool, bool)
GetImmutableOk returns a tuple with the Immutable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetImmutable(v bool)
SetImmutable sets Immutable field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasImmutable() bool
HasImmutable returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetImmutableNil(b bool)
SetImmutableNil sets the value for Immutable to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetImmutable()
UnsetImmutable ensures that no value is present for Immutable, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetValid() bool
GetValid returns the Valid field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetValid(v bool)
SetValid sets Valid field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasValid() bool
HasValid returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetValidNil(b bool)
SetValidNil sets the value for Valid to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetValid()
UnsetValid ensures that no value is present for Valid, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPrivate() bool
GetPrivate returns the Private field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPrivateOk() (*bool, bool)
GetPrivateOk returns a tuple with the Private field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetPrivate(v bool)
SetPrivate sets Private field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasPrivate() bool
HasPrivate returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetPrivateNil(b bool)
SetPrivateNil sets the value for Private to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetPrivate()
UnsetPrivate ensures that no value is present for Private, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionSetId() string
GetPermissionSetId returns the PermissionSetId field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionSetIdOk() (*string, bool)
GetPermissionSetIdOk returns a tuple with the PermissionSetId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetPermissionSetId(v string)
SetPermissionSetId sets PermissionSetId field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasPermissionSetId() bool
HasPermissionSetId returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetIdentities() []SecurityLegacySecurityRolesSecurityIdentityResponse
GetIdentities returns the Identities field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetIdentitiesOk() (*[]SecurityLegacySecurityRolesSecurityIdentityResponse, bool)
GetIdentitiesOk returns a tuple with the Identities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetIdentities(v []SecurityLegacySecurityRolesSecurityIdentityResponse)
SetIdentities sets Identities field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasIdentities() bool
HasIdentities returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetIdentitiesNil(b bool)
SetIdentitiesNil sets the value for Identities to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetIdentities()
UnsetIdentities ensures that no value is present for Identities, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissions() []string
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionsOk() (*[]string, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetPermissions(v []string)
SetPermissions sets Permissions field to given value.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetPermissionsNil(b bool)
SetPermissionsNil sets the value for Permissions to be an explicit nil
func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetPermissions()
UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil