Documentation
¶
Index ¶
- Variables
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIKeyCreate
- func (o *APIKeyCreate) GetAccessLevel() MemberAccessLevel
- func (o *APIKeyCreate) GetAccessLevelOk() (*MemberAccessLevel, bool)
- func (o *APIKeyCreate) GetEnvironmentId() string
- func (o *APIKeyCreate) GetEnvironmentIdOk() (*string, bool)
- func (o *APIKeyCreate) GetObjectType() MemberAccessObj
- func (o *APIKeyCreate) GetObjectTypeOk() (*MemberAccessObj, bool)
- func (o *APIKeyCreate) GetOrganizationId() string
- func (o *APIKeyCreate) GetOrganizationIdOk() (*string, bool)
- func (o *APIKeyCreate) GetOwnerType() APIKeyOwnerType
- func (o *APIKeyCreate) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
- func (o *APIKeyCreate) GetProjectId() string
- func (o *APIKeyCreate) GetProjectIdOk() (*string, bool)
- func (o *APIKeyCreate) HasAccessLevel() bool
- func (o *APIKeyCreate) HasEnvironmentId() bool
- func (o *APIKeyCreate) HasObjectType() bool
- func (o *APIKeyCreate) HasOwnerType() bool
- func (o *APIKeyCreate) HasProjectId() bool
- func (o APIKeyCreate) MarshalJSON() ([]byte, error)
- func (o *APIKeyCreate) SetAccessLevel(v MemberAccessLevel)
- func (o *APIKeyCreate) SetEnvironmentId(v string)
- func (o *APIKeyCreate) SetObjectType(v MemberAccessObj)
- func (o *APIKeyCreate) SetOrganizationId(v string)
- func (o *APIKeyCreate) SetOwnerType(v APIKeyOwnerType)
- func (o *APIKeyCreate) SetProjectId(v string)
- type APIKeyOwnerType
- type APIKeyRead
- func (o *APIKeyRead) GetAccessLevel() MemberAccessLevel
- func (o *APIKeyRead) GetAccessLevelOk() (*MemberAccessLevel, bool)
- func (o *APIKeyRead) GetCreatedAt() time.Time
- func (o *APIKeyRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *APIKeyRead) GetCreatedByMember() OrgMemberRead
- func (o *APIKeyRead) GetCreatedByMemberOk() (*OrgMemberRead, bool)
- func (o *APIKeyRead) GetEnvironmentId() string
- func (o *APIKeyRead) GetEnvironmentIdOk() (*string, bool)
- func (o *APIKeyRead) GetId() string
- func (o *APIKeyRead) GetIdOk() (*string, bool)
- func (o *APIKeyRead) GetLastUsedAt() time.Time
- func (o *APIKeyRead) GetLastUsedAtOk() (*time.Time, bool)
- func (o *APIKeyRead) GetObjectType() MemberAccessObj
- func (o *APIKeyRead) GetObjectTypeOk() (*MemberAccessObj, bool)
- func (o *APIKeyRead) GetOrganizationId() string
- func (o *APIKeyRead) GetOrganizationIdOk() (*string, bool)
- func (o *APIKeyRead) GetOwnerType() APIKeyOwnerType
- func (o *APIKeyRead) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
- func (o *APIKeyRead) GetProjectId() string
- func (o *APIKeyRead) GetProjectIdOk() (*string, bool)
- func (o *APIKeyRead) GetSecret() string
- func (o *APIKeyRead) GetSecretOk() (*string, bool)
- func (o *APIKeyRead) HasAccessLevel() bool
- func (o *APIKeyRead) HasEnvironmentId() bool
- func (o *APIKeyRead) HasLastUsedAt() bool
- func (o *APIKeyRead) HasObjectType() bool
- func (o *APIKeyRead) HasProjectId() bool
- func (o *APIKeyRead) HasSecret() bool
- func (o APIKeyRead) MarshalJSON() ([]byte, error)
- func (o *APIKeyRead) SetAccessLevel(v MemberAccessLevel)
- func (o *APIKeyRead) SetCreatedAt(v time.Time)
- func (o *APIKeyRead) SetCreatedByMember(v OrgMemberRead)
- func (o *APIKeyRead) SetEnvironmentId(v string)
- func (o *APIKeyRead) SetId(v string)
- func (o *APIKeyRead) SetLastUsedAt(v time.Time)
- func (o *APIKeyRead) SetObjectType(v MemberAccessObj)
- func (o *APIKeyRead) SetOrganizationId(v string)
- func (o *APIKeyRead) SetOwnerType(v APIKeyOwnerType)
- func (o *APIKeyRead) SetProjectId(v string)
- func (o *APIKeyRead) SetSecret(v string)
- type APIKeyScopeRead
- func (o *APIKeyScopeRead) GetEnvironmentId() string
- func (o *APIKeyScopeRead) GetEnvironmentIdOk() (*string, bool)
- func (o *APIKeyScopeRead) GetOrganizationId() string
- func (o *APIKeyScopeRead) GetOrganizationIdOk() (*string, bool)
- func (o *APIKeyScopeRead) GetProjectId() string
- func (o *APIKeyScopeRead) GetProjectIdOk() (*string, bool)
- func (o *APIKeyScopeRead) HasEnvironmentId() bool
- func (o *APIKeyScopeRead) HasProjectId() bool
- func (o APIKeyScopeRead) MarshalJSON() ([]byte, error)
- func (o *APIKeyScopeRead) SetEnvironmentId(v string)
- func (o *APIKeyScopeRead) SetOrganizationId(v string)
- func (o *APIKeyScopeRead) SetProjectId(v string)
- type ActionBlockEditable
- func (o *ActionBlockEditable) GetAttributes() map[string]interface{}
- func (o *ActionBlockEditable) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ActionBlockEditable) GetDescription() string
- func (o *ActionBlockEditable) GetDescriptionOk() (*string, bool)
- func (o *ActionBlockEditable) GetName() string
- func (o *ActionBlockEditable) GetNameOk() (*string, bool)
- func (o *ActionBlockEditable) HasAttributes() bool
- func (o *ActionBlockEditable) HasDescription() bool
- func (o *ActionBlockEditable) HasName() bool
- func (o ActionBlockEditable) MarshalJSON() ([]byte, error)
- func (o *ActionBlockEditable) SetAttributes(v map[string]interface{})
- func (o *ActionBlockEditable) SetDescription(v string)
- func (o *ActionBlockEditable) SetName(v string)
- func (o ActionBlockEditable) ToMap() (map[string]interface{}, error)
- type ActionBlockRead
- func (o *ActionBlockRead) GetAttributes() map[string]interface{}
- func (o *ActionBlockRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ActionBlockRead) GetDescription() string
- func (o *ActionBlockRead) GetDescriptionOk() (*string, bool)
- func (o *ActionBlockRead) GetId() string
- func (o *ActionBlockRead) GetIdOk() (*string, bool)
- func (o *ActionBlockRead) GetKey() string
- func (o *ActionBlockRead) GetKeyOk() (*string, bool)
- func (o *ActionBlockRead) GetName() string
- func (o *ActionBlockRead) GetNameOk() (*string, bool)
- func (o *ActionBlockRead) HasAttributes() bool
- func (o *ActionBlockRead) HasDescription() bool
- func (o *ActionBlockRead) HasKey() bool
- func (o *ActionBlockRead) HasName() bool
- func (o ActionBlockRead) MarshalJSON() ([]byte, error)
- func (o *ActionBlockRead) SetAttributes(v map[string]interface{})
- func (o *ActionBlockRead) SetDescription(v string)
- func (o *ActionBlockRead) SetId(v string)
- func (o *ActionBlockRead) SetKey(v string)
- func (o *ActionBlockRead) SetName(v string)
- func (o ActionBlockRead) ToMap() (map[string]interface{}, error)
- type Actor
- type AddRolePermissions
- type AttributeBlockEditable
- func (o *AttributeBlockEditable) GetDescription() string
- func (o *AttributeBlockEditable) GetDescriptionOk() (*string, bool)
- func (o *AttributeBlockEditable) GetType() AttributeType
- func (o *AttributeBlockEditable) GetTypeOk() (*AttributeType, bool)
- func (o *AttributeBlockEditable) HasDescription() bool
- func (o AttributeBlockEditable) MarshalJSON() ([]byte, error)
- func (o *AttributeBlockEditable) SetDescription(v string)
- func (o *AttributeBlockEditable) SetType(v AttributeType)
- type AttributeBlockRead
- func (o *AttributeBlockRead) GetDescription() string
- func (o *AttributeBlockRead) GetDescriptionOk() (*string, bool)
- func (o *AttributeBlockRead) GetId() string
- func (o *AttributeBlockRead) GetIdOk() (*string, bool)
- func (o *AttributeBlockRead) GetKey() string
- func (o *AttributeBlockRead) GetKeyOk() (*string, bool)
- func (o *AttributeBlockRead) GetType() AttributeType
- func (o *AttributeBlockRead) GetTypeOk() (*AttributeType, bool)
- func (o *AttributeBlockRead) HasDescription() bool
- func (o *AttributeBlockRead) HasKey() bool
- func (o AttributeBlockRead) MarshalJSON() ([]byte, error)
- func (o *AttributeBlockRead) SetDescription(v string)
- func (o *AttributeBlockRead) SetId(v string)
- func (o *AttributeBlockRead) SetKey(v string)
- func (o *AttributeBlockRead) SetType(v AttributeType)
- type AttributeType
- type Attributes
- type AuthMechanism
- type AuthnMeAPIKeyRead
- func (o *AuthnMeAPIKeyRead) GetActorType() string
- func (o *AuthnMeAPIKeyRead) GetActorTypeOk() (*string, bool)
- func (o *AuthnMeAPIKeyRead) GetEnvId() string
- func (o *AuthnMeAPIKeyRead) GetEnvIdOk() (*string, bool)
- func (o *AuthnMeAPIKeyRead) GetId() string
- func (o *AuthnMeAPIKeyRead) GetIdOk() (*string, bool)
- func (o *AuthnMeAPIKeyRead) GetObjectType() MemberAccessObj
- func (o *AuthnMeAPIKeyRead) GetObjectTypeOk() (*MemberAccessObj, bool)
- func (o *AuthnMeAPIKeyRead) GetOrgId() string
- func (o *AuthnMeAPIKeyRead) GetOrgIdOk() (*string, bool)
- func (o *AuthnMeAPIKeyRead) GetOwnerType() APIKeyOwnerType
- func (o *AuthnMeAPIKeyRead) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
- func (o *AuthnMeAPIKeyRead) GetProjectId() string
- func (o *AuthnMeAPIKeyRead) GetProjectIdOk() (*string, bool)
- func (o *AuthnMeAPIKeyRead) HasActorType() bool
- func (o *AuthnMeAPIKeyRead) HasEnvId() bool
- func (o *AuthnMeAPIKeyRead) HasProjectId() bool
- func (o AuthnMeAPIKeyRead) MarshalJSON() ([]byte, error)
- func (o *AuthnMeAPIKeyRead) SetActorType(v string)
- func (o *AuthnMeAPIKeyRead) SetEnvId(v string)
- func (o *AuthnMeAPIKeyRead) SetId(v string)
- func (o *AuthnMeAPIKeyRead) SetObjectType(v MemberAccessObj)
- func (o *AuthnMeAPIKeyRead) SetOrgId(v string)
- func (o *AuthnMeAPIKeyRead) SetOwnerType(v APIKeyOwnerType)
- func (o *AuthnMeAPIKeyRead) SetProjectId(v string)
- type AuthnMeMemberRead
- func (o *AuthnMeMemberRead) GetActorType() string
- func (o *AuthnMeMemberRead) GetActorTypeOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetEmail() string
- func (o *AuthnMeMemberRead) GetEmailOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetFamilyName() string
- func (o *AuthnMeMemberRead) GetFamilyNameOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetGivenName() string
- func (o *AuthnMeMemberRead) GetGivenNameOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetId() string
- func (o *AuthnMeMemberRead) GetIdOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetIsOnboarding() bool
- func (o *AuthnMeMemberRead) GetIsOnboardingOk() (*bool, bool)
- func (o *AuthnMeMemberRead) GetName() string
- func (o *AuthnMeMemberRead) GetNameOk() (*string, bool)
- func (o *AuthnMeMemberRead) GetOnboardingStep() OnboardingStep
- func (o *AuthnMeMemberRead) GetOnboardingStepOk() (*OnboardingStep, bool)
- func (o *AuthnMeMemberRead) GetPicture() string
- func (o *AuthnMeMemberRead) GetPictureOk() (*string, bool)
- func (o *AuthnMeMemberRead) HasActorType() bool
- func (o *AuthnMeMemberRead) HasFamilyName() bool
- func (o *AuthnMeMemberRead) HasGivenName() bool
- func (o *AuthnMeMemberRead) HasName() bool
- func (o *AuthnMeMemberRead) HasPicture() bool
- func (o AuthnMeMemberRead) MarshalJSON() ([]byte, error)
- func (o *AuthnMeMemberRead) SetActorType(v string)
- func (o *AuthnMeMemberRead) SetEmail(v string)
- func (o *AuthnMeMemberRead) SetFamilyName(v string)
- func (o *AuthnMeMemberRead) SetGivenName(v string)
- func (o *AuthnMeMemberRead) SetId(v string)
- func (o *AuthnMeMemberRead) SetIsOnboarding(v bool)
- func (o *AuthnMeMemberRead) SetName(v string)
- func (o *AuthnMeMemberRead) SetOnboardingStep(v OnboardingStep)
- func (o *AuthnMeMemberRead) SetPicture(v string)
- type AuthnMeRead
- type AuthnMeUserRead
- func (o *AuthnMeUserRead) GetActorType() string
- func (o *AuthnMeUserRead) GetActorTypeOk() (*string, bool)
- func (o *AuthnMeUserRead) GetEmail() string
- func (o *AuthnMeUserRead) GetEmailOk() (*string, bool)
- func (o *AuthnMeUserRead) GetEnvId() string
- func (o *AuthnMeUserRead) GetEnvIdOk() (*string, bool)
- func (o *AuthnMeUserRead) GetFamilyName() string
- func (o *AuthnMeUserRead) GetFamilyNameOk() (*string, bool)
- func (o *AuthnMeUserRead) GetGivenName() string
- func (o *AuthnMeUserRead) GetGivenNameOk() (*string, bool)
- func (o *AuthnMeUserRead) GetId() string
- func (o *AuthnMeUserRead) GetIdOk() (*string, bool)
- func (o *AuthnMeUserRead) GetIsOnboarding() bool
- func (o *AuthnMeUserRead) GetIsOnboardingOk() (*bool, bool)
- func (o *AuthnMeUserRead) GetKey() string
- func (o *AuthnMeUserRead) GetKeyOk() (*string, bool)
- func (o *AuthnMeUserRead) GetName() string
- func (o *AuthnMeUserRead) GetNameOk() (*string, bool)
- func (o *AuthnMeUserRead) GetOnboardingStep() string
- func (o *AuthnMeUserRead) GetOnboardingStepOk() (*string, bool)
- func (o *AuthnMeUserRead) GetOrgId() string
- func (o *AuthnMeUserRead) GetOrgIdOk() (*string, bool)
- func (o *AuthnMeUserRead) GetPermissionLevel() ElementsPermissionLevel
- func (o *AuthnMeUserRead) GetPermissionLevelOk() (*ElementsPermissionLevel, bool)
- func (o *AuthnMeUserRead) GetPicture() string
- func (o *AuthnMeUserRead) GetPictureOk() (*string, bool)
- func (o *AuthnMeUserRead) GetProjectId() string
- func (o *AuthnMeUserRead) GetProjectIdOk() (*string, bool)
- func (o *AuthnMeUserRead) GetTenantId() string
- func (o *AuthnMeUserRead) GetTenantIdOk() (*string, bool)
- func (o *AuthnMeUserRead) HasActorType() bool
- func (o *AuthnMeUserRead) HasFamilyName() bool
- func (o *AuthnMeUserRead) HasGivenName() bool
- func (o *AuthnMeUserRead) HasIsOnboarding() bool
- func (o *AuthnMeUserRead) HasName() bool
- func (o *AuthnMeUserRead) HasOnboardingStep() bool
- func (o *AuthnMeUserRead) HasPicture() bool
- func (o AuthnMeUserRead) MarshalJSON() ([]byte, error)
- func (o *AuthnMeUserRead) SetActorType(v string)
- func (o *AuthnMeUserRead) SetEmail(v string)
- func (o *AuthnMeUserRead) SetEnvId(v string)
- func (o *AuthnMeUserRead) SetFamilyName(v string)
- func (o *AuthnMeUserRead) SetGivenName(v string)
- func (o *AuthnMeUserRead) SetId(v string)
- func (o *AuthnMeUserRead) SetIsOnboarding(v bool)
- func (o *AuthnMeUserRead) SetKey(v string)
- func (o *AuthnMeUserRead) SetName(v string)
- func (o *AuthnMeUserRead) SetOnboardingStep(v string)
- func (o *AuthnMeUserRead) SetOrgId(v string)
- func (o *AuthnMeUserRead) SetPermissionLevel(v ElementsPermissionLevel)
- func (o *AuthnMeUserRead) SetPicture(v string)
- func (o *AuthnMeUserRead) SetProjectId(v string)
- func (o *AuthnMeUserRead) SetTenantId(v string)
- type BulkRoleAssignmentReport
- func (o *BulkRoleAssignmentReport) GetAssignmentsCreated() int32
- func (o *BulkRoleAssignmentReport) GetAssignmentsCreatedOk() (*int32, bool)
- func (o *BulkRoleAssignmentReport) HasAssignmentsCreated() bool
- func (o BulkRoleAssignmentReport) MarshalJSON() ([]byte, error)
- func (o *BulkRoleAssignmentReport) SetAssignmentsCreated(v int32)
- func (o BulkRoleAssignmentReport) ToMap() (map[string]interface{}, error)
- type BulkRoleUnAssignmentReport
- func (o *BulkRoleUnAssignmentReport) GetAssignmentsRemoved() int32
- func (o *BulkRoleUnAssignmentReport) GetAssignmentsRemovedOk() (*int32, bool)
- func (o *BulkRoleUnAssignmentReport) HasAssignmentsRemoved() bool
- func (o BulkRoleUnAssignmentReport) MarshalJSON() ([]byte, error)
- func (o *BulkRoleUnAssignmentReport) SetAssignmentsRemoved(v int32)
- func (o BulkRoleUnAssignmentReport) ToMap() (map[string]interface{}, error)
- type ConditionSetCreate
- func (o *ConditionSetCreate) GetAutogenerated() bool
- func (o *ConditionSetCreate) GetAutogeneratedOk() (*bool, bool)
- func (o *ConditionSetCreate) GetConditions() map[string]interface{}
- func (o *ConditionSetCreate) GetConditionsOk() (map[string]interface{}, bool)
- func (o *ConditionSetCreate) GetDescription() string
- func (o *ConditionSetCreate) GetDescriptionOk() (*string, bool)
- func (o *ConditionSetCreate) GetKey() string
- func (o *ConditionSetCreate) GetKeyOk() (*string, bool)
- func (o *ConditionSetCreate) GetName() string
- func (o *ConditionSetCreate) GetNameOk() (*string, bool)
- func (o *ConditionSetCreate) GetParentId() ParentId
- func (o *ConditionSetCreate) GetParentIdOk() (*ParentId, bool)
- func (o *ConditionSetCreate) GetResourceId() ResourceId
- func (o *ConditionSetCreate) GetResourceIdOk() (*ResourceId, bool)
- func (o *ConditionSetCreate) GetType() ConditionSetType
- func (o *ConditionSetCreate) GetTypeOk() (*ConditionSetType, bool)
- func (o *ConditionSetCreate) HasAutogenerated() bool
- func (o *ConditionSetCreate) HasConditions() bool
- func (o *ConditionSetCreate) HasDescription() bool
- func (o *ConditionSetCreate) HasParentId() bool
- func (o *ConditionSetCreate) HasResourceId() bool
- func (o *ConditionSetCreate) HasType() bool
- func (o ConditionSetCreate) MarshalJSON() ([]byte, error)
- func (o *ConditionSetCreate) SetAutogenerated(v bool)
- func (o *ConditionSetCreate) SetConditions(v map[string]interface{})
- func (o *ConditionSetCreate) SetDescription(v string)
- func (o *ConditionSetCreate) SetKey(v string)
- func (o *ConditionSetCreate) SetName(v string)
- func (o *ConditionSetCreate) SetParentId(v ParentId)
- func (o *ConditionSetCreate) SetResourceId(v ResourceId)
- func (o *ConditionSetCreate) SetType(v ConditionSetType)
- func (o ConditionSetCreate) ToMap() (map[string]interface{}, error)
- type ConditionSetData
- func (o *ConditionSetData) GetKey() string
- func (o *ConditionSetData) GetKeyOk() (*string, bool)
- func (o *ConditionSetData) GetType() ConditionSetType
- func (o *ConditionSetData) GetTypeOk() (*ConditionSetType, bool)
- func (o ConditionSetData) MarshalJSON() ([]byte, error)
- func (o *ConditionSetData) SetKey(v string)
- func (o *ConditionSetData) SetType(v ConditionSetType)
- func (o ConditionSetData) ToMap() (map[string]interface{}, error)
- type ConditionSetRead
- func (o *ConditionSetRead) GetAutogenerated() bool
- func (o *ConditionSetRead) GetAutogeneratedOk() (*bool, bool)
- func (o *ConditionSetRead) GetConditions() map[string]interface{}
- func (o *ConditionSetRead) GetConditionsOk() (map[string]interface{}, bool)
- func (o *ConditionSetRead) GetCreatedAt() time.Time
- func (o *ConditionSetRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConditionSetRead) GetDescription() string
- func (o *ConditionSetRead) GetDescriptionOk() (*string, bool)
- func (o *ConditionSetRead) GetEnvironmentId() string
- func (o *ConditionSetRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ConditionSetRead) GetId() string
- func (o *ConditionSetRead) GetIdOk() (*string, bool)
- func (o *ConditionSetRead) GetKey() string
- func (o *ConditionSetRead) GetKeyOk() (*string, bool)
- func (o *ConditionSetRead) GetName() string
- func (o *ConditionSetRead) GetNameOk() (*string, bool)
- func (o *ConditionSetRead) GetOrganizationId() string
- func (o *ConditionSetRead) GetOrganizationIdOk() (*string, bool)
- func (o *ConditionSetRead) GetParentId() ParentId
- func (o *ConditionSetRead) GetParentIdOk() (*ParentId, bool)
- func (o *ConditionSetRead) GetProjectId() string
- func (o *ConditionSetRead) GetProjectIdOk() (*string, bool)
- func (o *ConditionSetRead) GetResource() ResourceRead
- func (o *ConditionSetRead) GetResourceId() ResourceId
- func (o *ConditionSetRead) GetResourceIdOk() (*ResourceId, bool)
- func (o *ConditionSetRead) GetResourceOk() (*ResourceRead, bool)
- func (o *ConditionSetRead) GetType() ConditionSetType
- func (o *ConditionSetRead) GetTypeOk() (*ConditionSetType, bool)
- func (o *ConditionSetRead) GetUpdatedAt() time.Time
- func (o *ConditionSetRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ConditionSetRead) HasAutogenerated() bool
- func (o *ConditionSetRead) HasConditions() bool
- func (o *ConditionSetRead) HasDescription() bool
- func (o *ConditionSetRead) HasParentId() bool
- func (o *ConditionSetRead) HasResource() bool
- func (o *ConditionSetRead) HasResourceId() bool
- func (o *ConditionSetRead) HasType() bool
- func (o ConditionSetRead) MarshalJSON() ([]byte, error)
- func (o *ConditionSetRead) SetAutogenerated(v bool)
- func (o *ConditionSetRead) SetConditions(v map[string]interface{})
- func (o *ConditionSetRead) SetCreatedAt(v time.Time)
- func (o *ConditionSetRead) SetDescription(v string)
- func (o *ConditionSetRead) SetEnvironmentId(v string)
- func (o *ConditionSetRead) SetId(v string)
- func (o *ConditionSetRead) SetKey(v string)
- func (o *ConditionSetRead) SetName(v string)
- func (o *ConditionSetRead) SetOrganizationId(v string)
- func (o *ConditionSetRead) SetParentId(v ParentId)
- func (o *ConditionSetRead) SetProjectId(v string)
- func (o *ConditionSetRead) SetResource(v ResourceRead)
- func (o *ConditionSetRead) SetResourceId(v ResourceId)
- func (o *ConditionSetRead) SetType(v ConditionSetType)
- func (o *ConditionSetRead) SetUpdatedAt(v time.Time)
- func (o ConditionSetRead) ToMap() (map[string]interface{}, error)
- type ConditionSetRuleCreate
- func (o *ConditionSetRuleCreate) GetIsResource() bool
- func (o *ConditionSetRuleCreate) GetIsResourceOk() (*bool, bool)
- func (o *ConditionSetRuleCreate) GetIsRole() bool
- func (o *ConditionSetRuleCreate) GetIsRoleOk() (*bool, bool)
- func (o *ConditionSetRuleCreate) GetPermission() string
- func (o *ConditionSetRuleCreate) GetPermissionOk() (*string, bool)
- func (o *ConditionSetRuleCreate) GetResourceSet() string
- func (o *ConditionSetRuleCreate) GetResourceSetOk() (*string, bool)
- func (o *ConditionSetRuleCreate) GetUserSet() string
- func (o *ConditionSetRuleCreate) GetUserSetOk() (*string, bool)
- func (o *ConditionSetRuleCreate) HasIsResource() bool
- func (o *ConditionSetRuleCreate) HasIsRole() bool
- func (o ConditionSetRuleCreate) MarshalJSON() ([]byte, error)
- func (o *ConditionSetRuleCreate) SetIsResource(v bool)
- func (o *ConditionSetRuleCreate) SetIsRole(v bool)
- func (o *ConditionSetRuleCreate) SetPermission(v string)
- func (o *ConditionSetRuleCreate) SetResourceSet(v string)
- func (o *ConditionSetRuleCreate) SetUserSet(v string)
- func (o ConditionSetRuleCreate) ToMap() (map[string]interface{}, error)
- type ConditionSetRuleRead
- func (o *ConditionSetRuleRead) GetCreatedAt() time.Time
- func (o *ConditionSetRuleRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConditionSetRuleRead) GetEnvironmentId() string
- func (o *ConditionSetRuleRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetId() string
- func (o *ConditionSetRuleRead) GetIdOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetKey() string
- func (o *ConditionSetRuleRead) GetKeyOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetOrganizationId() string
- func (o *ConditionSetRuleRead) GetOrganizationIdOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetPermission() string
- func (o *ConditionSetRuleRead) GetPermissionOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetProjectId() string
- func (o *ConditionSetRuleRead) GetProjectIdOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetResourceSet() string
- func (o *ConditionSetRuleRead) GetResourceSetOk() (*string, bool)
- func (o *ConditionSetRuleRead) GetUpdatedAt() time.Time
- func (o *ConditionSetRuleRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ConditionSetRuleRead) GetUserSet() string
- func (o *ConditionSetRuleRead) GetUserSetOk() (*string, bool)
- func (o ConditionSetRuleRead) MarshalJSON() ([]byte, error)
- func (o *ConditionSetRuleRead) SetCreatedAt(v time.Time)
- func (o *ConditionSetRuleRead) SetEnvironmentId(v string)
- func (o *ConditionSetRuleRead) SetId(v string)
- func (o *ConditionSetRuleRead) SetKey(v string)
- func (o *ConditionSetRuleRead) SetOrganizationId(v string)
- func (o *ConditionSetRuleRead) SetPermission(v string)
- func (o *ConditionSetRuleRead) SetProjectId(v string)
- func (o *ConditionSetRuleRead) SetResourceSet(v string)
- func (o *ConditionSetRuleRead) SetUpdatedAt(v time.Time)
- func (o *ConditionSetRuleRead) SetUserSet(v string)
- func (o ConditionSetRuleRead) ToMap() (map[string]interface{}, error)
- type ConditionSetRuleRemove
- func (o *ConditionSetRuleRemove) GetIsResource() bool
- func (o *ConditionSetRuleRemove) GetIsResourceOk() (*bool, bool)
- func (o *ConditionSetRuleRemove) GetIsRole() bool
- func (o *ConditionSetRuleRemove) GetIsRoleOk() (*bool, bool)
- func (o *ConditionSetRuleRemove) GetPermission() string
- func (o *ConditionSetRuleRemove) GetPermissionOk() (*string, bool)
- func (o *ConditionSetRuleRemove) GetResourceSet() string
- func (o *ConditionSetRuleRemove) GetResourceSetOk() (*string, bool)
- func (o *ConditionSetRuleRemove) GetUserSet() string
- func (o *ConditionSetRuleRemove) GetUserSetOk() (*string, bool)
- func (o *ConditionSetRuleRemove) HasIsResource() bool
- func (o *ConditionSetRuleRemove) HasIsRole() bool
- func (o ConditionSetRuleRemove) MarshalJSON() ([]byte, error)
- func (o *ConditionSetRuleRemove) SetIsResource(v bool)
- func (o *ConditionSetRuleRemove) SetIsRole(v bool)
- func (o *ConditionSetRuleRemove) SetPermission(v string)
- func (o *ConditionSetRuleRemove) SetResourceSet(v string)
- func (o *ConditionSetRuleRemove) SetUserSet(v string)
- func (o ConditionSetRuleRemove) ToMap() (map[string]interface{}, error)
- type ConditionSetType
- type ConditionSetUpdate
- func (o *ConditionSetUpdate) GetConditions() map[string]interface{}
- func (o *ConditionSetUpdate) GetConditionsOk() (map[string]interface{}, bool)
- func (o *ConditionSetUpdate) GetDescription() string
- func (o *ConditionSetUpdate) GetDescriptionOk() (*string, bool)
- func (o *ConditionSetUpdate) GetName() string
- func (o *ConditionSetUpdate) GetNameOk() (*string, bool)
- func (o *ConditionSetUpdate) GetParentId() ParentId
- func (o *ConditionSetUpdate) GetParentIdOk() (*ParentId, bool)
- func (o *ConditionSetUpdate) HasConditions() bool
- func (o *ConditionSetUpdate) HasDescription() bool
- func (o *ConditionSetUpdate) HasName() bool
- func (o *ConditionSetUpdate) HasParentId() bool
- func (o ConditionSetUpdate) MarshalJSON() ([]byte, error)
- func (o *ConditionSetUpdate) SetConditions(v map[string]interface{})
- func (o *ConditionSetUpdate) SetDescription(v string)
- func (o *ConditionSetUpdate) SetName(v string)
- func (o *ConditionSetUpdate) SetParentId(v ParentId)
- func (o ConditionSetUpdate) ToMap() (map[string]interface{}, error)
- type CopyEnvironmentScopeRoles
- func (o *CopyEnvironmentScopeRoles) GetExclude() []string
- func (o *CopyEnvironmentScopeRoles) GetExcludeOk() ([]string, bool)
- func (o *CopyEnvironmentScopeRoles) GetInclude() []string
- func (o *CopyEnvironmentScopeRoles) GetIncludeOk() ([]string, bool)
- func (o *CopyEnvironmentScopeRoles) HasExclude() bool
- func (o *CopyEnvironmentScopeRoles) HasInclude() bool
- func (o CopyEnvironmentScopeRoles) MarshalJSON() ([]byte, error)
- func (o *CopyEnvironmentScopeRoles) SetExclude(v []string)
- func (o *CopyEnvironmentScopeRoles) SetInclude(v []string)
- func (o CopyEnvironmentScopeRoles) ToMap() (map[string]interface{}, error)
- type DataSourceConfig
- type DataSourceEntry
- func (o *DataSourceEntry) GetConfig() map[string]interface{}
- func (o *DataSourceEntry) GetConfigOk() (map[string]interface{}, bool)
- func (o *DataSourceEntry) GetDstPath() string
- func (o *DataSourceEntry) GetDstPathOk() (*string, bool)
- func (o *DataSourceEntry) GetSaveMethod() string
- func (o *DataSourceEntry) GetSaveMethodOk() (*string, bool)
- func (o *DataSourceEntry) GetTopics() []string
- func (o *DataSourceEntry) GetTopicsOk() ([]string, bool)
- func (o *DataSourceEntry) GetUrl() string
- func (o *DataSourceEntry) GetUrlOk() (*string, bool)
- func (o *DataSourceEntry) HasConfig() bool
- func (o *DataSourceEntry) HasDstPath() bool
- func (o *DataSourceEntry) HasSaveMethod() bool
- func (o *DataSourceEntry) HasTopics() bool
- func (o DataSourceEntry) MarshalJSON() ([]byte, error)
- func (o *DataSourceEntry) SetConfig(v map[string]interface{})
- func (o *DataSourceEntry) SetDstPath(v string)
- func (o *DataSourceEntry) SetSaveMethod(v string)
- func (o *DataSourceEntry) SetTopics(v []string)
- func (o *DataSourceEntry) SetUrl(v string)
- type DerivedRole
- func (o *DerivedRole) GetConditions() string
- func (o *DerivedRole) GetConditionsOk() (*string, bool)
- func (o *DerivedRole) GetRules() []DerivedRoleRule
- func (o *DerivedRole) GetRulesOk() ([]DerivedRoleRule, bool)
- func (o *DerivedRole) GetSettings() PermitBackendSchemasSchemaOpalDataDerivationSettings
- func (o *DerivedRole) GetSettingsOk() (*PermitBackendSchemasSchemaOpalDataDerivationSettings, bool)
- func (o *DerivedRole) HasConditions() bool
- func (o DerivedRole) MarshalJSON() ([]byte, error)
- func (o *DerivedRole) SetConditions(v string)
- func (o *DerivedRole) SetRules(v []DerivedRoleRule)
- func (o *DerivedRole) SetSettings(v PermitBackendSchemasSchemaOpalDataDerivationSettings)
- func (o DerivedRole) ToMap() (map[string]interface{}, error)
- type DerivedRoleBlockEdit
- func (o *DerivedRoleBlockEdit) GetUsersWithRole() []DerivedRoleRuleCreate
- func (o *DerivedRoleBlockEdit) GetUsersWithRoleOk() ([]DerivedRoleRuleCreate, bool)
- func (o *DerivedRoleBlockEdit) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *DerivedRoleBlockEdit) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
- func (o *DerivedRoleBlockEdit) HasUsersWithRole() bool
- func (o *DerivedRoleBlockEdit) HasWhen() bool
- func (o DerivedRoleBlockEdit) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleBlockEdit) SetUsersWithRole(v []DerivedRoleRuleCreate)
- func (o *DerivedRoleBlockEdit) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (o DerivedRoleBlockEdit) ToMap() (map[string]interface{}, error)
- type DerivedRoleBlockRead
- func (o *DerivedRoleBlockRead) GetId() string
- func (o *DerivedRoleBlockRead) GetIdOk() (*string, bool)
- func (o *DerivedRoleBlockRead) GetUsersWithRole() []DerivedRoleRuleRead
- func (o *DerivedRoleBlockRead) GetUsersWithRoleOk() ([]DerivedRoleRuleRead, bool)
- func (o *DerivedRoleBlockRead) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *DerivedRoleBlockRead) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
- func (o *DerivedRoleBlockRead) HasUsersWithRole() bool
- func (o *DerivedRoleBlockRead) HasWhen() bool
- func (o DerivedRoleBlockRead) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleBlockRead) SetId(v string)
- func (o *DerivedRoleBlockRead) SetUsersWithRole(v []DerivedRoleRuleRead)
- func (o *DerivedRoleBlockRead) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (o DerivedRoleBlockRead) ToMap() (map[string]interface{}, error)
- type DerivedRoleRule
- func (o *DerivedRoleRule) GetRelatedResource() string
- func (o *DerivedRoleRule) GetRelatedResourceOk() (*string, bool)
- func (o *DerivedRoleRule) GetRelatedRole() string
- func (o *DerivedRoleRule) GetRelatedRoleOk() (*string, bool)
- func (o *DerivedRoleRule) GetRelation() string
- func (o *DerivedRoleRule) GetRelationOk() (*string, bool)
- func (o *DerivedRoleRule) GetSettings() PermitBackendSchemasSchemaOpalDataDerivationSettings
- func (o *DerivedRoleRule) GetSettingsOk() (*PermitBackendSchemasSchemaOpalDataDerivationSettings, bool)
- func (o DerivedRoleRule) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleRule) SetRelatedResource(v string)
- func (o *DerivedRoleRule) SetRelatedRole(v string)
- func (o *DerivedRoleRule) SetRelation(v string)
- func (o *DerivedRoleRule) SetSettings(v PermitBackendSchemasSchemaOpalDataDerivationSettings)
- func (o DerivedRoleRule) ToMap() (map[string]interface{}, error)
- type DerivedRoleRuleCreate
- func (o *DerivedRoleRuleCreate) GetLinkedByRelation() string
- func (o *DerivedRoleRuleCreate) GetLinkedByRelationOk() (*string, bool)
- func (o *DerivedRoleRuleCreate) GetOnResource() string
- func (o *DerivedRoleRuleCreate) GetOnResourceOk() (*string, bool)
- func (o *DerivedRoleRuleCreate) GetRole() string
- func (o *DerivedRoleRuleCreate) GetRoleOk() (*string, bool)
- func (o *DerivedRoleRuleCreate) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *DerivedRoleRuleCreate) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
- func (o *DerivedRoleRuleCreate) HasWhen() bool
- func (o DerivedRoleRuleCreate) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleRuleCreate) SetLinkedByRelation(v string)
- func (o *DerivedRoleRuleCreate) SetOnResource(v string)
- func (o *DerivedRoleRuleCreate) SetRole(v string)
- func (o *DerivedRoleRuleCreate) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (o DerivedRoleRuleCreate) ToMap() (map[string]interface{}, error)
- type DerivedRoleRuleDelete
- func (o *DerivedRoleRuleDelete) GetLinkedByRelation() string
- func (o *DerivedRoleRuleDelete) GetLinkedByRelationOk() (*string, bool)
- func (o *DerivedRoleRuleDelete) GetOnResource() string
- func (o *DerivedRoleRuleDelete) GetOnResourceOk() (*string, bool)
- func (o *DerivedRoleRuleDelete) GetRole() string
- func (o *DerivedRoleRuleDelete) GetRoleOk() (*string, bool)
- func (o *DerivedRoleRuleDelete) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *DerivedRoleRuleDelete) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
- func (o *DerivedRoleRuleDelete) HasWhen() bool
- func (o DerivedRoleRuleDelete) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleRuleDelete) SetLinkedByRelation(v string)
- func (o *DerivedRoleRuleDelete) SetOnResource(v string)
- func (o *DerivedRoleRuleDelete) SetRole(v string)
- func (o *DerivedRoleRuleDelete) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (o DerivedRoleRuleDelete) ToMap() (map[string]interface{}, error)
- type DerivedRoleRuleRead
- func (o *DerivedRoleRuleRead) GetLinkedByRelation() string
- func (o *DerivedRoleRuleRead) GetLinkedByRelationOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetOnResource() string
- func (o *DerivedRoleRuleRead) GetOnResourceOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetRelationId() string
- func (o *DerivedRoleRuleRead) GetRelationIdOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetResourceId() string
- func (o *DerivedRoleRuleRead) GetResourceIdOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetRole() string
- func (o *DerivedRoleRuleRead) GetRoleId() string
- func (o *DerivedRoleRuleRead) GetRoleIdOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetRoleOk() (*string, bool)
- func (o *DerivedRoleRuleRead) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *DerivedRoleRuleRead) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
- func (o *DerivedRoleRuleRead) HasWhen() bool
- func (o DerivedRoleRuleRead) MarshalJSON() ([]byte, error)
- func (o *DerivedRoleRuleRead) SetLinkedByRelation(v string)
- func (o *DerivedRoleRuleRead) SetOnResource(v string)
- func (o *DerivedRoleRuleRead) SetRelationId(v string)
- func (o *DerivedRoleRuleRead) SetResourceId(v string)
- func (o *DerivedRoleRuleRead) SetRole(v string)
- func (o *DerivedRoleRuleRead) SetRoleId(v string)
- func (o *DerivedRoleRuleRead) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (o DerivedRoleRuleRead) ToMap() (map[string]interface{}, error)
- type DevLogin
- type ElementsConfigCreate
- func (o *ElementsConfigCreate) GetElementsType() ElementsType
- func (o *ElementsConfigCreate) GetElementsTypeOk() (*ElementsType, bool)
- func (o *ElementsConfigCreate) GetKey() string
- func (o *ElementsConfigCreate) GetKeyOk() (*string, bool)
- func (o *ElementsConfigCreate) GetName() string
- func (o *ElementsConfigCreate) GetNameOk() (*string, bool)
- func (o *ElementsConfigCreate) GetRolesToLevels() map[string][]string
- func (o *ElementsConfigCreate) GetRolesToLevelsOk() (*map[string][]string, bool)
- func (o *ElementsConfigCreate) GetSettings() map[string]Settings
- func (o *ElementsConfigCreate) GetSettingsOk() (*map[string]Settings, bool)
- func (o *ElementsConfigCreate) GetWebhook() WebhookCreate
- func (o *ElementsConfigCreate) GetWebhookOk() (*WebhookCreate, bool)
- func (o *ElementsConfigCreate) HasWebhook() bool
- func (o ElementsConfigCreate) MarshalJSON() ([]byte, error)
- func (o *ElementsConfigCreate) SetElementsType(v ElementsType)
- func (o *ElementsConfigCreate) SetKey(v string)
- func (o *ElementsConfigCreate) SetName(v string)
- func (o *ElementsConfigCreate) SetRolesToLevels(v map[string][]string)
- func (o *ElementsConfigCreate) SetSettings(v map[string]Settings)
- func (o *ElementsConfigCreate) SetWebhook(v WebhookCreate)
- type ElementsConfigRead
- func (o *ElementsConfigRead) GetCreatedAt() time.Time
- func (o *ElementsConfigRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ElementsConfigRead) GetElementsType() ElementsType
- func (o *ElementsConfigRead) GetElementsTypeOk() (*ElementsType, bool)
- func (o *ElementsConfigRead) GetEnvironmentId() string
- func (o *ElementsConfigRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ElementsConfigRead) GetId() string
- func (o *ElementsConfigRead) GetIdOk() (*string, bool)
- func (o *ElementsConfigRead) GetIsActive() bool
- func (o *ElementsConfigRead) GetIsActiveOk() (*bool, bool)
- func (o *ElementsConfigRead) GetKey() string
- func (o *ElementsConfigRead) GetKeyOk() (*string, bool)
- func (o *ElementsConfigRead) GetName() string
- func (o *ElementsConfigRead) GetNameOk() (*string, bool)
- func (o *ElementsConfigRead) GetOrganizationId() string
- func (o *ElementsConfigRead) GetOrganizationIdOk() (*string, bool)
- func (o *ElementsConfigRead) GetProjectId() string
- func (o *ElementsConfigRead) GetProjectIdOk() (*string, bool)
- func (o *ElementsConfigRead) GetRolesToLevels() map[string][]PermissionLevelRoleRead
- func (o *ElementsConfigRead) GetRolesToLevelsOk() (*map[string][]PermissionLevelRoleRead, bool)
- func (o *ElementsConfigRead) GetSettings() map[string]Settings
- func (o *ElementsConfigRead) GetSettingsOk() (*map[string]Settings, bool)
- func (o *ElementsConfigRead) GetUpdatedAt() time.Time
- func (o *ElementsConfigRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ElementsConfigRead) GetWebhook() WebhookRead
- func (o *ElementsConfigRead) GetWebhookOk() (*WebhookRead, bool)
- func (o *ElementsConfigRead) HasWebhook() bool
- func (o ElementsConfigRead) MarshalJSON() ([]byte, error)
- func (o *ElementsConfigRead) SetCreatedAt(v time.Time)
- func (o *ElementsConfigRead) SetElementsType(v ElementsType)
- func (o *ElementsConfigRead) SetEnvironmentId(v string)
- func (o *ElementsConfigRead) SetId(v string)
- func (o *ElementsConfigRead) SetIsActive(v bool)
- func (o *ElementsConfigRead) SetKey(v string)
- func (o *ElementsConfigRead) SetName(v string)
- func (o *ElementsConfigRead) SetOrganizationId(v string)
- func (o *ElementsConfigRead) SetProjectId(v string)
- func (o *ElementsConfigRead) SetRolesToLevels(v map[string][]PermissionLevelRoleRead)
- func (o *ElementsConfigRead) SetSettings(v map[string]Settings)
- func (o *ElementsConfigRead) SetUpdatedAt(v time.Time)
- func (o *ElementsConfigRead) SetWebhook(v WebhookRead)
- type ElementsConfigUpdate
- func (o *ElementsConfigUpdate) GetElementsType() ElementsType
- func (o *ElementsConfigUpdate) GetElementsTypeOk() (*ElementsType, bool)
- func (o *ElementsConfigUpdate) GetName() string
- func (o *ElementsConfigUpdate) GetNameOk() (*string, bool)
- func (o *ElementsConfigUpdate) GetRolesToLevels() map[string][]string
- func (o *ElementsConfigUpdate) GetRolesToLevelsOk() (*map[string][]string, bool)
- func (o *ElementsConfigUpdate) GetSettings() map[string]Settings
- func (o *ElementsConfigUpdate) GetSettingsOk() (*map[string]Settings, bool)
- func (o *ElementsConfigUpdate) GetWebhook() WebhookUpdate
- func (o *ElementsConfigUpdate) GetWebhookOk() (*WebhookUpdate, bool)
- func (o *ElementsConfigUpdate) HasElementsType() bool
- func (o *ElementsConfigUpdate) HasName() bool
- func (o *ElementsConfigUpdate) HasSettings() bool
- func (o *ElementsConfigUpdate) HasWebhook() bool
- func (o ElementsConfigUpdate) MarshalJSON() ([]byte, error)
- func (o *ElementsConfigUpdate) SetElementsType(v ElementsType)
- func (o *ElementsConfigUpdate) SetName(v string)
- func (o *ElementsConfigUpdate) SetRolesToLevels(v map[string][]string)
- func (o *ElementsConfigUpdate) SetSettings(v map[string]Settings)
- func (o *ElementsConfigUpdate) SetWebhook(v WebhookUpdate)
- type ElementsEnvRead
- func (o *ElementsEnvRead) GetRolesToLevels() map[string][]PermissionLevelRoleRead
- func (o *ElementsEnvRead) GetRolesToLevelsOk() (*map[string][]PermissionLevelRoleRead, bool)
- func (o ElementsEnvRead) MarshalJSON() ([]byte, error)
- func (o *ElementsEnvRead) SetRolesToLevels(v map[string][]PermissionLevelRoleRead)
- type ElementsEnvUpdate
- func (o *ElementsEnvUpdate) GetRolesToLevels() map[string][]string
- func (o *ElementsEnvUpdate) GetRolesToLevelsOk() (*map[string][]string, bool)
- func (o *ElementsEnvUpdate) HasRolesToLevels() bool
- func (o ElementsEnvUpdate) MarshalJSON() ([]byte, error)
- func (o *ElementsEnvUpdate) SetRolesToLevels(v map[string][]string)
- type ElementsPermissionLevel
- type ElementsRoleRead
- func (o *ElementsRoleRead) GetCreatedAt() time.Time
- func (o *ElementsRoleRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ElementsRoleRead) GetDescription() string
- func (o *ElementsRoleRead) GetDescriptionOk() (*string, bool)
- func (o *ElementsRoleRead) GetEnvironmentId() string
- func (o *ElementsRoleRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ElementsRoleRead) GetExtends() []string
- func (o *ElementsRoleRead) GetExtendsOk() ([]string, bool)
- func (o *ElementsRoleRead) GetId() string
- func (o *ElementsRoleRead) GetIdOk() (*string, bool)
- func (o *ElementsRoleRead) GetKey() string
- func (o *ElementsRoleRead) GetKeyOk() (*string, bool)
- func (o *ElementsRoleRead) GetName() string
- func (o *ElementsRoleRead) GetNameOk() (*string, bool)
- func (o *ElementsRoleRead) GetOrganizationId() string
- func (o *ElementsRoleRead) GetOrganizationIdOk() (*string, bool)
- func (o *ElementsRoleRead) GetPermissionLevel() ElementsPermissionLevel
- func (o *ElementsRoleRead) GetPermissionLevelOk() (*ElementsPermissionLevel, bool)
- func (o *ElementsRoleRead) GetPermissions() []string
- func (o *ElementsRoleRead) GetPermissionsOk() ([]string, bool)
- func (o *ElementsRoleRead) GetProjectId() string
- func (o *ElementsRoleRead) GetProjectIdOk() (*string, bool)
- func (o *ElementsRoleRead) GetUpdatedAt() time.Time
- func (o *ElementsRoleRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ElementsRoleRead) HasDescription() bool
- func (o *ElementsRoleRead) HasExtends() bool
- func (o *ElementsRoleRead) HasPermissions() bool
- func (o ElementsRoleRead) MarshalJSON() ([]byte, error)
- func (o *ElementsRoleRead) SetCreatedAt(v time.Time)
- func (o *ElementsRoleRead) SetDescription(v string)
- func (o *ElementsRoleRead) SetEnvironmentId(v string)
- func (o *ElementsRoleRead) SetExtends(v []string)
- func (o *ElementsRoleRead) SetId(v string)
- func (o *ElementsRoleRead) SetKey(v string)
- func (o *ElementsRoleRead) SetName(v string)
- func (o *ElementsRoleRead) SetOrganizationId(v string)
- func (o *ElementsRoleRead) SetPermissionLevel(v ElementsPermissionLevel)
- func (o *ElementsRoleRead) SetPermissions(v []string)
- func (o *ElementsRoleRead) SetProjectId(v string)
- func (o *ElementsRoleRead) SetUpdatedAt(v time.Time)
- type ElementsType
- type ElementsUserCreate
- func (o *ElementsUserCreate) GetAttributes() map[string]interface{}
- func (o *ElementsUserCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ElementsUserCreate) GetEmail() string
- func (o *ElementsUserCreate) GetEmailOk() (*string, bool)
- func (o *ElementsUserCreate) GetFirstName() string
- func (o *ElementsUserCreate) GetFirstNameOk() (*string, bool)
- func (o *ElementsUserCreate) GetKey() string
- func (o *ElementsUserCreate) GetKeyOk() (*string, bool)
- func (o *ElementsUserCreate) GetLastName() string
- func (o *ElementsUserCreate) GetLastNameOk() (*string, bool)
- func (o *ElementsUserCreate) GetRole() string
- func (o *ElementsUserCreate) GetRoleOk() (*string, bool)
- func (o *ElementsUserCreate) HasAttributes() bool
- func (o *ElementsUserCreate) HasEmail() bool
- func (o *ElementsUserCreate) HasFirstName() bool
- func (o *ElementsUserCreate) HasLastName() bool
- func (o *ElementsUserCreate) HasRole() bool
- func (o ElementsUserCreate) MarshalJSON() ([]byte, error)
- func (o *ElementsUserCreate) SetAttributes(v map[string]interface{})
- func (o *ElementsUserCreate) SetEmail(v string)
- func (o *ElementsUserCreate) SetFirstName(v string)
- func (o *ElementsUserCreate) SetKey(v string)
- func (o *ElementsUserCreate) SetLastName(v string)
- func (o *ElementsUserCreate) SetRole(v string)
- type ElementsUserRoleCreate
- type ElementsUserRoleRemove
- type EmbeddedLoginRequestOutput
- func (o *EmbeddedLoginRequestOutput) GetError() string
- func (o *EmbeddedLoginRequestOutput) GetErrorCode() int32
- func (o *EmbeddedLoginRequestOutput) GetErrorCodeOk() (*int32, bool)
- func (o *EmbeddedLoginRequestOutput) GetErrorOk() (*string, bool)
- func (o *EmbeddedLoginRequestOutput) GetExtra() string
- func (o *EmbeddedLoginRequestOutput) GetExtraOk() (*string, bool)
- func (o *EmbeddedLoginRequestOutput) GetRedirectUrl() string
- func (o *EmbeddedLoginRequestOutput) GetRedirectUrlOk() (*string, bool)
- func (o *EmbeddedLoginRequestOutput) GetToken() string
- func (o *EmbeddedLoginRequestOutput) GetTokenOk() (*string, bool)
- func (o *EmbeddedLoginRequestOutput) HasError() bool
- func (o *EmbeddedLoginRequestOutput) HasErrorCode() bool
- func (o *EmbeddedLoginRequestOutput) HasExtra() bool
- func (o *EmbeddedLoginRequestOutput) HasToken() bool
- func (o EmbeddedLoginRequestOutput) MarshalJSON() ([]byte, error)
- func (o *EmbeddedLoginRequestOutput) SetError(v string)
- func (o *EmbeddedLoginRequestOutput) SetErrorCode(v int32)
- func (o *EmbeddedLoginRequestOutput) SetExtra(v string)
- func (o *EmbeddedLoginRequestOutput) SetRedirectUrl(v string)
- func (o *EmbeddedLoginRequestOutput) SetToken(v string)
- type EnvironmentCopy
- func (o *EnvironmentCopy) GetConflictStrategy() string
- func (o *EnvironmentCopy) GetConflictStrategyOk() (*string, bool)
- func (o *EnvironmentCopy) GetScope() Scope
- func (o *EnvironmentCopy) GetScopeOk() (*Scope, bool)
- func (o *EnvironmentCopy) GetTargetEnv() TargetEnv
- func (o *EnvironmentCopy) GetTargetEnvOk() (*TargetEnv, bool)
- func (o *EnvironmentCopy) HasConflictStrategy() bool
- func (o *EnvironmentCopy) HasScope() bool
- func (o EnvironmentCopy) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCopy) SetConflictStrategy(v string)
- func (o *EnvironmentCopy) SetScope(v Scope)
- func (o *EnvironmentCopy) SetTargetEnv(v TargetEnv)
- func (o EnvironmentCopy) ToMap() (map[string]interface{}, error)
- type EnvironmentCopyScope
- func (o *EnvironmentCopyScope) GetResourceSets() ResourceSets
- func (o *EnvironmentCopyScope) GetResourceSetsOk() (*ResourceSets, bool)
- func (o *EnvironmentCopyScope) GetResources() Resources
- func (o *EnvironmentCopyScope) GetResourcesOk() (*Resources, bool)
- func (o *EnvironmentCopyScope) GetRoles() CopyEnvironmentScopeRoles
- func (o *EnvironmentCopyScope) GetRolesOk() (*CopyEnvironmentScopeRoles, bool)
- func (o *EnvironmentCopyScope) GetUserSets() UserSets
- func (o *EnvironmentCopyScope) GetUserSetsOk() (*UserSets, bool)
- func (o *EnvironmentCopyScope) HasResourceSets() bool
- func (o *EnvironmentCopyScope) HasResources() bool
- func (o *EnvironmentCopyScope) HasRoles() bool
- func (o *EnvironmentCopyScope) HasUserSets() bool
- func (o EnvironmentCopyScope) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCopyScope) SetResourceSets(v ResourceSets)
- func (o *EnvironmentCopyScope) SetResources(v Resources)
- func (o *EnvironmentCopyScope) SetRoles(v CopyEnvironmentScopeRoles)
- func (o *EnvironmentCopyScope) SetUserSets(v UserSets)
- func (o EnvironmentCopyScope) ToMap() (map[string]interface{}, error)
- type EnvironmentCopyScopeFilters
- func (o *EnvironmentCopyScopeFilters) GetExclude() []string
- func (o *EnvironmentCopyScopeFilters) GetExcludeOk() ([]string, bool)
- func (o *EnvironmentCopyScopeFilters) GetInclude() []string
- func (o *EnvironmentCopyScopeFilters) GetIncludeOk() ([]string, bool)
- func (o *EnvironmentCopyScopeFilters) HasExclude() bool
- func (o *EnvironmentCopyScopeFilters) HasInclude() bool
- func (o EnvironmentCopyScopeFilters) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCopyScopeFilters) SetExclude(v []string)
- func (o *EnvironmentCopyScopeFilters) SetInclude(v []string)
- func (o EnvironmentCopyScopeFilters) ToMap() (map[string]interface{}, error)
- type EnvironmentCopyTarget
- func (o *EnvironmentCopyTarget) GetExisting() string
- func (o *EnvironmentCopyTarget) GetExistingOk() (*string, bool)
- func (o *EnvironmentCopyTarget) GetNew() New
- func (o *EnvironmentCopyTarget) GetNewOk() (*New, bool)
- func (o *EnvironmentCopyTarget) HasExisting() bool
- func (o *EnvironmentCopyTarget) HasNew() bool
- func (o EnvironmentCopyTarget) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCopyTarget) SetExisting(v string)
- func (o *EnvironmentCopyTarget) SetNew(v New)
- func (o EnvironmentCopyTarget) ToMap() (map[string]interface{}, error)
- type EnvironmentCreate
- func (o *EnvironmentCreate) GetCustomBranchName() string
- func (o *EnvironmentCreate) GetCustomBranchNameOk() (*string, bool)
- func (o *EnvironmentCreate) GetDescription() string
- func (o *EnvironmentCreate) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentCreate) GetKey() string
- func (o *EnvironmentCreate) GetKeyOk() (*string, bool)
- func (o *EnvironmentCreate) GetName() string
- func (o *EnvironmentCreate) GetNameOk() (*string, bool)
- func (o *EnvironmentCreate) HasCustomBranchName() bool
- func (o *EnvironmentCreate) HasDescription() bool
- func (o EnvironmentCreate) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCreate) SetCustomBranchName(v string)
- func (o *EnvironmentCreate) SetDescription(v string)
- func (o *EnvironmentCreate) SetKey(v string)
- func (o *EnvironmentCreate) SetName(v string)
- type EnvironmentRead
- func (o *EnvironmentRead) GetCreatedAt() time.Time
- func (o *EnvironmentRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentRead) GetCustomBranchName() string
- func (o *EnvironmentRead) GetCustomBranchNameOk() (*string, bool)
- func (o *EnvironmentRead) GetDescription() string
- func (o *EnvironmentRead) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentRead) GetId() string
- func (o *EnvironmentRead) GetIdOk() (*string, bool)
- func (o *EnvironmentRead) GetKey() string
- func (o *EnvironmentRead) GetKeyOk() (*string, bool)
- func (o *EnvironmentRead) GetName() string
- func (o *EnvironmentRead) GetNameOk() (*string, bool)
- func (o *EnvironmentRead) GetOrganizationId() string
- func (o *EnvironmentRead) GetOrganizationIdOk() (*string, bool)
- func (o *EnvironmentRead) GetProjectId() string
- func (o *EnvironmentRead) GetProjectIdOk() (*string, bool)
- func (o *EnvironmentRead) GetUpdatedAt() time.Time
- func (o *EnvironmentRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EnvironmentRead) HasCustomBranchName() bool
- func (o *EnvironmentRead) HasDescription() bool
- func (o EnvironmentRead) MarshalJSON() ([]byte, error)
- func (o *EnvironmentRead) SetCreatedAt(v time.Time)
- func (o *EnvironmentRead) SetCustomBranchName(v string)
- func (o *EnvironmentRead) SetDescription(v string)
- func (o *EnvironmentRead) SetId(v string)
- func (o *EnvironmentRead) SetKey(v string)
- func (o *EnvironmentRead) SetName(v string)
- func (o *EnvironmentRead) SetOrganizationId(v string)
- func (o *EnvironmentRead) SetProjectId(v string)
- func (o *EnvironmentRead) SetUpdatedAt(v time.Time)
- type EnvironmentStats
- func (o *EnvironmentStats) GetCreatedAt() time.Time
- func (o *EnvironmentStats) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentStats) GetCustomBranchName() string
- func (o *EnvironmentStats) GetCustomBranchNameOk() (*string, bool)
- func (o *EnvironmentStats) GetDescription() string
- func (o *EnvironmentStats) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentStats) GetId() string
- func (o *EnvironmentStats) GetIdOk() (*string, bool)
- func (o *EnvironmentStats) GetKey() string
- func (o *EnvironmentStats) GetKeyOk() (*string, bool)
- func (o *EnvironmentStats) GetName() string
- func (o *EnvironmentStats) GetNameOk() (*string, bool)
- func (o *EnvironmentStats) GetOrganizationId() string
- func (o *EnvironmentStats) GetOrganizationIdOk() (*string, bool)
- func (o *EnvironmentStats) GetPdpConfigs() []PDPConfigRead
- func (o *EnvironmentStats) GetPdpConfigsOk() ([]PDPConfigRead, bool)
- func (o *EnvironmentStats) GetProjectId() string
- func (o *EnvironmentStats) GetProjectIdOk() (*string, bool)
- func (o *EnvironmentStats) GetStats() Statistics
- func (o *EnvironmentStats) GetStatsOk() (*Statistics, bool)
- func (o *EnvironmentStats) GetUpdatedAt() time.Time
- func (o *EnvironmentStats) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EnvironmentStats) HasCustomBranchName() bool
- func (o *EnvironmentStats) HasDescription() bool
- func (o EnvironmentStats) MarshalJSON() ([]byte, error)
- func (o *EnvironmentStats) SetCreatedAt(v time.Time)
- func (o *EnvironmentStats) SetCustomBranchName(v string)
- func (o *EnvironmentStats) SetDescription(v string)
- func (o *EnvironmentStats) SetId(v string)
- func (o *EnvironmentStats) SetKey(v string)
- func (o *EnvironmentStats) SetName(v string)
- func (o *EnvironmentStats) SetOrganizationId(v string)
- func (o *EnvironmentStats) SetPdpConfigs(v []PDPConfigRead)
- func (o *EnvironmentStats) SetProjectId(v string)
- func (o *EnvironmentStats) SetStats(v Statistics)
- func (o *EnvironmentStats) SetUpdatedAt(v time.Time)
- type EnvironmentUpdate
- func (o *EnvironmentUpdate) GetCustomBranchName() string
- func (o *EnvironmentUpdate) GetCustomBranchNameOk() (*string, bool)
- func (o *EnvironmentUpdate) GetDescription() string
- func (o *EnvironmentUpdate) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentUpdate) GetName() string
- func (o *EnvironmentUpdate) GetNameOk() (*string, bool)
- func (o *EnvironmentUpdate) HasCustomBranchName() bool
- func (o *EnvironmentUpdate) HasDescription() bool
- func (o *EnvironmentUpdate) HasName() bool
- func (o EnvironmentUpdate) MarshalJSON() ([]byte, error)
- func (o *EnvironmentUpdate) SetCustomBranchName(v string)
- func (o *EnvironmentUpdate) SetDescription(v string)
- func (o *EnvironmentUpdate) SetName(v string)
- type FailedInvite
- func (o *FailedInvite) GetEmail() string
- func (o *FailedInvite) GetEmailOk() (*string, bool)
- func (o *FailedInvite) GetReason() string
- func (o *FailedInvite) GetReasonOk() (*string, bool)
- func (o FailedInvite) MarshalJSON() ([]byte, error)
- func (o *FailedInvite) SetEmail(v string)
- func (o *FailedInvite) SetReason(v string)
- type FullData
- func (o *FullData) GetConditionSetRules() map[string]map[string]map[string][]string
- func (o *FullData) GetConditionSetRulesOk() (*map[string]map[string]map[string][]string, bool)
- func (o *FullData) GetRoles() map[string]RoleData
- func (o *FullData) GetRolesOk() (*map[string]RoleData, bool)
- func (o *FullData) GetUsers() map[string]UserData
- func (o *FullData) GetUsersOk() (*map[string]UserData, bool)
- func (o FullData) MarshalJSON() ([]byte, error)
- func (o *FullData) SetConditionSetRules(v map[string]map[string]map[string][]string)
- func (o *FullData) SetRoles(v map[string]RoleData)
- func (o *FullData) SetUsers(v map[string]UserData)
- type HTTPValidationError
- type IdentityRead
- func (o *IdentityRead) GetAuth0Info() map[string]interface{}
- func (o *IdentityRead) GetAuth0InfoOk() (map[string]interface{}, bool)
- func (o *IdentityRead) GetEmail() string
- func (o *IdentityRead) GetEmailOk() (*string, bool)
- func (o *IdentityRead) GetEmailVerified() bool
- func (o *IdentityRead) GetEmailVerifiedOk() (*bool, bool)
- func (o *IdentityRead) GetProvider() string
- func (o *IdentityRead) GetProviderOk() (*string, bool)
- func (o *IdentityRead) GetSub() string
- func (o *IdentityRead) GetSubOk() (*string, bool)
- func (o *IdentityRead) GetUserId() string
- func (o *IdentityRead) GetUserIdOk() (*string, bool)
- func (o IdentityRead) MarshalJSON() ([]byte, error)
- func (o *IdentityRead) SetAuth0Info(v map[string]interface{})
- func (o *IdentityRead) SetEmail(v string)
- func (o *IdentityRead) SetEmailVerified(v bool)
- func (o *IdentityRead) SetProvider(v string)
- func (o *IdentityRead) SetSub(v string)
- func (o *IdentityRead) SetUserId(v string)
- type InviteAttemptResult
- func (o *InviteAttemptResult) GetInviteFailedReason() string
- func (o *InviteAttemptResult) GetInviteFailedReasonOk() (*string, bool)
- func (o *InviteAttemptResult) GetInviteSuccessful() bool
- func (o *InviteAttemptResult) GetInviteSuccessfulOk() (*bool, bool)
- func (o *InviteAttemptResult) HasInviteFailedReason() bool
- func (o *InviteAttemptResult) HasInviteSuccessful() bool
- func (o InviteAttemptResult) MarshalJSON() ([]byte, error)
- func (o *InviteAttemptResult) SetInviteFailedReason(v string)
- func (o *InviteAttemptResult) SetInviteSuccessful(v bool)
- type InviteCreate
- func (o *InviteCreate) GetEmail() string
- func (o *InviteCreate) GetEmailOk() (*string, bool)
- func (o *InviteCreate) GetRole() string
- func (o *InviteCreate) GetRoleOk() (*string, bool)
- func (o InviteCreate) MarshalJSON() ([]byte, error)
- func (o *InviteCreate) SetEmail(v string)
- func (o *InviteCreate) SetRole(v string)
- type InviteRead
- func (o *InviteRead) GetCreatedAt() time.Time
- func (o *InviteRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *InviteRead) GetEmail() string
- func (o *InviteRead) GetEmailOk() (*string, bool)
- func (o *InviteRead) GetFailedReason() string
- func (o *InviteRead) GetFailedReasonOk() (*string, bool)
- func (o *InviteRead) GetId() string
- func (o *InviteRead) GetIdOk() (*string, bool)
- func (o *InviteRead) GetInviteCode() string
- func (o *InviteRead) GetInviteCodeOk() (*string, bool)
- func (o *InviteRead) GetOrganizationId() string
- func (o *InviteRead) GetOrganizationIdOk() (*string, bool)
- func (o *InviteRead) GetRole() string
- func (o *InviteRead) GetRoleOk() (*string, bool)
- func (o *InviteRead) GetStatus() InviteStatus
- func (o *InviteRead) GetStatusOk() (*InviteStatus, bool)
- func (o *InviteRead) HasFailedReason() bool
- func (o InviteRead) MarshalJSON() ([]byte, error)
- func (o *InviteRead) SetCreatedAt(v time.Time)
- func (o *InviteRead) SetEmail(v string)
- func (o *InviteRead) SetFailedReason(v string)
- func (o *InviteRead) SetId(v string)
- func (o *InviteRead) SetInviteCode(v string)
- func (o *InviteRead) SetOrganizationId(v string)
- func (o *InviteRead) SetRole(v string)
- func (o *InviteRead) SetStatus(v InviteStatus)
- type InviteStatus
- type Jwks
- type Labels
- type LanguageInstructions
- func (o *LanguageInstructions) GetInstructions() string
- func (o *LanguageInstructions) GetInstructionsOk() (*string, bool)
- func (o *LanguageInstructions) GetLabel() string
- func (o *LanguageInstructions) GetLabelOk() (*string, bool)
- func (o *LanguageInstructions) GetLanguage() ProgrammingLanguage
- func (o *LanguageInstructions) GetLanguageOk() (*ProgrammingLanguage, bool)
- func (o LanguageInstructions) MarshalJSON() ([]byte, error)
- func (o *LanguageInstructions) SetInstructions(v string)
- func (o *LanguageInstructions) SetLabel(v string)
- func (o *LanguageInstructions) SetLanguage(v ProgrammingLanguage)
- type LocationInner
- type LoginResult
- func (o *LoginResult) GetActiveOrgId() string
- func (o *LoginResult) GetActiveOrgIdOk() (*string, bool)
- func (o *LoginResult) GetExpiresAt() int32
- func (o *LoginResult) GetExpiresAtOk() (*int32, bool)
- func (o *LoginResult) GetInviteAttempt() InviteAttemptResult
- func (o *LoginResult) GetInviteAttemptOk() (*InviteAttemptResult, bool)
- func (o *LoginResult) GetLoggedIn() bool
- func (o *LoginResult) GetLoggedInOk() (*bool, bool)
- func (o *LoginResult) HasActiveOrgId() bool
- func (o *LoginResult) HasInviteAttempt() bool
- func (o LoginResult) MarshalJSON() ([]byte, error)
- func (o *LoginResult) SetActiveOrgId(v string)
- func (o *LoginResult) SetExpiresAt(v int32)
- func (o *LoginResult) SetInviteAttempt(v InviteAttemptResult)
- func (o *LoginResult) SetLoggedIn(v bool)
- type MappedNullable
- type MappingRule
- func (o *MappingRule) GetAction() string
- func (o *MappingRule) GetActionOk() (*string, bool)
- func (o *MappingRule) GetHeaders() map[string]string
- func (o *MappingRule) GetHeadersOk() (*map[string]string, bool)
- func (o *MappingRule) GetHttpMethod() Methods
- func (o *MappingRule) GetHttpMethodOk() (*Methods, bool)
- func (o *MappingRule) GetPriority() int32
- func (o *MappingRule) GetPriorityOk() (*int32, bool)
- func (o *MappingRule) GetResource() string
- func (o *MappingRule) GetResourceOk() (*string, bool)
- func (o *MappingRule) GetUrl() string
- func (o *MappingRule) GetUrlOk() (*string, bool)
- func (o *MappingRule) GetUrlType() UrlMatchType
- func (o *MappingRule) GetUrlTypeOk() (*UrlMatchType, bool)
- func (o *MappingRule) HasAction() bool
- func (o *MappingRule) HasHeaders() bool
- func (o *MappingRule) HasPriority() bool
- func (o *MappingRule) HasUrlType() bool
- func (o *MappingRule) IsRegexUrl() bool
- func (o MappingRule) MarshalJSON() ([]byte, error)
- func (o *MappingRule) SetAction(v string)
- func (o *MappingRule) SetHeaders(v map[string]string)
- func (o *MappingRule) SetHttpMethod(v Methods)
- func (o *MappingRule) SetPriority(v int32)
- func (o *MappingRule) SetResource(v string)
- func (o *MappingRule) SetUrl(v string)
- func (o *MappingRule) SetUrlType(v UrlMatchType)
- func (o MappingRule) ToMap() (map[string]interface{}, error)
- type MemberAccessLevel
- type MemberAccessObj
- type Methods
- type MultiInviteResult
- func (o *MultiInviteResult) GetFailed() []FailedInvite
- func (o *MultiInviteResult) GetFailedOk() ([]FailedInvite, bool)
- func (o *MultiInviteResult) GetSuccess() []InviteRead
- func (o *MultiInviteResult) GetSuccessOk() ([]InviteRead, bool)
- func (o *MultiInviteResult) HasFailed() bool
- func (o MultiInviteResult) MarshalJSON() ([]byte, error)
- func (o *MultiInviteResult) SetFailed(v []FailedInvite)
- func (o *MultiInviteResult) SetSuccess(v []InviteRead)
- type New
- func (o *New) GetCustomBranchName() string
- func (o *New) GetCustomBranchNameOk() (*string, bool)
- func (o *New) GetDescription() string
- func (o *New) GetDescriptionOk() (*string, bool)
- func (o *New) GetJwks() Jwks
- func (o *New) GetJwksOk() (*Jwks, bool)
- func (o *New) GetKey() string
- func (o *New) GetKeyOk() (*string, bool)
- func (o *New) GetName() string
- func (o *New) GetNameOk() (*string, bool)
- func (o *New) HasCustomBranchName() bool
- func (o *New) HasDescription() bool
- func (o *New) HasJwks() bool
- func (o New) MarshalJSON() ([]byte, error)
- func (o *New) SetCustomBranchName(v string)
- func (o *New) SetDescription(v string)
- func (o *New) SetJwks(v Jwks)
- func (o *New) SetKey(v string)
- func (o *New) SetName(v string)
- func (o New) ToMap() (map[string]interface{}, error)
- type NullableAPIKeyCreate
- func (v NullableAPIKeyCreate) Get() *APIKeyCreate
- func (v NullableAPIKeyCreate) IsSet() bool
- func (v NullableAPIKeyCreate) MarshalJSON() ([]byte, error)
- func (v *NullableAPIKeyCreate) Set(val *APIKeyCreate)
- func (v *NullableAPIKeyCreate) UnmarshalJSON(src []byte) error
- func (v *NullableAPIKeyCreate) Unset()
- type NullableAPIKeyOwnerType
- func (v NullableAPIKeyOwnerType) Get() *APIKeyOwnerType
- func (v NullableAPIKeyOwnerType) IsSet() bool
- func (v NullableAPIKeyOwnerType) MarshalJSON() ([]byte, error)
- func (v *NullableAPIKeyOwnerType) Set(val *APIKeyOwnerType)
- func (v *NullableAPIKeyOwnerType) UnmarshalJSON(src []byte) error
- func (v *NullableAPIKeyOwnerType) Unset()
- type NullableAPIKeyRead
- type NullableAPIKeyScopeRead
- func (v NullableAPIKeyScopeRead) Get() *APIKeyScopeRead
- func (v NullableAPIKeyScopeRead) IsSet() bool
- func (v NullableAPIKeyScopeRead) MarshalJSON() ([]byte, error)
- func (v *NullableAPIKeyScopeRead) Set(val *APIKeyScopeRead)
- func (v *NullableAPIKeyScopeRead) UnmarshalJSON(src []byte) error
- func (v *NullableAPIKeyScopeRead) Unset()
- type NullableActionBlockEditable
- func (v NullableActionBlockEditable) Get() *ActionBlockEditable
- func (v NullableActionBlockEditable) IsSet() bool
- func (v NullableActionBlockEditable) MarshalJSON() ([]byte, error)
- func (v *NullableActionBlockEditable) Set(val *ActionBlockEditable)
- func (v *NullableActionBlockEditable) UnmarshalJSON(src []byte) error
- func (v *NullableActionBlockEditable) Unset()
- type NullableActionBlockRead
- func (v NullableActionBlockRead) Get() *ActionBlockRead
- func (v NullableActionBlockRead) IsSet() bool
- func (v NullableActionBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableActionBlockRead) Set(val *ActionBlockRead)
- func (v *NullableActionBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableActionBlockRead) Unset()
- type NullableActor
- type NullableAddRolePermissions
- func (v NullableAddRolePermissions) Get() *AddRolePermissions
- func (v NullableAddRolePermissions) IsSet() bool
- func (v NullableAddRolePermissions) MarshalJSON() ([]byte, error)
- func (v *NullableAddRolePermissions) Set(val *AddRolePermissions)
- func (v *NullableAddRolePermissions) UnmarshalJSON(src []byte) error
- func (v *NullableAddRolePermissions) Unset()
- type NullableAttributeBlockEditable
- func (v NullableAttributeBlockEditable) Get() *AttributeBlockEditable
- func (v NullableAttributeBlockEditable) IsSet() bool
- func (v NullableAttributeBlockEditable) MarshalJSON() ([]byte, error)
- func (v *NullableAttributeBlockEditable) Set(val *AttributeBlockEditable)
- func (v *NullableAttributeBlockEditable) UnmarshalJSON(src []byte) error
- func (v *NullableAttributeBlockEditable) Unset()
- type NullableAttributeBlockRead
- func (v NullableAttributeBlockRead) Get() *AttributeBlockRead
- func (v NullableAttributeBlockRead) IsSet() bool
- func (v NullableAttributeBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableAttributeBlockRead) Set(val *AttributeBlockRead)
- func (v *NullableAttributeBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableAttributeBlockRead) Unset()
- type NullableAttributeType
- func (v NullableAttributeType) Get() *AttributeType
- func (v NullableAttributeType) IsSet() bool
- func (v NullableAttributeType) MarshalJSON() ([]byte, error)
- func (v *NullableAttributeType) Set(val *AttributeType)
- func (v *NullableAttributeType) UnmarshalJSON(src []byte) error
- func (v *NullableAttributeType) Unset()
- type NullableAttributes
- type NullableAuthMechanism
- func (v NullableAuthMechanism) Get() *AuthMechanism
- func (v NullableAuthMechanism) IsSet() bool
- func (v NullableAuthMechanism) MarshalJSON() ([]byte, error)
- func (v *NullableAuthMechanism) Set(val *AuthMechanism)
- func (v *NullableAuthMechanism) UnmarshalJSON(src []byte) error
- func (v *NullableAuthMechanism) Unset()
- type NullableAuthnMeAPIKeyRead
- func (v NullableAuthnMeAPIKeyRead) Get() *AuthnMeAPIKeyRead
- func (v NullableAuthnMeAPIKeyRead) IsSet() bool
- func (v NullableAuthnMeAPIKeyRead) MarshalJSON() ([]byte, error)
- func (v *NullableAuthnMeAPIKeyRead) Set(val *AuthnMeAPIKeyRead)
- func (v *NullableAuthnMeAPIKeyRead) UnmarshalJSON(src []byte) error
- func (v *NullableAuthnMeAPIKeyRead) Unset()
- type NullableAuthnMeMemberRead
- func (v NullableAuthnMeMemberRead) Get() *AuthnMeMemberRead
- func (v NullableAuthnMeMemberRead) IsSet() bool
- func (v NullableAuthnMeMemberRead) MarshalJSON() ([]byte, error)
- func (v *NullableAuthnMeMemberRead) Set(val *AuthnMeMemberRead)
- func (v *NullableAuthnMeMemberRead) UnmarshalJSON(src []byte) error
- func (v *NullableAuthnMeMemberRead) Unset()
- type NullableAuthnMeRead
- func (v NullableAuthnMeRead) Get() *AuthnMeRead
- func (v NullableAuthnMeRead) IsSet() bool
- func (v NullableAuthnMeRead) MarshalJSON() ([]byte, error)
- func (v *NullableAuthnMeRead) Set(val *AuthnMeRead)
- func (v *NullableAuthnMeRead) UnmarshalJSON(src []byte) error
- func (v *NullableAuthnMeRead) Unset()
- type NullableAuthnMeUserRead
- func (v NullableAuthnMeUserRead) Get() *AuthnMeUserRead
- func (v NullableAuthnMeUserRead) IsSet() bool
- func (v NullableAuthnMeUserRead) MarshalJSON() ([]byte, error)
- func (v *NullableAuthnMeUserRead) Set(val *AuthnMeUserRead)
- func (v *NullableAuthnMeUserRead) UnmarshalJSON(src []byte) error
- func (v *NullableAuthnMeUserRead) Unset()
- type NullableBool
- type NullableBulkRoleAssignmentReport
- func (v NullableBulkRoleAssignmentReport) Get() *BulkRoleAssignmentReport
- func (v NullableBulkRoleAssignmentReport) IsSet() bool
- func (v NullableBulkRoleAssignmentReport) MarshalJSON() ([]byte, error)
- func (v *NullableBulkRoleAssignmentReport) Set(val *BulkRoleAssignmentReport)
- func (v *NullableBulkRoleAssignmentReport) UnmarshalJSON(src []byte) error
- func (v *NullableBulkRoleAssignmentReport) Unset()
- type NullableBulkRoleUnAssignmentReport
- func (v NullableBulkRoleUnAssignmentReport) Get() *BulkRoleUnAssignmentReport
- func (v NullableBulkRoleUnAssignmentReport) IsSet() bool
- func (v NullableBulkRoleUnAssignmentReport) MarshalJSON() ([]byte, error)
- func (v *NullableBulkRoleUnAssignmentReport) Set(val *BulkRoleUnAssignmentReport)
- func (v *NullableBulkRoleUnAssignmentReport) UnmarshalJSON(src []byte) error
- func (v *NullableBulkRoleUnAssignmentReport) Unset()
- type NullableConditionSetCreate
- func (v NullableConditionSetCreate) Get() *ConditionSetCreate
- func (v NullableConditionSetCreate) IsSet() bool
- func (v NullableConditionSetCreate) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetCreate) Set(val *ConditionSetCreate)
- func (v *NullableConditionSetCreate) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetCreate) Unset()
- type NullableConditionSetData
- func (v NullableConditionSetData) Get() *ConditionSetData
- func (v NullableConditionSetData) IsSet() bool
- func (v NullableConditionSetData) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetData) Set(val *ConditionSetData)
- func (v *NullableConditionSetData) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetData) Unset()
- type NullableConditionSetRead
- func (v NullableConditionSetRead) Get() *ConditionSetRead
- func (v NullableConditionSetRead) IsSet() bool
- func (v NullableConditionSetRead) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetRead) Set(val *ConditionSetRead)
- func (v *NullableConditionSetRead) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetRead) Unset()
- type NullableConditionSetRuleCreate
- func (v NullableConditionSetRuleCreate) Get() *ConditionSetRuleCreate
- func (v NullableConditionSetRuleCreate) IsSet() bool
- func (v NullableConditionSetRuleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetRuleCreate) Set(val *ConditionSetRuleCreate)
- func (v *NullableConditionSetRuleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetRuleCreate) Unset()
- type NullableConditionSetRuleRead
- func (v NullableConditionSetRuleRead) Get() *ConditionSetRuleRead
- func (v NullableConditionSetRuleRead) IsSet() bool
- func (v NullableConditionSetRuleRead) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetRuleRead) Set(val *ConditionSetRuleRead)
- func (v *NullableConditionSetRuleRead) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetRuleRead) Unset()
- type NullableConditionSetRuleRemove
- func (v NullableConditionSetRuleRemove) Get() *ConditionSetRuleRemove
- func (v NullableConditionSetRuleRemove) IsSet() bool
- func (v NullableConditionSetRuleRemove) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetRuleRemove) Set(val *ConditionSetRuleRemove)
- func (v *NullableConditionSetRuleRemove) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetRuleRemove) Unset()
- type NullableConditionSetType
- func (v NullableConditionSetType) Get() *ConditionSetType
- func (v NullableConditionSetType) IsSet() bool
- func (v NullableConditionSetType) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetType) Set(val *ConditionSetType)
- func (v *NullableConditionSetType) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetType) Unset()
- type NullableConditionSetUpdate
- func (v NullableConditionSetUpdate) Get() *ConditionSetUpdate
- func (v NullableConditionSetUpdate) IsSet() bool
- func (v NullableConditionSetUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableConditionSetUpdate) Set(val *ConditionSetUpdate)
- func (v *NullableConditionSetUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableConditionSetUpdate) Unset()
- type NullableCopyEnvironmentScopeRoles
- func (v NullableCopyEnvironmentScopeRoles) Get() *CopyEnvironmentScopeRoles
- func (v NullableCopyEnvironmentScopeRoles) IsSet() bool
- func (v NullableCopyEnvironmentScopeRoles) MarshalJSON() ([]byte, error)
- func (v *NullableCopyEnvironmentScopeRoles) Set(val *CopyEnvironmentScopeRoles)
- func (v *NullableCopyEnvironmentScopeRoles) UnmarshalJSON(src []byte) error
- func (v *NullableCopyEnvironmentScopeRoles) Unset()
- type NullableDataSourceConfig
- func (v NullableDataSourceConfig) Get() *DataSourceConfig
- func (v NullableDataSourceConfig) IsSet() bool
- func (v NullableDataSourceConfig) MarshalJSON() ([]byte, error)
- func (v *NullableDataSourceConfig) Set(val *DataSourceConfig)
- func (v *NullableDataSourceConfig) UnmarshalJSON(src []byte) error
- func (v *NullableDataSourceConfig) Unset()
- type NullableDataSourceEntry
- func (v NullableDataSourceEntry) Get() *DataSourceEntry
- func (v NullableDataSourceEntry) IsSet() bool
- func (v NullableDataSourceEntry) MarshalJSON() ([]byte, error)
- func (v *NullableDataSourceEntry) Set(val *DataSourceEntry)
- func (v *NullableDataSourceEntry) UnmarshalJSON(src []byte) error
- func (v *NullableDataSourceEntry) Unset()
- type NullableDerivedRole
- func (v NullableDerivedRole) Get() *DerivedRole
- func (v NullableDerivedRole) IsSet() bool
- func (v NullableDerivedRole) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRole) Set(val *DerivedRole)
- func (v *NullableDerivedRole) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRole) Unset()
- type NullableDerivedRoleBlockEdit
- func (v NullableDerivedRoleBlockEdit) Get() *DerivedRoleBlockEdit
- func (v NullableDerivedRoleBlockEdit) IsSet() bool
- func (v NullableDerivedRoleBlockEdit) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleBlockEdit) Set(val *DerivedRoleBlockEdit)
- func (v *NullableDerivedRoleBlockEdit) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleBlockEdit) Unset()
- type NullableDerivedRoleBlockRead
- func (v NullableDerivedRoleBlockRead) Get() *DerivedRoleBlockRead
- func (v NullableDerivedRoleBlockRead) IsSet() bool
- func (v NullableDerivedRoleBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleBlockRead) Set(val *DerivedRoleBlockRead)
- func (v *NullableDerivedRoleBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleBlockRead) Unset()
- type NullableDerivedRoleRule
- func (v NullableDerivedRoleRule) Get() *DerivedRoleRule
- func (v NullableDerivedRoleRule) IsSet() bool
- func (v NullableDerivedRoleRule) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleRule) Set(val *DerivedRoleRule)
- func (v *NullableDerivedRoleRule) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleRule) Unset()
- type NullableDerivedRoleRuleCreate
- func (v NullableDerivedRoleRuleCreate) Get() *DerivedRoleRuleCreate
- func (v NullableDerivedRoleRuleCreate) IsSet() bool
- func (v NullableDerivedRoleRuleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleRuleCreate) Set(val *DerivedRoleRuleCreate)
- func (v *NullableDerivedRoleRuleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleRuleCreate) Unset()
- type NullableDerivedRoleRuleDelete
- func (v NullableDerivedRoleRuleDelete) Get() *DerivedRoleRuleDelete
- func (v NullableDerivedRoleRuleDelete) IsSet() bool
- func (v NullableDerivedRoleRuleDelete) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleRuleDelete) Set(val *DerivedRoleRuleDelete)
- func (v *NullableDerivedRoleRuleDelete) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleRuleDelete) Unset()
- type NullableDerivedRoleRuleRead
- func (v NullableDerivedRoleRuleRead) Get() *DerivedRoleRuleRead
- func (v NullableDerivedRoleRuleRead) IsSet() bool
- func (v NullableDerivedRoleRuleRead) MarshalJSON() ([]byte, error)
- func (v *NullableDerivedRoleRuleRead) Set(val *DerivedRoleRuleRead)
- func (v *NullableDerivedRoleRuleRead) UnmarshalJSON(src []byte) error
- func (v *NullableDerivedRoleRuleRead) Unset()
- type NullableDevLogin
- type NullableElementsConfigCreate
- func (v NullableElementsConfigCreate) Get() *ElementsConfigCreate
- func (v NullableElementsConfigCreate) IsSet() bool
- func (v NullableElementsConfigCreate) MarshalJSON() ([]byte, error)
- func (v *NullableElementsConfigCreate) Set(val *ElementsConfigCreate)
- func (v *NullableElementsConfigCreate) UnmarshalJSON(src []byte) error
- func (v *NullableElementsConfigCreate) Unset()
- type NullableElementsConfigRead
- func (v NullableElementsConfigRead) Get() *ElementsConfigRead
- func (v NullableElementsConfigRead) IsSet() bool
- func (v NullableElementsConfigRead) MarshalJSON() ([]byte, error)
- func (v *NullableElementsConfigRead) Set(val *ElementsConfigRead)
- func (v *NullableElementsConfigRead) UnmarshalJSON(src []byte) error
- func (v *NullableElementsConfigRead) Unset()
- type NullableElementsConfigUpdate
- func (v NullableElementsConfigUpdate) Get() *ElementsConfigUpdate
- func (v NullableElementsConfigUpdate) IsSet() bool
- func (v NullableElementsConfigUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableElementsConfigUpdate) Set(val *ElementsConfigUpdate)
- func (v *NullableElementsConfigUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableElementsConfigUpdate) Unset()
- type NullableElementsEnvRead
- func (v NullableElementsEnvRead) Get() *ElementsEnvRead
- func (v NullableElementsEnvRead) IsSet() bool
- func (v NullableElementsEnvRead) MarshalJSON() ([]byte, error)
- func (v *NullableElementsEnvRead) Set(val *ElementsEnvRead)
- func (v *NullableElementsEnvRead) UnmarshalJSON(src []byte) error
- func (v *NullableElementsEnvRead) Unset()
- type NullableElementsEnvUpdate
- func (v NullableElementsEnvUpdate) Get() *ElementsEnvUpdate
- func (v NullableElementsEnvUpdate) IsSet() bool
- func (v NullableElementsEnvUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableElementsEnvUpdate) Set(val *ElementsEnvUpdate)
- func (v *NullableElementsEnvUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableElementsEnvUpdate) Unset()
- type NullableElementsPermissionLevel
- func (v NullableElementsPermissionLevel) Get() *ElementsPermissionLevel
- func (v NullableElementsPermissionLevel) IsSet() bool
- func (v NullableElementsPermissionLevel) MarshalJSON() ([]byte, error)
- func (v *NullableElementsPermissionLevel) Set(val *ElementsPermissionLevel)
- func (v *NullableElementsPermissionLevel) UnmarshalJSON(src []byte) error
- func (v *NullableElementsPermissionLevel) Unset()
- type NullableElementsRoleRead
- func (v NullableElementsRoleRead) Get() *ElementsRoleRead
- func (v NullableElementsRoleRead) IsSet() bool
- func (v NullableElementsRoleRead) MarshalJSON() ([]byte, error)
- func (v *NullableElementsRoleRead) Set(val *ElementsRoleRead)
- func (v *NullableElementsRoleRead) UnmarshalJSON(src []byte) error
- func (v *NullableElementsRoleRead) Unset()
- type NullableElementsType
- func (v NullableElementsType) Get() *ElementsType
- func (v NullableElementsType) IsSet() bool
- func (v NullableElementsType) MarshalJSON() ([]byte, error)
- func (v *NullableElementsType) Set(val *ElementsType)
- func (v *NullableElementsType) UnmarshalJSON(src []byte) error
- func (v *NullableElementsType) Unset()
- type NullableElementsUserCreate
- func (v NullableElementsUserCreate) Get() *ElementsUserCreate
- func (v NullableElementsUserCreate) IsSet() bool
- func (v NullableElementsUserCreate) MarshalJSON() ([]byte, error)
- func (v *NullableElementsUserCreate) Set(val *ElementsUserCreate)
- func (v *NullableElementsUserCreate) UnmarshalJSON(src []byte) error
- func (v *NullableElementsUserCreate) Unset()
- type NullableElementsUserRoleCreate
- func (v NullableElementsUserRoleCreate) Get() *ElementsUserRoleCreate
- func (v NullableElementsUserRoleCreate) IsSet() bool
- func (v NullableElementsUserRoleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableElementsUserRoleCreate) Set(val *ElementsUserRoleCreate)
- func (v *NullableElementsUserRoleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableElementsUserRoleCreate) Unset()
- type NullableElementsUserRoleRemove
- func (v NullableElementsUserRoleRemove) Get() *ElementsUserRoleRemove
- func (v NullableElementsUserRoleRemove) IsSet() bool
- func (v NullableElementsUserRoleRemove) MarshalJSON() ([]byte, error)
- func (v *NullableElementsUserRoleRemove) Set(val *ElementsUserRoleRemove)
- func (v *NullableElementsUserRoleRemove) UnmarshalJSON(src []byte) error
- func (v *NullableElementsUserRoleRemove) Unset()
- type NullableEmbeddedLoginRequestOutput
- func (v NullableEmbeddedLoginRequestOutput) Get() *EmbeddedLoginRequestOutput
- func (v NullableEmbeddedLoginRequestOutput) IsSet() bool
- func (v NullableEmbeddedLoginRequestOutput) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedLoginRequestOutput) Set(val *EmbeddedLoginRequestOutput)
- func (v *NullableEmbeddedLoginRequestOutput) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedLoginRequestOutput) Unset()
- type NullableEnvironmentCopy
- func (v NullableEnvironmentCopy) Get() *EnvironmentCopy
- func (v NullableEnvironmentCopy) IsSet() bool
- func (v NullableEnvironmentCopy) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCopy) Set(val *EnvironmentCopy)
- func (v *NullableEnvironmentCopy) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCopy) Unset()
- type NullableEnvironmentCopyScope
- func (v NullableEnvironmentCopyScope) Get() *EnvironmentCopyScope
- func (v NullableEnvironmentCopyScope) IsSet() bool
- func (v NullableEnvironmentCopyScope) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCopyScope) Set(val *EnvironmentCopyScope)
- func (v *NullableEnvironmentCopyScope) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCopyScope) Unset()
- type NullableEnvironmentCopyScopeFilters
- func (v NullableEnvironmentCopyScopeFilters) Get() *EnvironmentCopyScopeFilters
- func (v NullableEnvironmentCopyScopeFilters) IsSet() bool
- func (v NullableEnvironmentCopyScopeFilters) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCopyScopeFilters) Set(val *EnvironmentCopyScopeFilters)
- func (v *NullableEnvironmentCopyScopeFilters) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCopyScopeFilters) Unset()
- type NullableEnvironmentCopyTarget
- func (v NullableEnvironmentCopyTarget) Get() *EnvironmentCopyTarget
- func (v NullableEnvironmentCopyTarget) IsSet() bool
- func (v NullableEnvironmentCopyTarget) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCopyTarget) Set(val *EnvironmentCopyTarget)
- func (v *NullableEnvironmentCopyTarget) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCopyTarget) Unset()
- type NullableEnvironmentCreate
- func (v NullableEnvironmentCreate) Get() *EnvironmentCreate
- func (v NullableEnvironmentCreate) IsSet() bool
- func (v NullableEnvironmentCreate) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCreate) Set(val *EnvironmentCreate)
- func (v *NullableEnvironmentCreate) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCreate) Unset()
- type NullableEnvironmentRead
- func (v NullableEnvironmentRead) Get() *EnvironmentRead
- func (v NullableEnvironmentRead) IsSet() bool
- func (v NullableEnvironmentRead) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentRead) Set(val *EnvironmentRead)
- func (v *NullableEnvironmentRead) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentRead) Unset()
- type NullableEnvironmentStats
- func (v NullableEnvironmentStats) Get() *EnvironmentStats
- func (v NullableEnvironmentStats) IsSet() bool
- func (v NullableEnvironmentStats) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentStats) Set(val *EnvironmentStats)
- func (v *NullableEnvironmentStats) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentStats) Unset()
- type NullableEnvironmentUpdate
- func (v NullableEnvironmentUpdate) Get() *EnvironmentUpdate
- func (v NullableEnvironmentUpdate) IsSet() bool
- func (v NullableEnvironmentUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentUpdate) Set(val *EnvironmentUpdate)
- func (v *NullableEnvironmentUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentUpdate) Unset()
- type NullableFailedInvite
- func (v NullableFailedInvite) Get() *FailedInvite
- func (v NullableFailedInvite) IsSet() bool
- func (v NullableFailedInvite) MarshalJSON() ([]byte, error)
- func (v *NullableFailedInvite) Set(val *FailedInvite)
- func (v *NullableFailedInvite) UnmarshalJSON(src []byte) error
- func (v *NullableFailedInvite) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFullData
- type NullableHTTPValidationError
- func (v NullableHTTPValidationError) Get() *HTTPValidationError
- func (v NullableHTTPValidationError) IsSet() bool
- func (v NullableHTTPValidationError) MarshalJSON() ([]byte, error)
- func (v *NullableHTTPValidationError) Set(val *HTTPValidationError)
- func (v *NullableHTTPValidationError) UnmarshalJSON(src []byte) error
- func (v *NullableHTTPValidationError) Unset()
- type NullableIdentityRead
- func (v NullableIdentityRead) Get() *IdentityRead
- func (v NullableIdentityRead) IsSet() bool
- func (v NullableIdentityRead) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityRead) Set(val *IdentityRead)
- func (v *NullableIdentityRead) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityRead) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInviteAttemptResult
- func (v NullableInviteAttemptResult) Get() *InviteAttemptResult
- func (v NullableInviteAttemptResult) IsSet() bool
- func (v NullableInviteAttemptResult) MarshalJSON() ([]byte, error)
- func (v *NullableInviteAttemptResult) Set(val *InviteAttemptResult)
- func (v *NullableInviteAttemptResult) UnmarshalJSON(src []byte) error
- func (v *NullableInviteAttemptResult) Unset()
- type NullableInviteCreate
- func (v NullableInviteCreate) Get() *InviteCreate
- func (v NullableInviteCreate) IsSet() bool
- func (v NullableInviteCreate) MarshalJSON() ([]byte, error)
- func (v *NullableInviteCreate) Set(val *InviteCreate)
- func (v *NullableInviteCreate) UnmarshalJSON(src []byte) error
- func (v *NullableInviteCreate) Unset()
- type NullableInviteRead
- type NullableInviteStatus
- func (v NullableInviteStatus) Get() *InviteStatus
- func (v NullableInviteStatus) IsSet() bool
- func (v NullableInviteStatus) MarshalJSON() ([]byte, error)
- func (v *NullableInviteStatus) Set(val *InviteStatus)
- func (v *NullableInviteStatus) UnmarshalJSON(src []byte) error
- func (v *NullableInviteStatus) Unset()
- type NullableJwks
- type NullableLabels
- type NullableLanguageInstructions
- func (v NullableLanguageInstructions) Get() *LanguageInstructions
- func (v NullableLanguageInstructions) IsSet() bool
- func (v NullableLanguageInstructions) MarshalJSON() ([]byte, error)
- func (v *NullableLanguageInstructions) Set(val *LanguageInstructions)
- func (v *NullableLanguageInstructions) UnmarshalJSON(src []byte) error
- func (v *NullableLanguageInstructions) Unset()
- type NullableLocationInner
- func (v NullableLocationInner) Get() *LocationInner
- func (v NullableLocationInner) IsSet() bool
- func (v NullableLocationInner) MarshalJSON() ([]byte, error)
- func (v *NullableLocationInner) Set(val *LocationInner)
- func (v *NullableLocationInner) UnmarshalJSON(src []byte) error
- func (v *NullableLocationInner) Unset()
- type NullableLoginResult
- func (v NullableLoginResult) Get() *LoginResult
- func (v NullableLoginResult) IsSet() bool
- func (v NullableLoginResult) MarshalJSON() ([]byte, error)
- func (v *NullableLoginResult) Set(val *LoginResult)
- func (v *NullableLoginResult) UnmarshalJSON(src []byte) error
- func (v *NullableLoginResult) Unset()
- type NullableMappingRule
- func (v NullableMappingRule) Get() *MappingRule
- func (v NullableMappingRule) IsSet() bool
- func (v NullableMappingRule) MarshalJSON() ([]byte, error)
- func (v *NullableMappingRule) Set(val *MappingRule)
- func (v *NullableMappingRule) UnmarshalJSON(src []byte) error
- func (v *NullableMappingRule) Unset()
- type NullableMemberAccessLevel
- func (v NullableMemberAccessLevel) Get() *MemberAccessLevel
- func (v NullableMemberAccessLevel) IsSet() bool
- func (v NullableMemberAccessLevel) MarshalJSON() ([]byte, error)
- func (v *NullableMemberAccessLevel) Set(val *MemberAccessLevel)
- func (v *NullableMemberAccessLevel) UnmarshalJSON(src []byte) error
- func (v *NullableMemberAccessLevel) Unset()
- type NullableMemberAccessObj
- func (v NullableMemberAccessObj) Get() *MemberAccessObj
- func (v NullableMemberAccessObj) IsSet() bool
- func (v NullableMemberAccessObj) MarshalJSON() ([]byte, error)
- func (v *NullableMemberAccessObj) Set(val *MemberAccessObj)
- func (v *NullableMemberAccessObj) UnmarshalJSON(src []byte) error
- func (v *NullableMemberAccessObj) Unset()
- type NullableMethods
- type NullableMultiInviteResult
- func (v NullableMultiInviteResult) Get() *MultiInviteResult
- func (v NullableMultiInviteResult) IsSet() bool
- func (v NullableMultiInviteResult) MarshalJSON() ([]byte, error)
- func (v *NullableMultiInviteResult) Set(val *MultiInviteResult)
- func (v *NullableMultiInviteResult) UnmarshalJSON(src []byte) error
- func (v *NullableMultiInviteResult) Unset()
- type NullableNew
- type NullableOPADecisionLog
- func (v NullableOPADecisionLog) Get() *OPADecisionLog
- func (v NullableOPADecisionLog) IsSet() bool
- func (v NullableOPADecisionLog) MarshalJSON() ([]byte, error)
- func (v *NullableOPADecisionLog) Set(val *OPADecisionLog)
- func (v *NullableOPADecisionLog) UnmarshalJSON(src []byte) error
- func (v *NullableOPADecisionLog) Unset()
- type NullableOPALClient
- type NullableOnboardingStep
- func (v NullableOnboardingStep) Get() *OnboardingStep
- func (v NullableOnboardingStep) IsSet() bool
- func (v NullableOnboardingStep) MarshalJSON() ([]byte, error)
- func (v *NullableOnboardingStep) Set(val *OnboardingStep)
- func (v *NullableOnboardingStep) UnmarshalJSON(src []byte) error
- func (v *NullableOnboardingStep) Unset()
- type NullableOrgMemberRead
- func (v NullableOrgMemberRead) Get() *OrgMemberRead
- func (v NullableOrgMemberRead) IsSet() bool
- func (v NullableOrgMemberRead) MarshalJSON() ([]byte, error)
- func (v *NullableOrgMemberRead) Set(val *OrgMemberRead)
- func (v *NullableOrgMemberRead) UnmarshalJSON(src []byte) error
- func (v *NullableOrgMemberRead) Unset()
- type NullableOrgMemberUpdate
- func (v NullableOrgMemberUpdate) Get() *OrgMemberUpdate
- func (v NullableOrgMemberUpdate) IsSet() bool
- func (v NullableOrgMemberUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableOrgMemberUpdate) Set(val *OrgMemberUpdate)
- func (v *NullableOrgMemberUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableOrgMemberUpdate) Unset()
- type NullableOrganizationCreate
- func (v NullableOrganizationCreate) Get() *OrganizationCreate
- func (v NullableOrganizationCreate) IsSet() bool
- func (v NullableOrganizationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationCreate) Set(val *OrganizationCreate)
- func (v *NullableOrganizationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationCreate) Unset()
- type NullableOrganizationRead
- func (v NullableOrganizationRead) Get() *OrganizationRead
- func (v NullableOrganizationRead) IsSet() bool
- func (v NullableOrganizationRead) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationRead) Set(val *OrganizationRead)
- func (v *NullableOrganizationRead) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationRead) Unset()
- type NullableOrganizationReadWithAPIKey
- func (v NullableOrganizationReadWithAPIKey) Get() *OrganizationReadWithAPIKey
- func (v NullableOrganizationReadWithAPIKey) IsSet() bool
- func (v NullableOrganizationReadWithAPIKey) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationReadWithAPIKey) Set(val *OrganizationReadWithAPIKey)
- func (v *NullableOrganizationReadWithAPIKey) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationReadWithAPIKey) Unset()
- type NullableOrganizationUpdate
- func (v NullableOrganizationUpdate) Get() *OrganizationUpdate
- func (v NullableOrganizationUpdate) IsSet() bool
- func (v NullableOrganizationUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUpdate) Set(val *OrganizationUpdate)
- func (v *NullableOrganizationUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUpdate) Unset()
- type NullablePDPConfigRead
- func (v NullablePDPConfigRead) Get() *PDPConfigRead
- func (v NullablePDPConfigRead) IsSet() bool
- func (v NullablePDPConfigRead) MarshalJSON() ([]byte, error)
- func (v *NullablePDPConfigRead) Set(val *PDPConfigRead)
- func (v *NullablePDPConfigRead) UnmarshalJSON(src []byte) error
- func (v *NullablePDPConfigRead) Unset()
- type NullablePDPContext
- type NullablePDPState
- type NullablePDPStateUpdate
- func (v NullablePDPStateUpdate) Get() *PDPStateUpdate
- func (v NullablePDPStateUpdate) IsSet() bool
- func (v NullablePDPStateUpdate) MarshalJSON() ([]byte, error)
- func (v *NullablePDPStateUpdate) Set(val *PDPStateUpdate)
- func (v *NullablePDPStateUpdate) UnmarshalJSON(src []byte) error
- func (v *NullablePDPStateUpdate) Unset()
- type NullablePaginatedResultAPIKeyRead
- func (v NullablePaginatedResultAPIKeyRead) Get() *PaginatedResultAPIKeyRead
- func (v NullablePaginatedResultAPIKeyRead) IsSet() bool
- func (v NullablePaginatedResultAPIKeyRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultAPIKeyRead) Set(val *PaginatedResultAPIKeyRead)
- func (v *NullablePaginatedResultAPIKeyRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultAPIKeyRead) Unset()
- type NullablePaginatedResultConditionSetRead
- func (v NullablePaginatedResultConditionSetRead) Get() *PaginatedResultConditionSetRead
- func (v NullablePaginatedResultConditionSetRead) IsSet() bool
- func (v NullablePaginatedResultConditionSetRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultConditionSetRead) Set(val *PaginatedResultConditionSetRead)
- func (v *NullablePaginatedResultConditionSetRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultConditionSetRead) Unset()
- type NullablePaginatedResultElementsConfigRead
- func (v NullablePaginatedResultElementsConfigRead) Get() *PaginatedResultElementsConfigRead
- func (v NullablePaginatedResultElementsConfigRead) IsSet() bool
- func (v NullablePaginatedResultElementsConfigRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultElementsConfigRead) Set(val *PaginatedResultElementsConfigRead)
- func (v *NullablePaginatedResultElementsConfigRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultElementsConfigRead) Unset()
- type NullablePaginatedResultOPADecisionLog
- func (v NullablePaginatedResultOPADecisionLog) Get() *PaginatedResultOPADecisionLog
- func (v NullablePaginatedResultOPADecisionLog) IsSet() bool
- func (v NullablePaginatedResultOPADecisionLog) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultOPADecisionLog) Set(val *PaginatedResultOPADecisionLog)
- func (v *NullablePaginatedResultOPADecisionLog) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultOPADecisionLog) Unset()
- type NullablePaginatedResultRelationRead
- func (v NullablePaginatedResultRelationRead) Get() *PaginatedResultRelationRead
- func (v NullablePaginatedResultRelationRead) IsSet() bool
- func (v NullablePaginatedResultRelationRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultRelationRead) Set(val *PaginatedResultRelationRead)
- func (v *NullablePaginatedResultRelationRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultRelationRead) Unset()
- type NullablePaginatedResultResourceRoleRead
- func (v NullablePaginatedResultResourceRoleRead) Get() *PaginatedResultResourceRoleRead
- func (v NullablePaginatedResultResourceRoleRead) IsSet() bool
- func (v NullablePaginatedResultResourceRoleRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultResourceRoleRead) Set(val *PaginatedResultResourceRoleRead)
- func (v *NullablePaginatedResultResourceRoleRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultResourceRoleRead) Unset()
- type NullablePaginatedResultUserRead
- func (v NullablePaginatedResultUserRead) Get() *PaginatedResultUserRead
- func (v NullablePaginatedResultUserRead) IsSet() bool
- func (v NullablePaginatedResultUserRead) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedResultUserRead) Set(val *PaginatedResultUserRead)
- func (v *NullablePaginatedResultUserRead) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedResultUserRead) Unset()
- type NullableParentId
- type NullablePdp
- type NullablePdpValues
- type NullablePermissionLevelRoleRead
- func (v NullablePermissionLevelRoleRead) Get() *PermissionLevelRoleRead
- func (v NullablePermissionLevelRoleRead) IsSet() bool
- func (v NullablePermissionLevelRoleRead) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionLevelRoleRead) Set(val *PermissionLevelRoleRead)
- func (v *NullablePermissionLevelRoleRead) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionLevelRoleRead) Unset()
- type NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (v NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) Get() *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (v NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) IsSet() bool
- func (v NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) Set(val *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
- func (v *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) Unset()
- type NullablePermitBackendSchemasSchemaOpalDataDerivationSettings
- func (v NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) Get() *PermitBackendSchemasSchemaOpalDataDerivationSettings
- func (v NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) IsSet() bool
- func (v NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON() ([]byte, error)
- func (v *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) Set(val *PermitBackendSchemasSchemaOpalDataDerivationSettings)
- func (v *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) UnmarshalJSON(src []byte) error
- func (v *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) Unset()
- type NullablePolicyRepoCreate
- func (v NullablePolicyRepoCreate) Get() *PolicyRepoCreate
- func (v NullablePolicyRepoCreate) IsSet() bool
- func (v NullablePolicyRepoCreate) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyRepoCreate) Set(val *PolicyRepoCreate)
- func (v *NullablePolicyRepoCreate) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyRepoCreate) Unset()
- type NullablePolicyRepoRead
- func (v NullablePolicyRepoRead) Get() *PolicyRepoRead
- func (v NullablePolicyRepoRead) IsSet() bool
- func (v NullablePolicyRepoRead) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyRepoRead) Set(val *PolicyRepoRead)
- func (v *NullablePolicyRepoRead) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyRepoRead) Unset()
- type NullablePolicyRepoStatus
- func (v NullablePolicyRepoStatus) Get() *PolicyRepoStatus
- func (v NullablePolicyRepoStatus) IsSet() bool
- func (v NullablePolicyRepoStatus) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyRepoStatus) Set(val *PolicyRepoStatus)
- func (v *NullablePolicyRepoStatus) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyRepoStatus) Unset()
- type NullableProgrammingLanguage
- func (v NullableProgrammingLanguage) Get() *ProgrammingLanguage
- func (v NullableProgrammingLanguage) IsSet() bool
- func (v NullableProgrammingLanguage) MarshalJSON() ([]byte, error)
- func (v *NullableProgrammingLanguage) Set(val *ProgrammingLanguage)
- func (v *NullableProgrammingLanguage) UnmarshalJSON(src []byte) error
- func (v *NullableProgrammingLanguage) Unset()
- type NullableProjectCreate
- func (v NullableProjectCreate) Get() *ProjectCreate
- func (v NullableProjectCreate) IsSet() bool
- func (v NullableProjectCreate) MarshalJSON() ([]byte, error)
- func (v *NullableProjectCreate) Set(val *ProjectCreate)
- func (v *NullableProjectCreate) UnmarshalJSON(src []byte) error
- func (v *NullableProjectCreate) Unset()
- type NullableProjectRead
- func (v NullableProjectRead) Get() *ProjectRead
- func (v NullableProjectRead) IsSet() bool
- func (v NullableProjectRead) MarshalJSON() ([]byte, error)
- func (v *NullableProjectRead) Set(val *ProjectRead)
- func (v *NullableProjectRead) UnmarshalJSON(src []byte) error
- func (v *NullableProjectRead) Unset()
- type NullableProjectUpdate
- func (v NullableProjectUpdate) Get() *ProjectUpdate
- func (v NullableProjectUpdate) IsSet() bool
- func (v NullableProjectUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableProjectUpdate) Set(val *ProjectUpdate)
- func (v *NullableProjectUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableProjectUpdate) Unset()
- type NullableProxyConfigCreate
- func (v NullableProxyConfigCreate) Get() *ProxyConfigCreate
- func (v NullableProxyConfigCreate) IsSet() bool
- func (v NullableProxyConfigCreate) MarshalJSON() ([]byte, error)
- func (v *NullableProxyConfigCreate) Set(val *ProxyConfigCreate)
- func (v *NullableProxyConfigCreate) UnmarshalJSON(src []byte) error
- func (v *NullableProxyConfigCreate) Unset()
- type NullableProxyConfigRead
- func (v NullableProxyConfigRead) Get() *ProxyConfigRead
- func (v NullableProxyConfigRead) IsSet() bool
- func (v NullableProxyConfigRead) MarshalJSON() ([]byte, error)
- func (v *NullableProxyConfigRead) Set(val *ProxyConfigRead)
- func (v *NullableProxyConfigRead) UnmarshalJSON(src []byte) error
- func (v *NullableProxyConfigRead) Unset()
- type NullableProxyConfigUpdate
- func (v NullableProxyConfigUpdate) Get() *ProxyConfigUpdate
- func (v NullableProxyConfigUpdate) IsSet() bool
- func (v NullableProxyConfigUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableProxyConfigUpdate) Set(val *ProxyConfigUpdate)
- func (v *NullableProxyConfigUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableProxyConfigUpdate) Unset()
- type NullableRelationBlockRead
- func (v NullableRelationBlockRead) Get() *RelationBlockRead
- func (v NullableRelationBlockRead) IsSet() bool
- func (v NullableRelationBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableRelationBlockRead) Set(val *RelationBlockRead)
- func (v *NullableRelationBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableRelationBlockRead) Unset()
- type NullableRelationCreate
- func (v NullableRelationCreate) Get() *RelationCreate
- func (v NullableRelationCreate) IsSet() bool
- func (v NullableRelationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableRelationCreate) Set(val *RelationCreate)
- func (v *NullableRelationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableRelationCreate) Unset()
- type NullableRelationRead
- func (v NullableRelationRead) Get() *RelationRead
- func (v NullableRelationRead) IsSet() bool
- func (v NullableRelationRead) MarshalJSON() ([]byte, error)
- func (v *NullableRelationRead) Set(val *RelationRead)
- func (v *NullableRelationRead) UnmarshalJSON(src []byte) error
- func (v *NullableRelationRead) Unset()
- type NullableRelationshipTupleBlockRead
- func (v NullableRelationshipTupleBlockRead) Get() *RelationshipTupleBlockRead
- func (v NullableRelationshipTupleBlockRead) IsSet() bool
- func (v NullableRelationshipTupleBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleBlockRead) Set(val *RelationshipTupleBlockRead)
- func (v *NullableRelationshipTupleBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleBlockRead) Unset()
- type NullableRelationshipTupleCreate
- func (v NullableRelationshipTupleCreate) Get() *RelationshipTupleCreate
- func (v NullableRelationshipTupleCreate) IsSet() bool
- func (v NullableRelationshipTupleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleCreate) Set(val *RelationshipTupleCreate)
- func (v *NullableRelationshipTupleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleCreate) Unset()
- type NullableRelationshipTupleCreateBulkOperation
- func (v NullableRelationshipTupleCreateBulkOperation) Get() *RelationshipTupleCreateBulkOperation
- func (v NullableRelationshipTupleCreateBulkOperation) IsSet() bool
- func (v NullableRelationshipTupleCreateBulkOperation) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleCreateBulkOperation) Set(val *RelationshipTupleCreateBulkOperation)
- func (v *NullableRelationshipTupleCreateBulkOperation) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleCreateBulkOperation) Unset()
- type NullableRelationshipTupleDelete
- func (v NullableRelationshipTupleDelete) Get() *RelationshipTupleDelete
- func (v NullableRelationshipTupleDelete) IsSet() bool
- func (v NullableRelationshipTupleDelete) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleDelete) Set(val *RelationshipTupleDelete)
- func (v *NullableRelationshipTupleDelete) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleDelete) Unset()
- type NullableRelationshipTupleDeleteBulkOperation
- func (v NullableRelationshipTupleDeleteBulkOperation) Get() *RelationshipTupleDeleteBulkOperation
- func (v NullableRelationshipTupleDeleteBulkOperation) IsSet() bool
- func (v NullableRelationshipTupleDeleteBulkOperation) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleDeleteBulkOperation) Set(val *RelationshipTupleDeleteBulkOperation)
- func (v *NullableRelationshipTupleDeleteBulkOperation) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleDeleteBulkOperation) Unset()
- type NullableRelationshipTupleObj
- func (v NullableRelationshipTupleObj) Get() *RelationshipTupleObj
- func (v NullableRelationshipTupleObj) IsSet() bool
- func (v NullableRelationshipTupleObj) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleObj) Set(val *RelationshipTupleObj)
- func (v *NullableRelationshipTupleObj) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleObj) Unset()
- type NullableRelationshipTupleRead
- func (v NullableRelationshipTupleRead) Get() *RelationshipTupleRead
- func (v NullableRelationshipTupleRead) IsSet() bool
- func (v NullableRelationshipTupleRead) MarshalJSON() ([]byte, error)
- func (v *NullableRelationshipTupleRead) Set(val *RelationshipTupleRead)
- func (v *NullableRelationshipTupleRead) UnmarshalJSON(src []byte) error
- func (v *NullableRelationshipTupleRead) Unset()
- type NullableRemoteConfig
- func (v NullableRemoteConfig) Get() *RemoteConfig
- func (v NullableRemoteConfig) IsSet() bool
- func (v NullableRemoteConfig) MarshalJSON() ([]byte, error)
- func (v *NullableRemoteConfig) Set(val *RemoteConfig)
- func (v *NullableRemoteConfig) UnmarshalJSON(src []byte) error
- func (v *NullableRemoteConfig) Unset()
- type NullableRemoveRolePermissions
- func (v NullableRemoveRolePermissions) Get() *RemoveRolePermissions
- func (v NullableRemoveRolePermissions) IsSet() bool
- func (v NullableRemoveRolePermissions) MarshalJSON() ([]byte, error)
- func (v *NullableRemoveRolePermissions) Set(val *RemoveRolePermissions)
- func (v *NullableRemoveRolePermissions) UnmarshalJSON(src []byte) error
- func (v *NullableRemoveRolePermissions) Unset()
- type NullableResourceActionCreate
- func (v NullableResourceActionCreate) Get() *ResourceActionCreate
- func (v NullableResourceActionCreate) IsSet() bool
- func (v NullableResourceActionCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceActionCreate) Set(val *ResourceActionCreate)
- func (v *NullableResourceActionCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceActionCreate) Unset()
- type NullableResourceActionGroupCreate
- func (v NullableResourceActionGroupCreate) Get() *ResourceActionGroupCreate
- func (v NullableResourceActionGroupCreate) IsSet() bool
- func (v NullableResourceActionGroupCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceActionGroupCreate) Set(val *ResourceActionGroupCreate)
- func (v *NullableResourceActionGroupCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceActionGroupCreate) Unset()
- type NullableResourceActionGroupRead
- func (v NullableResourceActionGroupRead) Get() *ResourceActionGroupRead
- func (v NullableResourceActionGroupRead) IsSet() bool
- func (v NullableResourceActionGroupRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceActionGroupRead) Set(val *ResourceActionGroupRead)
- func (v *NullableResourceActionGroupRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceActionGroupRead) Unset()
- type NullableResourceActionRead
- func (v NullableResourceActionRead) Get() *ResourceActionRead
- func (v NullableResourceActionRead) IsSet() bool
- func (v NullableResourceActionRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceActionRead) Set(val *ResourceActionRead)
- func (v *NullableResourceActionRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceActionRead) Unset()
- type NullableResourceActionUpdate
- func (v NullableResourceActionUpdate) Get() *ResourceActionUpdate
- func (v NullableResourceActionUpdate) IsSet() bool
- func (v NullableResourceActionUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceActionUpdate) Set(val *ResourceActionUpdate)
- func (v *NullableResourceActionUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceActionUpdate) Unset()
- type NullableResourceAttributeCreate
- func (v NullableResourceAttributeCreate) Get() *ResourceAttributeCreate
- func (v NullableResourceAttributeCreate) IsSet() bool
- func (v NullableResourceAttributeCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceAttributeCreate) Set(val *ResourceAttributeCreate)
- func (v *NullableResourceAttributeCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceAttributeCreate) Unset()
- type NullableResourceAttributeRead
- func (v NullableResourceAttributeRead) Get() *ResourceAttributeRead
- func (v NullableResourceAttributeRead) IsSet() bool
- func (v NullableResourceAttributeRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceAttributeRead) Set(val *ResourceAttributeRead)
- func (v *NullableResourceAttributeRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceAttributeRead) Unset()
- type NullableResourceAttributeUpdate
- func (v NullableResourceAttributeUpdate) Get() *ResourceAttributeUpdate
- func (v NullableResourceAttributeUpdate) IsSet() bool
- func (v NullableResourceAttributeUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceAttributeUpdate) Set(val *ResourceAttributeUpdate)
- func (v *NullableResourceAttributeUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceAttributeUpdate) Unset()
- type NullableResourceCreate
- func (v NullableResourceCreate) Get() *ResourceCreate
- func (v NullableResourceCreate) IsSet() bool
- func (v NullableResourceCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceCreate) Set(val *ResourceCreate)
- func (v *NullableResourceCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceCreate) Unset()
- type NullableResourceId
- type NullableResourceInstanceBlockRead
- func (v NullableResourceInstanceBlockRead) Get() *ResourceInstanceBlockRead
- func (v NullableResourceInstanceBlockRead) IsSet() bool
- func (v NullableResourceInstanceBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceInstanceBlockRead) Set(val *ResourceInstanceBlockRead)
- func (v *NullableResourceInstanceBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceInstanceBlockRead) Unset()
- type NullableResourceInstanceCreate
- func (v NullableResourceInstanceCreate) Get() *ResourceInstanceCreate
- func (v NullableResourceInstanceCreate) IsSet() bool
- func (v NullableResourceInstanceCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceInstanceCreate) Set(val *ResourceInstanceCreate)
- func (v *NullableResourceInstanceCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceInstanceCreate) Unset()
- type NullableResourceInstanceRead
- func (v NullableResourceInstanceRead) Get() *ResourceInstanceRead
- func (v NullableResourceInstanceRead) IsSet() bool
- func (v NullableResourceInstanceRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceInstanceRead) Set(val *ResourceInstanceRead)
- func (v *NullableResourceInstanceRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceInstanceRead) Unset()
- type NullableResourceInstanceUpdate
- func (v NullableResourceInstanceUpdate) Get() *ResourceInstanceUpdate
- func (v NullableResourceInstanceUpdate) IsSet() bool
- func (v NullableResourceInstanceUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceInstanceUpdate) Set(val *ResourceInstanceUpdate)
- func (v *NullableResourceInstanceUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceInstanceUpdate) Unset()
- type NullableResourceRead
- func (v NullableResourceRead) Get() *ResourceRead
- func (v NullableResourceRead) IsSet() bool
- func (v NullableResourceRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRead) Set(val *ResourceRead)
- func (v *NullableResourceRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRead) Unset()
- type NullableResourceReplace
- func (v NullableResourceReplace) Get() *ResourceReplace
- func (v NullableResourceReplace) IsSet() bool
- func (v NullableResourceReplace) MarshalJSON() ([]byte, error)
- func (v *NullableResourceReplace) Set(val *ResourceReplace)
- func (v *NullableResourceReplace) UnmarshalJSON(src []byte) error
- func (v *NullableResourceReplace) Unset()
- type NullableResourceRoleCreate
- func (v NullableResourceRoleCreate) Get() *ResourceRoleCreate
- func (v NullableResourceRoleCreate) IsSet() bool
- func (v NullableResourceRoleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRoleCreate) Set(val *ResourceRoleCreate)
- func (v *NullableResourceRoleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRoleCreate) Unset()
- type NullableResourceRoleList
- func (v NullableResourceRoleList) Get() *ResourceRoleList
- func (v NullableResourceRoleList) IsSet() bool
- func (v NullableResourceRoleList) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRoleList) Set(val *ResourceRoleList)
- func (v *NullableResourceRoleList) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRoleList) Unset()
- type NullableResourceRoleRead
- func (v NullableResourceRoleRead) Get() *ResourceRoleRead
- func (v NullableResourceRoleRead) IsSet() bool
- func (v NullableResourceRoleRead) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRoleRead) Set(val *ResourceRoleRead)
- func (v *NullableResourceRoleRead) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRoleRead) Unset()
- type NullableResourceRoleUpdate
- func (v NullableResourceRoleUpdate) Get() *ResourceRoleUpdate
- func (v NullableResourceRoleUpdate) IsSet() bool
- func (v NullableResourceRoleUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRoleUpdate) Set(val *ResourceRoleUpdate)
- func (v *NullableResourceRoleUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRoleUpdate) Unset()
- type NullableResourceSets
- func (v NullableResourceSets) Get() *ResourceSets
- func (v NullableResourceSets) IsSet() bool
- func (v NullableResourceSets) MarshalJSON() ([]byte, error)
- func (v *NullableResourceSets) Set(val *ResourceSets)
- func (v *NullableResourceSets) UnmarshalJSON(src []byte) error
- func (v *NullableResourceSets) Unset()
- type NullableResourceUpdate
- func (v NullableResourceUpdate) Get() *ResourceUpdate
- func (v NullableResourceUpdate) IsSet() bool
- func (v NullableResourceUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableResourceUpdate) Set(val *ResourceUpdate)
- func (v *NullableResourceUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableResourceUpdate) Unset()
- type NullableResources
- type NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet
- func (v NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) Get() *ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet
- func (v NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) IsSet() bool
- func (v NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) MarshalJSON() ([]byte, error)
- func (v *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) Set(val *ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet)
- func (v *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) UnmarshalJSON(src []byte) error
- func (v *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) Unset()
- type NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet
- func (v NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Get() *ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet
- func (v NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) IsSet() bool
- func (v NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) MarshalJSON() ([]byte, error)
- func (v *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Set(val *ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet)
- func (v *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) UnmarshalJSON(src []byte) error
- func (v *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Unset()
- type NullableRoleAssignmentCreate
- func (v NullableRoleAssignmentCreate) Get() *RoleAssignmentCreate
- func (v NullableRoleAssignmentCreate) IsSet() bool
- func (v NullableRoleAssignmentCreate) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentCreate) Set(val *RoleAssignmentCreate)
- func (v *NullableRoleAssignmentCreate) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentCreate) Unset()
- type NullableRoleAssignmentDetailedRead
- func (v NullableRoleAssignmentDetailedRead) Get() *RoleAssignmentDetailedRead
- func (v NullableRoleAssignmentDetailedRead) IsSet() bool
- func (v NullableRoleAssignmentDetailedRead) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentDetailedRead) Set(val *RoleAssignmentDetailedRead)
- func (v *NullableRoleAssignmentDetailedRead) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentDetailedRead) Unset()
- type NullableRoleAssignmentRead
- func (v NullableRoleAssignmentRead) Get() *RoleAssignmentRead
- func (v NullableRoleAssignmentRead) IsSet() bool
- func (v NullableRoleAssignmentRead) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentRead) Set(val *RoleAssignmentRead)
- func (v *NullableRoleAssignmentRead) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentRead) Unset()
- type NullableRoleAssignmentRemove
- func (v NullableRoleAssignmentRemove) Get() *RoleAssignmentRemove
- func (v NullableRoleAssignmentRemove) IsSet() bool
- func (v NullableRoleAssignmentRemove) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentRemove) Set(val *RoleAssignmentRemove)
- func (v *NullableRoleAssignmentRemove) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentRemove) Unset()
- type NullableRoleAssignmentResourceInstance
- func (v NullableRoleAssignmentResourceInstance) Get() *RoleAssignmentResourceInstance
- func (v NullableRoleAssignmentResourceInstance) IsSet() bool
- func (v NullableRoleAssignmentResourceInstance) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentResourceInstance) Set(val *RoleAssignmentResourceInstance)
- func (v *NullableRoleAssignmentResourceInstance) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentResourceInstance) Unset()
- type NullableRoleAssignmentRole
- func (v NullableRoleAssignmentRole) Get() *RoleAssignmentRole
- func (v NullableRoleAssignmentRole) IsSet() bool
- func (v NullableRoleAssignmentRole) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentRole) Set(val *RoleAssignmentRole)
- func (v *NullableRoleAssignmentRole) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentRole) Unset()
- type NullableRoleAssignmentTenant
- func (v NullableRoleAssignmentTenant) Get() *RoleAssignmentTenant
- func (v NullableRoleAssignmentTenant) IsSet() bool
- func (v NullableRoleAssignmentTenant) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentTenant) Set(val *RoleAssignmentTenant)
- func (v *NullableRoleAssignmentTenant) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentTenant) Unset()
- type NullableRoleAssignmentUser
- func (v NullableRoleAssignmentUser) Get() *RoleAssignmentUser
- func (v NullableRoleAssignmentUser) IsSet() bool
- func (v NullableRoleAssignmentUser) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAssignmentUser) Set(val *RoleAssignmentUser)
- func (v *NullableRoleAssignmentUser) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAssignmentUser) Unset()
- type NullableRoleBlock
- type NullableRoleCreate
- type NullableRoleData
- type NullableRoleRead
- type NullableRoleUpdate
- type NullableRoles
- type NullableSSHAuthData
- func (v NullableSSHAuthData) Get() *SSHAuthData
- func (v NullableSSHAuthData) IsSet() bool
- func (v NullableSSHAuthData) MarshalJSON() ([]byte, error)
- func (v *NullableSSHAuthData) Set(val *SSHAuthData)
- func (v *NullableSSHAuthData) UnmarshalJSON(src []byte) error
- func (v *NullableSSHAuthData) Unset()
- type NullableScope
- type NullableSettings
- type NullableStatistics
- type NullableString
- type NullableStrippedRelationBlockRead
- func (v NullableStrippedRelationBlockRead) Get() *StrippedRelationBlockRead
- func (v NullableStrippedRelationBlockRead) IsSet() bool
- func (v NullableStrippedRelationBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableStrippedRelationBlockRead) Set(val *StrippedRelationBlockRead)
- func (v *NullableStrippedRelationBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableStrippedRelationBlockRead) Unset()
- type NullableTargetEnv
- type NullableTenantBlockRead
- func (v NullableTenantBlockRead) Get() *TenantBlockRead
- func (v NullableTenantBlockRead) IsSet() bool
- func (v NullableTenantBlockRead) MarshalJSON() ([]byte, error)
- func (v *NullableTenantBlockRead) Set(val *TenantBlockRead)
- func (v *NullableTenantBlockRead) UnmarshalJSON(src []byte) error
- func (v *NullableTenantBlockRead) Unset()
- type NullableTenantCreate
- func (v NullableTenantCreate) Get() *TenantCreate
- func (v NullableTenantCreate) IsSet() bool
- func (v NullableTenantCreate) MarshalJSON() ([]byte, error)
- func (v *NullableTenantCreate) Set(val *TenantCreate)
- func (v *NullableTenantCreate) UnmarshalJSON(src []byte) error
- func (v *NullableTenantCreate) Unset()
- type NullableTenantRead
- type NullableTenantUpdate
- func (v NullableTenantUpdate) Get() *TenantUpdate
- func (v NullableTenantUpdate) IsSet() bool
- func (v NullableTenantUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableTenantUpdate) Set(val *TenantUpdate)
- func (v *NullableTenantUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableTenantUpdate) Unset()
- type NullableTime
- type NullableUserCreate
- type NullableUserData
- type NullableUserLoginRequestInput
- func (v NullableUserLoginRequestInput) Get() *UserLoginRequestInput
- func (v NullableUserLoginRequestInput) IsSet() bool
- func (v NullableUserLoginRequestInput) MarshalJSON() ([]byte, error)
- func (v *NullableUserLoginRequestInput) Set(val *UserLoginRequestInput)
- func (v *NullableUserLoginRequestInput) UnmarshalJSON(src []byte) error
- func (v *NullableUserLoginRequestInput) Unset()
- type NullableUserRead
- type NullableUserRole
- type NullableUserRoleCreate
- func (v NullableUserRoleCreate) Get() *UserRoleCreate
- func (v NullableUserRoleCreate) IsSet() bool
- func (v NullableUserRoleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableUserRoleCreate) Set(val *UserRoleCreate)
- func (v *NullableUserRoleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableUserRoleCreate) Unset()
- type NullableUserRoleRemove
- func (v NullableUserRoleRemove) Get() *UserRoleRemove
- func (v NullableUserRoleRemove) IsSet() bool
- func (v NullableUserRoleRemove) MarshalJSON() ([]byte, error)
- func (v *NullableUserRoleRemove) Set(val *UserRoleRemove)
- func (v *NullableUserRoleRemove) UnmarshalJSON(src []byte) error
- func (v *NullableUserRoleRemove) Unset()
- type NullableUserSets
- type NullableUserUpdate
- type NullableValidationError
- func (v NullableValidationError) Get() *ValidationError
- func (v NullableValidationError) IsSet() bool
- func (v NullableValidationError) MarshalJSON() ([]byte, error)
- func (v *NullableValidationError) Set(val *ValidationError)
- func (v *NullableValidationError) UnmarshalJSON(src []byte) error
- func (v *NullableValidationError) Unset()
- type NullableWebhookCreate
- func (v NullableWebhookCreate) Get() *WebhookCreate
- func (v NullableWebhookCreate) IsSet() bool
- func (v NullableWebhookCreate) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookCreate) Set(val *WebhookCreate)
- func (v *NullableWebhookCreate) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookCreate) Unset()
- type NullableWebhookRead
- func (v NullableWebhookRead) Get() *WebhookRead
- func (v NullableWebhookRead) IsSet() bool
- func (v NullableWebhookRead) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookRead) Set(val *WebhookRead)
- func (v *NullableWebhookRead) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookRead) Unset()
- type NullableWebhookUpdate
- func (v NullableWebhookUpdate) Get() *WebhookUpdate
- func (v NullableWebhookUpdate) IsSet() bool
- func (v NullableWebhookUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookUpdate) Set(val *WebhookUpdate)
- func (v *NullableWebhookUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookUpdate) Unset()
- type OPADecisionLog
- func (o *OPADecisionLog) GetDecisionId() string
- func (o *OPADecisionLog) GetDecisionIdOk() (*string, bool)
- func (o *OPADecisionLog) GetInput() map[string]interface{}
- func (o *OPADecisionLog) GetInputOk() (map[string]interface{}, bool)
- func (o *OPADecisionLog) GetLabels() Labels
- func (o *OPADecisionLog) GetLabelsOk() (*Labels, bool)
- func (o *OPADecisionLog) GetPath() string
- func (o *OPADecisionLog) GetPathOk() (*string, bool)
- func (o *OPADecisionLog) GetResult() map[string]interface{}
- func (o *OPADecisionLog) GetResultOk() (map[string]interface{}, bool)
- func (o *OPADecisionLog) GetRunId() string
- func (o *OPADecisionLog) GetRunIdOk() (*string, bool)
- func (o *OPADecisionLog) GetTimestamp() time.Time
- func (o *OPADecisionLog) GetTimestampOk() (*time.Time, bool)
- func (o *OPADecisionLog) HasInput() bool
- func (o *OPADecisionLog) HasPath() bool
- func (o *OPADecisionLog) HasResult() bool
- func (o *OPADecisionLog) HasRunId() bool
- func (o OPADecisionLog) MarshalJSON() ([]byte, error)
- func (o *OPADecisionLog) SetDecisionId(v string)
- func (o *OPADecisionLog) SetInput(v map[string]interface{})
- func (o *OPADecisionLog) SetLabels(v Labels)
- func (o *OPADecisionLog) SetPath(v string)
- func (o *OPADecisionLog) SetResult(v map[string]interface{})
- func (o *OPADecisionLog) SetRunId(v string)
- func (o *OPADecisionLog) SetTimestamp(v time.Time)
- type OPALClient
- func (o *OPALClient) GetCLIENT_TOKEN() string
- func (o *OPALClient) GetCLIENT_TOKENOk() (*string, bool)
- func (o *OPALClient) GetDATA_TOPICS() []string
- func (o *OPALClient) GetDATA_TOPICSOk() ([]string, bool)
- func (o *OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URL() string
- func (o *OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URLOk() (*string, bool)
- func (o *OPALClient) GetSCOPE_ID() string
- func (o *OPALClient) GetSCOPE_IDOk() (*string, bool)
- func (o *OPALClient) GetSERVER_PUBSUB_URL() string
- func (o *OPALClient) GetSERVER_PUBSUB_URLOk() (*string, bool)
- func (o *OPALClient) GetSERVER_URL() string
- func (o *OPALClient) GetSERVER_URLOk() (*string, bool)
- func (o *OPALClient) GetSERVER_WS_URL() string
- func (o *OPALClient) GetSERVER_WS_URLOk() (*string, bool)
- func (o *OPALClient) HasSCOPE_ID() bool
- func (o OPALClient) MarshalJSON() ([]byte, error)
- func (o *OPALClient) SetCLIENT_TOKEN(v string)
- func (o *OPALClient) SetDATA_TOPICS(v []string)
- func (o *OPALClient) SetDEFAULT_DATA_SOURCES_CONFIG_URL(v string)
- func (o *OPALClient) SetSCOPE_ID(v string)
- func (o *OPALClient) SetSERVER_PUBSUB_URL(v string)
- func (o *OPALClient) SetSERVER_URL(v string)
- func (o *OPALClient) SetSERVER_WS_URL(v string)
- type OnboardingStep
- type OrgMemberRead
- func (o *OrgMemberRead) GetCreatedAt() time.Time
- func (o *OrgMemberRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrgMemberRead) GetEmail() string
- func (o *OrgMemberRead) GetEmailOk() (*string, bool)
- func (o *OrgMemberRead) GetEmailVerified() bool
- func (o *OrgMemberRead) GetEmailVerifiedOk() (*bool, bool)
- func (o *OrgMemberRead) GetFamilyName() string
- func (o *OrgMemberRead) GetFamilyNameOk() (*string, bool)
- func (o *OrgMemberRead) GetGivenName() string
- func (o *OrgMemberRead) GetGivenNameOk() (*string, bool)
- func (o *OrgMemberRead) GetId() string
- func (o *OrgMemberRead) GetIdOk() (*string, bool)
- func (o *OrgMemberRead) GetIdentities() []IdentityRead
- func (o *OrgMemberRead) GetIdentitiesOk() ([]IdentityRead, bool)
- func (o *OrgMemberRead) GetIsOnboarding() bool
- func (o *OrgMemberRead) GetIsOnboardingOk() (*bool, bool)
- func (o *OrgMemberRead) GetIsSuperuser() bool
- func (o *OrgMemberRead) GetIsSuperuserOk() (*bool, bool)
- func (o *OrgMemberRead) GetLastIp() string
- func (o *OrgMemberRead) GetLastIpOk() (*string, bool)
- func (o *OrgMemberRead) GetLastLogin() time.Time
- func (o *OrgMemberRead) GetLastLoginOk() (*time.Time, bool)
- func (o *OrgMemberRead) GetLoginsCount() int32
- func (o *OrgMemberRead) GetLoginsCountOk() (*int32, bool)
- func (o *OrgMemberRead) GetName() string
- func (o *OrgMemberRead) GetNameOk() (*string, bool)
- func (o *OrgMemberRead) GetOnboardingStep() OnboardingStep
- func (o *OrgMemberRead) GetOnboardingStepOk() (*OnboardingStep, bool)
- func (o *OrgMemberRead) GetPicture() string
- func (o *OrgMemberRead) GetPictureOk() (*string, bool)
- func (o *OrgMemberRead) GetSettings() map[string]interface{}
- func (o *OrgMemberRead) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrgMemberRead) HasFamilyName() bool
- func (o *OrgMemberRead) HasGivenName() bool
- func (o *OrgMemberRead) HasLastIp() bool
- func (o *OrgMemberRead) HasLastLogin() bool
- func (o *OrgMemberRead) HasLoginsCount() bool
- func (o *OrgMemberRead) HasName() bool
- func (o *OrgMemberRead) HasPicture() bool
- func (o OrgMemberRead) MarshalJSON() ([]byte, error)
- func (o *OrgMemberRead) SetCreatedAt(v time.Time)
- func (o *OrgMemberRead) SetEmail(v string)
- func (o *OrgMemberRead) SetEmailVerified(v bool)
- func (o *OrgMemberRead) SetFamilyName(v string)
- func (o *OrgMemberRead) SetGivenName(v string)
- func (o *OrgMemberRead) SetId(v string)
- func (o *OrgMemberRead) SetIdentities(v []IdentityRead)
- func (o *OrgMemberRead) SetIsOnboarding(v bool)
- func (o *OrgMemberRead) SetIsSuperuser(v bool)
- func (o *OrgMemberRead) SetLastIp(v string)
- func (o *OrgMemberRead) SetLastLogin(v time.Time)
- func (o *OrgMemberRead) SetLoginsCount(v int32)
- func (o *OrgMemberRead) SetName(v string)
- func (o *OrgMemberRead) SetOnboardingStep(v OnboardingStep)
- func (o *OrgMemberRead) SetPicture(v string)
- func (o *OrgMemberRead) SetSettings(v map[string]interface{})
- type OrgMemberUpdate
- func (o *OrgMemberUpdate) GetOnboardingStep() OnboardingStep
- func (o *OrgMemberUpdate) GetOnboardingStepOk() (*OnboardingStep, bool)
- func (o *OrgMemberUpdate) GetSettings() map[string]interface{}
- func (o *OrgMemberUpdate) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrgMemberUpdate) HasOnboardingStep() bool
- func (o *OrgMemberUpdate) HasSettings() bool
- func (o OrgMemberUpdate) MarshalJSON() ([]byte, error)
- func (o *OrgMemberUpdate) SetOnboardingStep(v OnboardingStep)
- func (o *OrgMemberUpdate) SetSettings(v map[string]interface{})
- type OrganizationCreate
- func (o *OrganizationCreate) GetKey() string
- func (o *OrganizationCreate) GetKeyOk() (*string, bool)
- func (o *OrganizationCreate) GetName() string
- func (o *OrganizationCreate) GetNameOk() (*string, bool)
- func (o *OrganizationCreate) GetSettings() map[string]interface{}
- func (o *OrganizationCreate) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrganizationCreate) HasSettings() bool
- func (o OrganizationCreate) MarshalJSON() ([]byte, error)
- func (o *OrganizationCreate) SetKey(v string)
- func (o *OrganizationCreate) SetName(v string)
- func (o *OrganizationCreate) SetSettings(v map[string]interface{})
- type OrganizationRead
- func (o *OrganizationRead) GetCreatedAt() time.Time
- func (o *OrganizationRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationRead) GetId() string
- func (o *OrganizationRead) GetIdOk() (*string, bool)
- func (o *OrganizationRead) GetKey() string
- func (o *OrganizationRead) GetKeyOk() (*string, bool)
- func (o *OrganizationRead) GetName() string
- func (o *OrganizationRead) GetNameOk() (*string, bool)
- func (o *OrganizationRead) GetSettings() map[string]interface{}
- func (o *OrganizationRead) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrganizationRead) GetUpdatedAt() time.Time
- func (o *OrganizationRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationRead) HasSettings() bool
- func (o OrganizationRead) MarshalJSON() ([]byte, error)
- func (o *OrganizationRead) SetCreatedAt(v time.Time)
- func (o *OrganizationRead) SetId(v string)
- func (o *OrganizationRead) SetKey(v string)
- func (o *OrganizationRead) SetName(v string)
- func (o *OrganizationRead) SetSettings(v map[string]interface{})
- func (o *OrganizationRead) SetUpdatedAt(v time.Time)
- type OrganizationReadWithAPIKey
- func (o *OrganizationReadWithAPIKey) GetApiKeyId() string
- func (o *OrganizationReadWithAPIKey) GetApiKeyIdOk() (*string, bool)
- func (o *OrganizationReadWithAPIKey) GetApiKeySecret() string
- func (o *OrganizationReadWithAPIKey) GetApiKeySecretOk() (*string, bool)
- func (o *OrganizationReadWithAPIKey) GetCreatedAt() time.Time
- func (o *OrganizationReadWithAPIKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationReadWithAPIKey) GetId() string
- func (o *OrganizationReadWithAPIKey) GetIdOk() (*string, bool)
- func (o *OrganizationReadWithAPIKey) GetKey() string
- func (o *OrganizationReadWithAPIKey) GetKeyOk() (*string, bool)
- func (o *OrganizationReadWithAPIKey) GetName() string
- func (o *OrganizationReadWithAPIKey) GetNameOk() (*string, bool)
- func (o *OrganizationReadWithAPIKey) GetSettings() map[string]interface{}
- func (o *OrganizationReadWithAPIKey) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrganizationReadWithAPIKey) GetUpdatedAt() time.Time
- func (o *OrganizationReadWithAPIKey) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationReadWithAPIKey) HasApiKeyId() bool
- func (o *OrganizationReadWithAPIKey) HasApiKeySecret() bool
- func (o *OrganizationReadWithAPIKey) HasSettings() bool
- func (o OrganizationReadWithAPIKey) MarshalJSON() ([]byte, error)
- func (o *OrganizationReadWithAPIKey) SetApiKeyId(v string)
- func (o *OrganizationReadWithAPIKey) SetApiKeySecret(v string)
- func (o *OrganizationReadWithAPIKey) SetCreatedAt(v time.Time)
- func (o *OrganizationReadWithAPIKey) SetId(v string)
- func (o *OrganizationReadWithAPIKey) SetKey(v string)
- func (o *OrganizationReadWithAPIKey) SetName(v string)
- func (o *OrganizationReadWithAPIKey) SetSettings(v map[string]interface{})
- func (o *OrganizationReadWithAPIKey) SetUpdatedAt(v time.Time)
- type OrganizationUpdate
- func (o *OrganizationUpdate) GetName() string
- func (o *OrganizationUpdate) GetNameOk() (*string, bool)
- func (o *OrganizationUpdate) GetSettings() map[string]interface{}
- func (o *OrganizationUpdate) GetSettingsOk() (map[string]interface{}, bool)
- func (o *OrganizationUpdate) HasName() bool
- func (o *OrganizationUpdate) HasSettings() bool
- func (o OrganizationUpdate) MarshalJSON() ([]byte, error)
- func (o *OrganizationUpdate) SetName(v string)
- func (o *OrganizationUpdate) SetSettings(v map[string]interface{})
- type PDPConfigRead
- func (o *PDPConfigRead) GetClientSecret() string
- func (o *PDPConfigRead) GetClientSecretOk() (*string, bool)
- func (o *PDPConfigRead) GetEnvironmentId() string
- func (o *PDPConfigRead) GetEnvironmentIdOk() (*string, bool)
- func (o *PDPConfigRead) GetId() string
- func (o *PDPConfigRead) GetIdOk() (*string, bool)
- func (o *PDPConfigRead) GetName() string
- func (o *PDPConfigRead) GetNameOk() (*string, bool)
- func (o *PDPConfigRead) GetOrganizationId() string
- func (o *PDPConfigRead) GetOrganizationIdOk() (*string, bool)
- func (o *PDPConfigRead) GetProjectId() string
- func (o *PDPConfigRead) GetProjectIdOk() (*string, bool)
- func (o *PDPConfigRead) HasName() bool
- func (o PDPConfigRead) MarshalJSON() ([]byte, error)
- func (o *PDPConfigRead) SetClientSecret(v string)
- func (o *PDPConfigRead) SetEnvironmentId(v string)
- func (o *PDPConfigRead) SetId(v string)
- func (o *PDPConfigRead) SetName(v string)
- func (o *PDPConfigRead) SetOrganizationId(v string)
- func (o *PDPConfigRead) SetProjectId(v string)
- type PDPContext
- func (o *PDPContext) GetBackendTier() string
- func (o *PDPContext) GetBackendTierOk() (*string, bool)
- func (o *PDPContext) GetClientId() string
- func (o *PDPContext) GetClientIdOk() (*string, bool)
- func (o *PDPContext) GetComponent() string
- func (o *PDPContext) GetComponentOk() (*string, bool)
- func (o *PDPContext) GetCustomerId() string
- func (o *PDPContext) GetCustomerIdOk() (*string, bool)
- func (o *PDPContext) HasComponent() bool
- func (o PDPContext) MarshalJSON() ([]byte, error)
- func (o *PDPContext) SetBackendTier(v string)
- func (o *PDPContext) SetClientId(v string)
- func (o *PDPContext) SetComponent(v string)
- func (o *PDPContext) SetCustomerId(v string)
- type PDPState
- type PDPStateUpdate
- func (o *PDPStateUpdate) GetPdpInstanceId() string
- func (o *PDPStateUpdate) GetPdpInstanceIdOk() (*string, bool)
- func (o *PDPStateUpdate) GetState() PDPState
- func (o *PDPStateUpdate) GetStateOk() (*PDPState, bool)
- func (o PDPStateUpdate) MarshalJSON() ([]byte, error)
- func (o *PDPStateUpdate) SetPdpInstanceId(v string)
- func (o *PDPStateUpdate) SetState(v PDPState)
- type PaginatedResultAPIKeyRead
- func (o *PaginatedResultAPIKeyRead) GetData() []APIKeyRead
- func (o *PaginatedResultAPIKeyRead) GetDataOk() ([]APIKeyRead, bool)
- func (o *PaginatedResultAPIKeyRead) GetPageCount() int32
- func (o *PaginatedResultAPIKeyRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultAPIKeyRead) GetTotalCount() int32
- func (o *PaginatedResultAPIKeyRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultAPIKeyRead) HasPageCount() bool
- func (o PaginatedResultAPIKeyRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultAPIKeyRead) SetData(v []APIKeyRead)
- func (o *PaginatedResultAPIKeyRead) SetPageCount(v int32)
- func (o *PaginatedResultAPIKeyRead) SetTotalCount(v int32)
- type PaginatedResultConditionSetRead
- func (o *PaginatedResultConditionSetRead) GetData() []ConditionSetRead
- func (o *PaginatedResultConditionSetRead) GetDataOk() ([]ConditionSetRead, bool)
- func (o *PaginatedResultConditionSetRead) GetPageCount() int32
- func (o *PaginatedResultConditionSetRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultConditionSetRead) GetTotalCount() int32
- func (o *PaginatedResultConditionSetRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultConditionSetRead) HasPageCount() bool
- func (o PaginatedResultConditionSetRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultConditionSetRead) SetData(v []ConditionSetRead)
- func (o *PaginatedResultConditionSetRead) SetPageCount(v int32)
- func (o *PaginatedResultConditionSetRead) SetTotalCount(v int32)
- func (o PaginatedResultConditionSetRead) ToMap() (map[string]interface{}, error)
- type PaginatedResultElementsConfigRead
- func (o *PaginatedResultElementsConfigRead) GetData() []ElementsConfigRead
- func (o *PaginatedResultElementsConfigRead) GetDataOk() ([]ElementsConfigRead, bool)
- func (o *PaginatedResultElementsConfigRead) GetPageCount() int32
- func (o *PaginatedResultElementsConfigRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultElementsConfigRead) GetTotalCount() int32
- func (o *PaginatedResultElementsConfigRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultElementsConfigRead) HasPageCount() bool
- func (o PaginatedResultElementsConfigRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultElementsConfigRead) SetData(v []ElementsConfigRead)
- func (o *PaginatedResultElementsConfigRead) SetPageCount(v int32)
- func (o *PaginatedResultElementsConfigRead) SetTotalCount(v int32)
- type PaginatedResultOPADecisionLog
- func (o *PaginatedResultOPADecisionLog) GetData() []OPADecisionLog
- func (o *PaginatedResultOPADecisionLog) GetDataOk() ([]OPADecisionLog, bool)
- func (o *PaginatedResultOPADecisionLog) GetPageCount() int32
- func (o *PaginatedResultOPADecisionLog) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultOPADecisionLog) GetTotalCount() int32
- func (o *PaginatedResultOPADecisionLog) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultOPADecisionLog) HasPageCount() bool
- func (o PaginatedResultOPADecisionLog) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultOPADecisionLog) SetData(v []OPADecisionLog)
- func (o *PaginatedResultOPADecisionLog) SetPageCount(v int32)
- func (o *PaginatedResultOPADecisionLog) SetTotalCount(v int32)
- type PaginatedResultRelationRead
- func (o *PaginatedResultRelationRead) GetData() []RelationRead
- func (o *PaginatedResultRelationRead) GetDataOk() ([]RelationRead, bool)
- func (o *PaginatedResultRelationRead) GetPageCount() int32
- func (o *PaginatedResultRelationRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultRelationRead) GetTotalCount() int32
- func (o *PaginatedResultRelationRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultRelationRead) HasPageCount() bool
- func (o PaginatedResultRelationRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultRelationRead) SetData(v []RelationRead)
- func (o *PaginatedResultRelationRead) SetPageCount(v int32)
- func (o *PaginatedResultRelationRead) SetTotalCount(v int32)
- func (o PaginatedResultRelationRead) ToMap() (map[string]interface{}, error)
- type PaginatedResultResourceRoleRead
- func (o *PaginatedResultResourceRoleRead) GetData() []ResourceRoleRead
- func (o *PaginatedResultResourceRoleRead) GetDataOk() ([]ResourceRoleRead, bool)
- func (o *PaginatedResultResourceRoleRead) GetPageCount() int32
- func (o *PaginatedResultResourceRoleRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultResourceRoleRead) GetTotalCount() int32
- func (o *PaginatedResultResourceRoleRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultResourceRoleRead) HasPageCount() bool
- func (o PaginatedResultResourceRoleRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultResourceRoleRead) SetData(v []ResourceRoleRead)
- func (o *PaginatedResultResourceRoleRead) SetPageCount(v int32)
- func (o *PaginatedResultResourceRoleRead) SetTotalCount(v int32)
- func (o PaginatedResultResourceRoleRead) ToMap() (map[string]interface{}, error)
- type PaginatedResultUserRead
- func (o *PaginatedResultUserRead) GetData() []UserRead
- func (o *PaginatedResultUserRead) GetDataOk() ([]UserRead, bool)
- func (o *PaginatedResultUserRead) GetPageCount() int32
- func (o *PaginatedResultUserRead) GetPageCountOk() (*int32, bool)
- func (o *PaginatedResultUserRead) GetTotalCount() int32
- func (o *PaginatedResultUserRead) GetTotalCountOk() (*int32, bool)
- func (o *PaginatedResultUserRead) HasPageCount() bool
- func (o PaginatedResultUserRead) MarshalJSON() ([]byte, error)
- func (o *PaginatedResultUserRead) SetData(v []UserRead)
- func (o *PaginatedResultUserRead) SetPageCount(v int32)
- func (o *PaginatedResultUserRead) SetTotalCount(v int32)
- type ParentId
- type Pdp
- func (o *Pdp) GetBACKEND_SERVICE_URL() string
- func (o *Pdp) GetBACKEND_SERVICE_URLOk() (*string, bool)
- func (o *Pdp) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL() string
- func (o *Pdp) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk() (*string, bool)
- func (o *Pdp) GetOPA_DECISION_LOG_INGRESS_ROUTE() string
- func (o *Pdp) GetOPA_DECISION_LOG_INGRESS_ROUTEOk() (*string, bool)
- func (o Pdp) MarshalJSON() ([]byte, error)
- func (o *Pdp) SetBACKEND_SERVICE_URL(v string)
- func (o *Pdp) SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL(v string)
- func (o *Pdp) SetOPA_DECISION_LOG_INGRESS_ROUTE(v string)
- type PdpValues
- func (o *PdpValues) GetBACKEND_SERVICE_URL() string
- func (o *PdpValues) GetBACKEND_SERVICE_URLOk() (*string, bool)
- func (o *PdpValues) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL() string
- func (o *PdpValues) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk() (*string, bool)
- func (o *PdpValues) GetOPA_DECISION_LOG_INGRESS_ROUTE() string
- func (o *PdpValues) GetOPA_DECISION_LOG_INGRESS_ROUTEOk() (*string, bool)
- func (o PdpValues) MarshalJSON() ([]byte, error)
- func (o *PdpValues) SetBACKEND_SERVICE_URL(v string)
- func (o *PdpValues) SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL(v string)
- func (o *PdpValues) SetOPA_DECISION_LOG_INGRESS_ROUTE(v string)
- type PermissionLevelRoleRead
- func (o *PermissionLevelRoleRead) GetId() string
- func (o *PermissionLevelRoleRead) GetIdOk() (*string, bool)
- func (o *PermissionLevelRoleRead) GetKey() string
- func (o *PermissionLevelRoleRead) GetKeyOk() (*string, bool)
- func (o *PermissionLevelRoleRead) GetName() string
- func (o *PermissionLevelRoleRead) GetNameOk() (*string, bool)
- func (o PermissionLevelRoleRead) MarshalJSON() ([]byte, error)
- func (o *PermissionLevelRoleRead) SetId(v string)
- func (o *PermissionLevelRoleRead) SetKey(v string)
- func (o *PermissionLevelRoleRead) SetName(v string)
- type PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
- func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObject() bool
- func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObjectOk() (*bool, bool)
- func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) HasNoDirectRolesOnObject() bool
- func (o PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON() ([]byte, error)
- func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) SetNoDirectRolesOnObject(v bool)
- func (o PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) ToMap() (map[string]interface{}, error)
- type PermitBackendSchemasSchemaOpalDataDerivationSettings
- func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRole() bool
- func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRoleOk() (*bool, bool)
- func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) HasSupersededByDirectRole() bool
- func (o PermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON() ([]byte, error)
- func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) SetSupersededByDirectRole(v bool)
- func (o PermitBackendSchemasSchemaOpalDataDerivationSettings) ToMap() (map[string]interface{}, error)
- type PolicyRepoCreate
- func (o *PolicyRepoCreate) GetActivateWhenValidated() bool
- func (o *PolicyRepoCreate) GetActivateWhenValidatedOk() (*bool, bool)
- func (o *PolicyRepoCreate) GetCredentials() SSHAuthData
- func (o *PolicyRepoCreate) GetCredentialsOk() (*SSHAuthData, bool)
- func (o *PolicyRepoCreate) GetKey() string
- func (o *PolicyRepoCreate) GetKeyOk() (*string, bool)
- func (o *PolicyRepoCreate) GetMainBranchName() string
- func (o *PolicyRepoCreate) GetMainBranchNameOk() (*string, bool)
- func (o *PolicyRepoCreate) GetUrl() string
- func (o *PolicyRepoCreate) GetUrlOk() (*string, bool)
- func (o *PolicyRepoCreate) HasActivateWhenValidated() bool
- func (o *PolicyRepoCreate) HasMainBranchName() bool
- func (o PolicyRepoCreate) MarshalJSON() ([]byte, error)
- func (o *PolicyRepoCreate) SetActivateWhenValidated(v bool)
- func (o *PolicyRepoCreate) SetCredentials(v SSHAuthData)
- func (o *PolicyRepoCreate) SetKey(v string)
- func (o *PolicyRepoCreate) SetMainBranchName(v string)
- func (o *PolicyRepoCreate) SetUrl(v string)
- type PolicyRepoRead
- func (o *PolicyRepoRead) GetActivateWhenValidated() bool
- func (o *PolicyRepoRead) GetActivateWhenValidatedOk() (*bool, bool)
- func (o *PolicyRepoRead) GetCredentials() SSHAuthData
- func (o *PolicyRepoRead) GetCredentialsOk() (*SSHAuthData, bool)
- func (o *PolicyRepoRead) GetId() string
- func (o *PolicyRepoRead) GetIdOk() (*string, bool)
- func (o *PolicyRepoRead) GetKey() string
- func (o *PolicyRepoRead) GetKeyOk() (*string, bool)
- func (o *PolicyRepoRead) GetMainBranchName() string
- func (o *PolicyRepoRead) GetMainBranchNameOk() (*string, bool)
- func (o *PolicyRepoRead) GetStatus() PolicyRepoStatus
- func (o *PolicyRepoRead) GetStatusOk() (*PolicyRepoStatus, bool)
- func (o *PolicyRepoRead) GetUrl() string
- func (o *PolicyRepoRead) GetUrlOk() (*string, bool)
- func (o *PolicyRepoRead) HasActivateWhenValidated() bool
- func (o *PolicyRepoRead) HasMainBranchName() bool
- func (o PolicyRepoRead) MarshalJSON() ([]byte, error)
- func (o *PolicyRepoRead) SetActivateWhenValidated(v bool)
- func (o *PolicyRepoRead) SetCredentials(v SSHAuthData)
- func (o *PolicyRepoRead) SetId(v string)
- func (o *PolicyRepoRead) SetKey(v string)
- func (o *PolicyRepoRead) SetMainBranchName(v string)
- func (o *PolicyRepoRead) SetStatus(v PolicyRepoStatus)
- func (o *PolicyRepoRead) SetUrl(v string)
- type PolicyRepoStatus
- type ProgrammingLanguage
- type ProjectCreate
- func (o *ProjectCreate) GetActivePolicyRepoId() string
- func (o *ProjectCreate) GetActivePolicyRepoIdOk() (*string, bool)
- func (o *ProjectCreate) GetDescription() string
- func (o *ProjectCreate) GetDescriptionOk() (*string, bool)
- func (o *ProjectCreate) GetKey() string
- func (o *ProjectCreate) GetKeyOk() (*string, bool)
- func (o *ProjectCreate) GetName() string
- func (o *ProjectCreate) GetNameOk() (*string, bool)
- func (o *ProjectCreate) GetSettings() map[string]interface{}
- func (o *ProjectCreate) GetSettingsOk() (map[string]interface{}, bool)
- func (o *ProjectCreate) GetUrnNamespace() string
- func (o *ProjectCreate) GetUrnNamespaceOk() (*string, bool)
- func (o *ProjectCreate) HasActivePolicyRepoId() bool
- func (o *ProjectCreate) HasDescription() bool
- func (o *ProjectCreate) HasSettings() bool
- func (o *ProjectCreate) HasUrnNamespace() bool
- func (o ProjectCreate) MarshalJSON() ([]byte, error)
- func (o *ProjectCreate) SetActivePolicyRepoId(v string)
- func (o *ProjectCreate) SetDescription(v string)
- func (o *ProjectCreate) SetKey(v string)
- func (o *ProjectCreate) SetName(v string)
- func (o *ProjectCreate) SetSettings(v map[string]interface{})
- func (o *ProjectCreate) SetUrnNamespace(v string)
- type ProjectRead
- func (o *ProjectRead) GetActivePolicyRepoId() string
- func (o *ProjectRead) GetActivePolicyRepoIdOk() (*string, bool)
- func (o *ProjectRead) GetCreatedAt() time.Time
- func (o *ProjectRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProjectRead) GetDescription() string
- func (o *ProjectRead) GetDescriptionOk() (*string, bool)
- func (o *ProjectRead) GetId() string
- func (o *ProjectRead) GetIdOk() (*string, bool)
- func (o *ProjectRead) GetKey() string
- func (o *ProjectRead) GetKeyOk() (*string, bool)
- func (o *ProjectRead) GetName() string
- func (o *ProjectRead) GetNameOk() (*string, bool)
- func (o *ProjectRead) GetOrganizationId() string
- func (o *ProjectRead) GetOrganizationIdOk() (*string, bool)
- func (o *ProjectRead) GetSettings() map[string]interface{}
- func (o *ProjectRead) GetSettingsOk() (map[string]interface{}, bool)
- func (o *ProjectRead) GetUpdatedAt() time.Time
- func (o *ProjectRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ProjectRead) GetUrnNamespace() string
- func (o *ProjectRead) GetUrnNamespaceOk() (*string, bool)
- func (o *ProjectRead) HasActivePolicyRepoId() bool
- func (o *ProjectRead) HasDescription() bool
- func (o *ProjectRead) HasSettings() bool
- func (o *ProjectRead) HasUrnNamespace() bool
- func (o ProjectRead) MarshalJSON() ([]byte, error)
- func (o *ProjectRead) SetActivePolicyRepoId(v string)
- func (o *ProjectRead) SetCreatedAt(v time.Time)
- func (o *ProjectRead) SetDescription(v string)
- func (o *ProjectRead) SetId(v string)
- func (o *ProjectRead) SetKey(v string)
- func (o *ProjectRead) SetName(v string)
- func (o *ProjectRead) SetOrganizationId(v string)
- func (o *ProjectRead) SetSettings(v map[string]interface{})
- func (o *ProjectRead) SetUpdatedAt(v time.Time)
- func (o *ProjectRead) SetUrnNamespace(v string)
- type ProjectUpdate
- func (o *ProjectUpdate) GetActivePolicyRepoId() string
- func (o *ProjectUpdate) GetActivePolicyRepoIdOk() (*string, bool)
- func (o *ProjectUpdate) GetDescription() string
- func (o *ProjectUpdate) GetDescriptionOk() (*string, bool)
- func (o *ProjectUpdate) GetName() string
- func (o *ProjectUpdate) GetNameOk() (*string, bool)
- func (o *ProjectUpdate) GetSettings() map[string]interface{}
- func (o *ProjectUpdate) GetSettingsOk() (map[string]interface{}, bool)
- func (o *ProjectUpdate) HasActivePolicyRepoId() bool
- func (o *ProjectUpdate) HasDescription() bool
- func (o *ProjectUpdate) HasName() bool
- func (o *ProjectUpdate) HasSettings() bool
- func (o ProjectUpdate) MarshalJSON() ([]byte, error)
- func (o *ProjectUpdate) SetActivePolicyRepoId(v string)
- func (o *ProjectUpdate) SetDescription(v string)
- func (o *ProjectUpdate) SetName(v string)
- func (o *ProjectUpdate) SetSettings(v map[string]interface{})
- type ProxyConfigCreate
- func (o *ProxyConfigCreate) GetAuthMechanism() AuthMechanism
- func (o *ProxyConfigCreate) GetAuthMechanismOk() (*AuthMechanism, bool)
- func (o *ProxyConfigCreate) GetKey() string
- func (o *ProxyConfigCreate) GetKeyOk() (*string, bool)
- func (o *ProxyConfigCreate) GetMappingRules() []MappingRule
- func (o *ProxyConfigCreate) GetMappingRulesOk() ([]MappingRule, bool)
- func (o *ProxyConfigCreate) GetName() string
- func (o *ProxyConfigCreate) GetNameOk() (*string, bool)
- func (o *ProxyConfigCreate) GetSecret() string
- func (o *ProxyConfigCreate) GetSecretOk() (*string, bool)
- func (o *ProxyConfigCreate) HasAuthMechanism() bool
- func (o *ProxyConfigCreate) HasMappingRules() bool
- func (o ProxyConfigCreate) MarshalJSON() ([]byte, error)
- func (o *ProxyConfigCreate) SetAuthMechanism(v AuthMechanism)
- func (o *ProxyConfigCreate) SetKey(v string)
- func (o *ProxyConfigCreate) SetMappingRules(v []MappingRule)
- func (o *ProxyConfigCreate) SetName(v string)
- func (o *ProxyConfigCreate) SetSecret(v string)
- func (o ProxyConfigCreate) ToMap() (map[string]interface{}, error)
- type ProxyConfigRead
- func (o *ProxyConfigRead) GetAuthMechanism() AuthMechanism
- func (o *ProxyConfigRead) GetAuthMechanismOk() (*AuthMechanism, bool)
- func (o *ProxyConfigRead) GetCreatedAt() time.Time
- func (o *ProxyConfigRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ProxyConfigRead) GetEnvironmentId() string
- func (o *ProxyConfigRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ProxyConfigRead) GetId() string
- func (o *ProxyConfigRead) GetIdOk() (*string, bool)
- func (o *ProxyConfigRead) GetKey() string
- func (o *ProxyConfigRead) GetKeyOk() (*string, bool)
- func (o *ProxyConfigRead) GetMappingRules() []MappingRule
- func (o *ProxyConfigRead) GetMappingRulesOk() ([]MappingRule, bool)
- func (o *ProxyConfigRead) GetName() string
- func (o *ProxyConfigRead) GetNameOk() (*string, bool)
- func (o *ProxyConfigRead) GetOrganizationId() string
- func (o *ProxyConfigRead) GetOrganizationIdOk() (*string, bool)
- func (o *ProxyConfigRead) GetProjectId() string
- func (o *ProxyConfigRead) GetProjectIdOk() (*string, bool)
- func (o *ProxyConfigRead) GetSecret() string
- func (o *ProxyConfigRead) GetSecretOk() (*string, bool)
- func (o *ProxyConfigRead) GetUpdatedAt() time.Time
- func (o *ProxyConfigRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ProxyConfigRead) HasAuthMechanism() bool
- func (o *ProxyConfigRead) HasMappingRules() bool
- func (o ProxyConfigRead) MarshalJSON() ([]byte, error)
- func (o *ProxyConfigRead) SetAuthMechanism(v AuthMechanism)
- func (o *ProxyConfigRead) SetCreatedAt(v time.Time)
- func (o *ProxyConfigRead) SetEnvironmentId(v string)
- func (o *ProxyConfigRead) SetId(v string)
- func (o *ProxyConfigRead) SetKey(v string)
- func (o *ProxyConfigRead) SetMappingRules(v []MappingRule)
- func (o *ProxyConfigRead) SetName(v string)
- func (o *ProxyConfigRead) SetOrganizationId(v string)
- func (o *ProxyConfigRead) SetProjectId(v string)
- func (o *ProxyConfigRead) SetSecret(v string)
- func (o *ProxyConfigRead) SetUpdatedAt(v time.Time)
- func (o ProxyConfigRead) ToMap() (map[string]interface{}, error)
- type ProxyConfigUpdate
- func (o *ProxyConfigUpdate) GetAuthMechanism() AuthMechanism
- func (o *ProxyConfigUpdate) GetAuthMechanismOk() (*AuthMechanism, bool)
- func (o *ProxyConfigUpdate) GetMappingRules() []MappingRule
- func (o *ProxyConfigUpdate) GetMappingRulesOk() ([]MappingRule, bool)
- func (o *ProxyConfigUpdate) GetName() string
- func (o *ProxyConfigUpdate) GetNameOk() (*string, bool)
- func (o *ProxyConfigUpdate) GetSecret() string
- func (o *ProxyConfigUpdate) GetSecretOk() (*string, bool)
- func (o *ProxyConfigUpdate) HasAuthMechanism() bool
- func (o *ProxyConfigUpdate) HasMappingRules() bool
- func (o *ProxyConfigUpdate) HasName() bool
- func (o *ProxyConfigUpdate) HasSecret() bool
- func (o ProxyConfigUpdate) MarshalJSON() ([]byte, error)
- func (o *ProxyConfigUpdate) SetAuthMechanism(v AuthMechanism)
- func (o *ProxyConfigUpdate) SetMappingRules(v []MappingRule)
- func (o *ProxyConfigUpdate) SetName(v string)
- func (o *ProxyConfigUpdate) SetSecret(v string)
- func (o ProxyConfigUpdate) ToMap() (map[string]interface{}, error)
- type RelationBlockRead
- func (o *RelationBlockRead) GetDescription() string
- func (o *RelationBlockRead) GetDescriptionOk() (*string, bool)
- func (o *RelationBlockRead) GetResource() string
- func (o *RelationBlockRead) GetResourceId() string
- func (o *RelationBlockRead) GetResourceIdOk() (*string, bool)
- func (o *RelationBlockRead) GetResourceOk() (*string, bool)
- func (o *RelationBlockRead) HasDescription() bool
- func (o RelationBlockRead) MarshalJSON() ([]byte, error)
- func (o *RelationBlockRead) SetDescription(v string)
- func (o *RelationBlockRead) SetResource(v string)
- func (o *RelationBlockRead) SetResourceId(v string)
- func (o RelationBlockRead) ToMap() (map[string]interface{}, error)
- type RelationCreate
- func (o *RelationCreate) GetDescription() string
- func (o *RelationCreate) GetDescriptionOk() (*string, bool)
- func (o *RelationCreate) GetKey() string
- func (o *RelationCreate) GetKeyOk() (*string, bool)
- func (o *RelationCreate) GetName() string
- func (o *RelationCreate) GetNameOk() (*string, bool)
- func (o *RelationCreate) GetSubjectResource() string
- func (o *RelationCreate) GetSubjectResourceOk() (*string, bool)
- func (o *RelationCreate) HasDescription() bool
- func (o RelationCreate) MarshalJSON() ([]byte, error)
- func (o *RelationCreate) SetDescription(v string)
- func (o *RelationCreate) SetKey(v string)
- func (o *RelationCreate) SetName(v string)
- func (o *RelationCreate) SetSubjectResource(v string)
- func (o RelationCreate) ToMap() (map[string]interface{}, error)
- type RelationRead
- func (o *RelationRead) GetCreatedAt() time.Time
- func (o *RelationRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *RelationRead) GetDescription() string
- func (o *RelationRead) GetDescriptionOk() (*string, bool)
- func (o *RelationRead) GetEnvironmentId() string
- func (o *RelationRead) GetEnvironmentIdOk() (*string, bool)
- func (o *RelationRead) GetId() string
- func (o *RelationRead) GetIdOk() (*string, bool)
- func (o *RelationRead) GetKey() string
- func (o *RelationRead) GetKeyOk() (*string, bool)
- func (o *RelationRead) GetName() string
- func (o *RelationRead) GetNameOk() (*string, bool)
- func (o *RelationRead) GetObjectResource() string
- func (o *RelationRead) GetObjectResourceId() string
- func (o *RelationRead) GetObjectResourceIdOk() (*string, bool)
- func (o *RelationRead) GetObjectResourceOk() (*string, bool)
- func (o *RelationRead) GetOrganizationId() string
- func (o *RelationRead) GetOrganizationIdOk() (*string, bool)
- func (o *RelationRead) GetProjectId() string
- func (o *RelationRead) GetProjectIdOk() (*string, bool)
- func (o *RelationRead) GetSubjectResource() string
- func (o *RelationRead) GetSubjectResourceId() string
- func (o *RelationRead) GetSubjectResourceIdOk() (*string, bool)
- func (o *RelationRead) GetSubjectResourceOk() (*string, bool)
- func (o *RelationRead) GetUpdatedAt() time.Time
- func (o *RelationRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RelationRead) HasDescription() bool
- func (o RelationRead) MarshalJSON() ([]byte, error)
- func (o *RelationRead) SetCreatedAt(v time.Time)
- func (o *RelationRead) SetDescription(v string)
- func (o *RelationRead) SetEnvironmentId(v string)
- func (o *RelationRead) SetId(v string)
- func (o *RelationRead) SetKey(v string)
- func (o *RelationRead) SetName(v string)
- func (o *RelationRead) SetObjectResource(v string)
- func (o *RelationRead) SetObjectResourceId(v string)
- func (o *RelationRead) SetOrganizationId(v string)
- func (o *RelationRead) SetProjectId(v string)
- func (o *RelationRead) SetSubjectResource(v string)
- func (o *RelationRead) SetSubjectResourceId(v string)
- func (o *RelationRead) SetUpdatedAt(v time.Time)
- func (o RelationRead) ToMap() (map[string]interface{}, error)
- type RelationshipTupleBlockRead
- func (o *RelationshipTupleBlockRead) GetObject() string
- func (o *RelationshipTupleBlockRead) GetObjectOk() (*string, bool)
- func (o *RelationshipTupleBlockRead) GetRelation() string
- func (o *RelationshipTupleBlockRead) GetRelationOk() (*string, bool)
- func (o *RelationshipTupleBlockRead) GetSubject() string
- func (o *RelationshipTupleBlockRead) GetSubjectOk() (*string, bool)
- func (o RelationshipTupleBlockRead) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleBlockRead) SetObject(v string)
- func (o *RelationshipTupleBlockRead) SetRelation(v string)
- func (o *RelationshipTupleBlockRead) SetSubject(v string)
- func (o RelationshipTupleBlockRead) ToMap() (map[string]interface{}, error)
- type RelationshipTupleCreate
- func (o *RelationshipTupleCreate) GetObject() string
- func (o *RelationshipTupleCreate) GetObjectOk() (*string, bool)
- func (o *RelationshipTupleCreate) GetRelation() string
- func (o *RelationshipTupleCreate) GetRelationOk() (*string, bool)
- func (o *RelationshipTupleCreate) GetSubject() string
- func (o *RelationshipTupleCreate) GetSubjectOk() (*string, bool)
- func (o *RelationshipTupleCreate) GetTenant() string
- func (o *RelationshipTupleCreate) GetTenantOk() (*string, bool)
- func (o *RelationshipTupleCreate) HasTenant() bool
- func (o RelationshipTupleCreate) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleCreate) SetObject(v string)
- func (o *RelationshipTupleCreate) SetRelation(v string)
- func (o *RelationshipTupleCreate) SetSubject(v string)
- func (o *RelationshipTupleCreate) SetTenant(v string)
- func (o RelationshipTupleCreate) ToMap() (map[string]interface{}, error)
- type RelationshipTupleCreateBulkOperation
- func (o *RelationshipTupleCreateBulkOperation) GetOperations() []RelationshipTupleCreate
- func (o *RelationshipTupleCreateBulkOperation) GetOperationsOk() ([]RelationshipTupleCreate, bool)
- func (o RelationshipTupleCreateBulkOperation) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleCreateBulkOperation) SetOperations(v []RelationshipTupleCreate)
- func (o RelationshipTupleCreateBulkOperation) ToMap() (map[string]interface{}, error)
- type RelationshipTupleDelete
- func (o *RelationshipTupleDelete) GetObject() string
- func (o *RelationshipTupleDelete) GetObjectOk() (*string, bool)
- func (o *RelationshipTupleDelete) GetRelation() string
- func (o *RelationshipTupleDelete) GetRelationOk() (*string, bool)
- func (o *RelationshipTupleDelete) GetSubject() string
- func (o *RelationshipTupleDelete) GetSubjectOk() (*string, bool)
- func (o RelationshipTupleDelete) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleDelete) SetObject(v string)
- func (o *RelationshipTupleDelete) SetRelation(v string)
- func (o *RelationshipTupleDelete) SetSubject(v string)
- func (o RelationshipTupleDelete) ToMap() (map[string]interface{}, error)
- type RelationshipTupleDeleteBulkOperation
- func (o *RelationshipTupleDeleteBulkOperation) GetIdents() []RelationshipTupleDelete
- func (o *RelationshipTupleDeleteBulkOperation) GetIdentsOk() ([]RelationshipTupleDelete, bool)
- func (o RelationshipTupleDeleteBulkOperation) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleDeleteBulkOperation) SetIdents(v []RelationshipTupleDelete)
- func (o RelationshipTupleDeleteBulkOperation) ToMap() (map[string]interface{}, error)
- type RelationshipTupleObj
- func (o *RelationshipTupleObj) GetObjectStr() string
- func (o *RelationshipTupleObj) GetObjectStrOk() (*string, bool)
- func (o *RelationshipTupleObj) GetRelationStr() string
- func (o *RelationshipTupleObj) GetRelationStrOk() (*string, bool)
- func (o *RelationshipTupleObj) GetSubjectStr() string
- func (o *RelationshipTupleObj) GetSubjectStrOk() (*string, bool)
- func (o RelationshipTupleObj) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleObj) SetObjectStr(v string)
- func (o *RelationshipTupleObj) SetRelationStr(v string)
- func (o *RelationshipTupleObj) SetSubjectStr(v string)
- func (o RelationshipTupleObj) ToMap() (map[string]interface{}, error)
- type RelationshipTupleRead
- func (o *RelationshipTupleRead) GetCreatedAt() time.Time
- func (o *RelationshipTupleRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *RelationshipTupleRead) GetEnvironmentId() string
- func (o *RelationshipTupleRead) GetEnvironmentIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetId() string
- func (o *RelationshipTupleRead) GetIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetObject() string
- func (o *RelationshipTupleRead) GetObjectDetails() ResourceInstanceBlockRead
- func (o *RelationshipTupleRead) GetObjectDetailsOk() (*ResourceInstanceBlockRead, bool)
- func (o *RelationshipTupleRead) GetObjectId() string
- func (o *RelationshipTupleRead) GetObjectIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetObjectOk() (*string, bool)
- func (o *RelationshipTupleRead) GetOrganizationId() string
- func (o *RelationshipTupleRead) GetOrganizationIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetProjectId() string
- func (o *RelationshipTupleRead) GetProjectIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetRelation() string
- func (o *RelationshipTupleRead) GetRelationDetails() StrippedRelationBlockRead
- func (o *RelationshipTupleRead) GetRelationDetailsOk() (*StrippedRelationBlockRead, bool)
- func (o *RelationshipTupleRead) GetRelationId() string
- func (o *RelationshipTupleRead) GetRelationIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetRelationOk() (*string, bool)
- func (o *RelationshipTupleRead) GetSubject() string
- func (o *RelationshipTupleRead) GetSubjectDetails() ResourceInstanceBlockRead
- func (o *RelationshipTupleRead) GetSubjectDetailsOk() (*ResourceInstanceBlockRead, bool)
- func (o *RelationshipTupleRead) GetSubjectId() string
- func (o *RelationshipTupleRead) GetSubjectIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetSubjectOk() (*string, bool)
- func (o *RelationshipTupleRead) GetTenant() string
- func (o *RelationshipTupleRead) GetTenantDetails() TenantBlockRead
- func (o *RelationshipTupleRead) GetTenantDetailsOk() (*TenantBlockRead, bool)
- func (o *RelationshipTupleRead) GetTenantId() string
- func (o *RelationshipTupleRead) GetTenantIdOk() (*string, bool)
- func (o *RelationshipTupleRead) GetTenantOk() (*string, bool)
- func (o *RelationshipTupleRead) GetUpdatedAt() time.Time
- func (o *RelationshipTupleRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RelationshipTupleRead) HasObjectDetails() bool
- func (o *RelationshipTupleRead) HasRelationDetails() bool
- func (o *RelationshipTupleRead) HasSubjectDetails() bool
- func (o *RelationshipTupleRead) HasTenantDetails() bool
- func (o RelationshipTupleRead) MarshalJSON() ([]byte, error)
- func (o *RelationshipTupleRead) SetCreatedAt(v time.Time)
- func (o *RelationshipTupleRead) SetEnvironmentId(v string)
- func (o *RelationshipTupleRead) SetId(v string)
- func (o *RelationshipTupleRead) SetObject(v string)
- func (o *RelationshipTupleRead) SetObjectDetails(v ResourceInstanceBlockRead)
- func (o *RelationshipTupleRead) SetObjectId(v string)
- func (o *RelationshipTupleRead) SetOrganizationId(v string)
- func (o *RelationshipTupleRead) SetProjectId(v string)
- func (o *RelationshipTupleRead) SetRelation(v string)
- func (o *RelationshipTupleRead) SetRelationDetails(v StrippedRelationBlockRead)
- func (o *RelationshipTupleRead) SetRelationId(v string)
- func (o *RelationshipTupleRead) SetSubject(v string)
- func (o *RelationshipTupleRead) SetSubjectDetails(v ResourceInstanceBlockRead)
- func (o *RelationshipTupleRead) SetSubjectId(v string)
- func (o *RelationshipTupleRead) SetTenant(v string)
- func (o *RelationshipTupleRead) SetTenantDetails(v TenantBlockRead)
- func (o *RelationshipTupleRead) SetTenantId(v string)
- func (o *RelationshipTupleRead) SetUpdatedAt(v time.Time)
- func (o RelationshipTupleRead) ToMap() (map[string]interface{}, error)
- type RemoteConfig
- func (o *RemoteConfig) GetContext() PDPContext
- func (o *RemoteConfig) GetContextOk() (*PDPContext, bool)
- func (o *RemoteConfig) GetOpalClient() OPALClient
- func (o *RemoteConfig) GetOpalClientOk() (*OPALClient, bool)
- func (o *RemoteConfig) GetOpalCommon() map[string]interface{}
- func (o *RemoteConfig) GetOpalCommonOk() (map[string]interface{}, bool)
- func (o *RemoteConfig) GetPdp() Pdp
- func (o *RemoteConfig) GetPdpOk() (*Pdp, bool)
- func (o *RemoteConfig) HasOpalCommon() bool
- func (o *RemoteConfig) HasPdp() bool
- func (o RemoteConfig) MarshalJSON() ([]byte, error)
- func (o *RemoteConfig) SetContext(v PDPContext)
- func (o *RemoteConfig) SetOpalClient(v OPALClient)
- func (o *RemoteConfig) SetOpalCommon(v map[string]interface{})
- func (o *RemoteConfig) SetPdp(v Pdp)
- type RemoveRolePermissions
- type ResourceActionCreate
- func (o *ResourceActionCreate) GetAttributes() map[string]interface{}
- func (o *ResourceActionCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceActionCreate) GetDescription() string
- func (o *ResourceActionCreate) GetDescriptionOk() (*string, bool)
- func (o *ResourceActionCreate) GetKey() string
- func (o *ResourceActionCreate) GetKeyOk() (*string, bool)
- func (o *ResourceActionCreate) GetName() string
- func (o *ResourceActionCreate) GetNameOk() (*string, bool)
- func (o *ResourceActionCreate) HasAttributes() bool
- func (o *ResourceActionCreate) HasDescription() bool
- func (o ResourceActionCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceActionCreate) SetAttributes(v map[string]interface{})
- func (o *ResourceActionCreate) SetDescription(v string)
- func (o *ResourceActionCreate) SetKey(v string)
- func (o *ResourceActionCreate) SetName(v string)
- func (o ResourceActionCreate) ToMap() (map[string]interface{}, error)
- type ResourceActionGroupCreate
- func (o *ResourceActionGroupCreate) GetActions() []string
- func (o *ResourceActionGroupCreate) GetActionsOk() ([]string, bool)
- func (o *ResourceActionGroupCreate) GetAttributes() map[string]interface{}
- func (o *ResourceActionGroupCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceActionGroupCreate) GetDescription() string
- func (o *ResourceActionGroupCreate) GetDescriptionOk() (*string, bool)
- func (o *ResourceActionGroupCreate) GetKey() string
- func (o *ResourceActionGroupCreate) GetKeyOk() (*string, bool)
- func (o *ResourceActionGroupCreate) GetName() string
- func (o *ResourceActionGroupCreate) GetNameOk() (*string, bool)
- func (o *ResourceActionGroupCreate) HasActions() bool
- func (o *ResourceActionGroupCreate) HasAttributes() bool
- func (o *ResourceActionGroupCreate) HasDescription() bool
- func (o ResourceActionGroupCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceActionGroupCreate) SetActions(v []string)
- func (o *ResourceActionGroupCreate) SetAttributes(v map[string]interface{})
- func (o *ResourceActionGroupCreate) SetDescription(v string)
- func (o *ResourceActionGroupCreate) SetKey(v string)
- func (o *ResourceActionGroupCreate) SetName(v string)
- func (o ResourceActionGroupCreate) ToMap() (map[string]interface{}, error)
- type ResourceActionGroupRead
- func (o *ResourceActionGroupRead) GetActions() []string
- func (o *ResourceActionGroupRead) GetActionsOk() ([]string, bool)
- func (o *ResourceActionGroupRead) GetAttributes() map[string]interface{}
- func (o *ResourceActionGroupRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceActionGroupRead) GetCreatedAt() time.Time
- func (o *ResourceActionGroupRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceActionGroupRead) GetDescription() string
- func (o *ResourceActionGroupRead) GetDescriptionOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetEnvironmentId() string
- func (o *ResourceActionGroupRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetId() string
- func (o *ResourceActionGroupRead) GetIdOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetKey() string
- func (o *ResourceActionGroupRead) GetKeyOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetName() string
- func (o *ResourceActionGroupRead) GetNameOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetOrganizationId() string
- func (o *ResourceActionGroupRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetProjectId() string
- func (o *ResourceActionGroupRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetResourceId() string
- func (o *ResourceActionGroupRead) GetResourceIdOk() (*string, bool)
- func (o *ResourceActionGroupRead) GetUpdatedAt() time.Time
- func (o *ResourceActionGroupRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceActionGroupRead) HasActions() bool
- func (o *ResourceActionGroupRead) HasAttributes() bool
- func (o *ResourceActionGroupRead) HasDescription() bool
- func (o ResourceActionGroupRead) MarshalJSON() ([]byte, error)
- func (o *ResourceActionGroupRead) SetActions(v []string)
- func (o *ResourceActionGroupRead) SetAttributes(v map[string]interface{})
- func (o *ResourceActionGroupRead) SetCreatedAt(v time.Time)
- func (o *ResourceActionGroupRead) SetDescription(v string)
- func (o *ResourceActionGroupRead) SetEnvironmentId(v string)
- func (o *ResourceActionGroupRead) SetId(v string)
- func (o *ResourceActionGroupRead) SetKey(v string)
- func (o *ResourceActionGroupRead) SetName(v string)
- func (o *ResourceActionGroupRead) SetOrganizationId(v string)
- func (o *ResourceActionGroupRead) SetProjectId(v string)
- func (o *ResourceActionGroupRead) SetResourceId(v string)
- func (o *ResourceActionGroupRead) SetUpdatedAt(v time.Time)
- func (o ResourceActionGroupRead) ToMap() (map[string]interface{}, error)
- type ResourceActionRead
- func (o *ResourceActionRead) GetAttributes() map[string]interface{}
- func (o *ResourceActionRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceActionRead) GetCreatedAt() time.Time
- func (o *ResourceActionRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceActionRead) GetDescription() string
- func (o *ResourceActionRead) GetDescriptionOk() (*string, bool)
- func (o *ResourceActionRead) GetEnvironmentId() string
- func (o *ResourceActionRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceActionRead) GetId() string
- func (o *ResourceActionRead) GetIdOk() (*string, bool)
- func (o *ResourceActionRead) GetKey() string
- func (o *ResourceActionRead) GetKeyOk() (*string, bool)
- func (o *ResourceActionRead) GetName() string
- func (o *ResourceActionRead) GetNameOk() (*string, bool)
- func (o *ResourceActionRead) GetOrganizationId() string
- func (o *ResourceActionRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceActionRead) GetPermissionName() string
- func (o *ResourceActionRead) GetPermissionNameOk() (*string, bool)
- func (o *ResourceActionRead) GetProjectId() string
- func (o *ResourceActionRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceActionRead) GetResourceId() string
- func (o *ResourceActionRead) GetResourceIdOk() (*string, bool)
- func (o *ResourceActionRead) GetUpdatedAt() time.Time
- func (o *ResourceActionRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceActionRead) HasAttributes() bool
- func (o *ResourceActionRead) HasDescription() bool
- func (o ResourceActionRead) MarshalJSON() ([]byte, error)
- func (o *ResourceActionRead) SetAttributes(v map[string]interface{})
- func (o *ResourceActionRead) SetCreatedAt(v time.Time)
- func (o *ResourceActionRead) SetDescription(v string)
- func (o *ResourceActionRead) SetEnvironmentId(v string)
- func (o *ResourceActionRead) SetId(v string)
- func (o *ResourceActionRead) SetKey(v string)
- func (o *ResourceActionRead) SetName(v string)
- func (o *ResourceActionRead) SetOrganizationId(v string)
- func (o *ResourceActionRead) SetPermissionName(v string)
- func (o *ResourceActionRead) SetProjectId(v string)
- func (o *ResourceActionRead) SetResourceId(v string)
- func (o *ResourceActionRead) SetUpdatedAt(v time.Time)
- func (o ResourceActionRead) ToMap() (map[string]interface{}, error)
- type ResourceActionUpdate
- func (o *ResourceActionUpdate) GetAttributes() map[string]interface{}
- func (o *ResourceActionUpdate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceActionUpdate) GetDescription() string
- func (o *ResourceActionUpdate) GetDescriptionOk() (*string, bool)
- func (o *ResourceActionUpdate) GetName() string
- func (o *ResourceActionUpdate) GetNameOk() (*string, bool)
- func (o *ResourceActionUpdate) HasAttributes() bool
- func (o *ResourceActionUpdate) HasDescription() bool
- func (o *ResourceActionUpdate) HasName() bool
- func (o ResourceActionUpdate) MarshalJSON() ([]byte, error)
- func (o *ResourceActionUpdate) SetAttributes(v map[string]interface{})
- func (o *ResourceActionUpdate) SetDescription(v string)
- func (o *ResourceActionUpdate) SetName(v string)
- func (o ResourceActionUpdate) ToMap() (map[string]interface{}, error)
- type ResourceAttributeCreate
- func (o *ResourceAttributeCreate) GetDescription() string
- func (o *ResourceAttributeCreate) GetDescriptionOk() (*string, bool)
- func (o *ResourceAttributeCreate) GetKey() string
- func (o *ResourceAttributeCreate) GetKeyOk() (*string, bool)
- func (o *ResourceAttributeCreate) GetType() AttributeType
- func (o *ResourceAttributeCreate) GetTypeOk() (*AttributeType, bool)
- func (o *ResourceAttributeCreate) HasDescription() bool
- func (o ResourceAttributeCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceAttributeCreate) SetDescription(v string)
- func (o *ResourceAttributeCreate) SetKey(v string)
- func (o *ResourceAttributeCreate) SetType(v AttributeType)
- type ResourceAttributeRead
- func (o *ResourceAttributeRead) GetCreatedAt() time.Time
- func (o *ResourceAttributeRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceAttributeRead) GetDescription() string
- func (o *ResourceAttributeRead) GetDescriptionOk() (*string, bool)
- func (o *ResourceAttributeRead) GetEnvironmentId() string
- func (o *ResourceAttributeRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceAttributeRead) GetId() string
- func (o *ResourceAttributeRead) GetIdOk() (*string, bool)
- func (o *ResourceAttributeRead) GetKey() string
- func (o *ResourceAttributeRead) GetKeyOk() (*string, bool)
- func (o *ResourceAttributeRead) GetOrganizationId() string
- func (o *ResourceAttributeRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceAttributeRead) GetProjectId() string
- func (o *ResourceAttributeRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceAttributeRead) GetResourceId() string
- func (o *ResourceAttributeRead) GetResourceIdOk() (*string, bool)
- func (o *ResourceAttributeRead) GetResourceKey() string
- func (o *ResourceAttributeRead) GetResourceKeyOk() (*string, bool)
- func (o *ResourceAttributeRead) GetType() AttributeType
- func (o *ResourceAttributeRead) GetTypeOk() (*AttributeType, bool)
- func (o *ResourceAttributeRead) GetUpdatedAt() time.Time
- func (o *ResourceAttributeRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceAttributeRead) HasDescription() bool
- func (o ResourceAttributeRead) MarshalJSON() ([]byte, error)
- func (o *ResourceAttributeRead) SetCreatedAt(v time.Time)
- func (o *ResourceAttributeRead) SetDescription(v string)
- func (o *ResourceAttributeRead) SetEnvironmentId(v string)
- func (o *ResourceAttributeRead) SetId(v string)
- func (o *ResourceAttributeRead) SetKey(v string)
- func (o *ResourceAttributeRead) SetOrganizationId(v string)
- func (o *ResourceAttributeRead) SetProjectId(v string)
- func (o *ResourceAttributeRead) SetResourceId(v string)
- func (o *ResourceAttributeRead) SetResourceKey(v string)
- func (o *ResourceAttributeRead) SetType(v AttributeType)
- func (o *ResourceAttributeRead) SetUpdatedAt(v time.Time)
- type ResourceAttributeUpdate
- func (o *ResourceAttributeUpdate) GetDescription() string
- func (o *ResourceAttributeUpdate) GetDescriptionOk() (*string, bool)
- func (o *ResourceAttributeUpdate) GetType() AttributeType
- func (o *ResourceAttributeUpdate) GetTypeOk() (*AttributeType, bool)
- func (o *ResourceAttributeUpdate) HasDescription() bool
- func (o *ResourceAttributeUpdate) HasType() bool
- func (o ResourceAttributeUpdate) MarshalJSON() ([]byte, error)
- func (o *ResourceAttributeUpdate) SetDescription(v string)
- func (o *ResourceAttributeUpdate) SetType(v AttributeType)
- type ResourceCreate
- func (o *ResourceCreate) GetActions() map[string]ActionBlockEditable
- func (o *ResourceCreate) GetActionsOk() (*map[string]ActionBlockEditable, bool)
- func (o *ResourceCreate) GetAttributes() map[string]AttributeBlockEditable
- func (o *ResourceCreate) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
- func (o *ResourceCreate) GetDescription() string
- func (o *ResourceCreate) GetDescriptionOk() (*string, bool)
- func (o *ResourceCreate) GetKey() string
- func (o *ResourceCreate) GetKeyOk() (*string, bool)
- func (o *ResourceCreate) GetName() string
- func (o *ResourceCreate) GetNameOk() (*string, bool)
- func (o *ResourceCreate) GetUrn() string
- func (o *ResourceCreate) GetUrnOk() (*string, bool)
- func (o *ResourceCreate) HasAttributes() bool
- func (o *ResourceCreate) HasDescription() bool
- func (o *ResourceCreate) HasUrn() bool
- func (o ResourceCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceCreate) SetActions(v map[string]ActionBlockEditable)
- func (o *ResourceCreate) SetAttributes(v map[string]AttributeBlockEditable)
- func (o *ResourceCreate) SetDescription(v string)
- func (o *ResourceCreate) SetKey(v string)
- func (o *ResourceCreate) SetName(v string)
- func (o *ResourceCreate) SetUrn(v string)
- type ResourceId
- type ResourceInstanceBlockRead
- func (o *ResourceInstanceBlockRead) GetAttributes() map[string]interface{}
- func (o *ResourceInstanceBlockRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceInstanceBlockRead) GetKey() string
- func (o *ResourceInstanceBlockRead) GetKeyOk() (*string, bool)
- func (o *ResourceInstanceBlockRead) GetResource() string
- func (o *ResourceInstanceBlockRead) GetResourceOk() (*string, bool)
- func (o *ResourceInstanceBlockRead) GetTenant() string
- func (o *ResourceInstanceBlockRead) GetTenantOk() (*string, bool)
- func (o *ResourceInstanceBlockRead) HasAttributes() bool
- func (o ResourceInstanceBlockRead) MarshalJSON() ([]byte, error)
- func (o *ResourceInstanceBlockRead) SetAttributes(v map[string]interface{})
- func (o *ResourceInstanceBlockRead) SetKey(v string)
- func (o *ResourceInstanceBlockRead) SetResource(v string)
- func (o *ResourceInstanceBlockRead) SetTenant(v string)
- func (o ResourceInstanceBlockRead) ToMap() (map[string]interface{}, error)
- type ResourceInstanceCreate
- func (o *ResourceInstanceCreate) GetAttributes() map[string]interface{}
- func (o *ResourceInstanceCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceInstanceCreate) GetKey() string
- func (o *ResourceInstanceCreate) GetKeyOk() (*string, bool)
- func (o *ResourceInstanceCreate) GetResource() string
- func (o *ResourceInstanceCreate) GetResourceOk() (*string, bool)
- func (o *ResourceInstanceCreate) GetTenant() string
- func (o *ResourceInstanceCreate) GetTenantOk() (*string, bool)
- func (o *ResourceInstanceCreate) HasAttributes() bool
- func (o *ResourceInstanceCreate) HasTenant() bool
- func (o ResourceInstanceCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceInstanceCreate) SetAttributes(v map[string]interface{})
- func (o *ResourceInstanceCreate) SetKey(v string)
- func (o *ResourceInstanceCreate) SetResource(v string)
- func (o *ResourceInstanceCreate) SetTenant(v string)
- type ResourceInstanceRead
- func (o *ResourceInstanceRead) GetAttributes() map[string]interface{}
- func (o *ResourceInstanceRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceInstanceRead) GetCreatedAt() time.Time
- func (o *ResourceInstanceRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceInstanceRead) GetEnvironmentId() string
- func (o *ResourceInstanceRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetId() string
- func (o *ResourceInstanceRead) GetIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetKey() string
- func (o *ResourceInstanceRead) GetKeyOk() (*string, bool)
- func (o *ResourceInstanceRead) GetOrganizationId() string
- func (o *ResourceInstanceRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetProjectId() string
- func (o *ResourceInstanceRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetResource() string
- func (o *ResourceInstanceRead) GetResourceId() string
- func (o *ResourceInstanceRead) GetResourceIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetResourceOk() (*string, bool)
- func (o *ResourceInstanceRead) GetTenant() string
- func (o *ResourceInstanceRead) GetTenantId() string
- func (o *ResourceInstanceRead) GetTenantIdOk() (*string, bool)
- func (o *ResourceInstanceRead) GetTenantOk() (*string, bool)
- func (o *ResourceInstanceRead) GetUpdatedAt() time.Time
- func (o *ResourceInstanceRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceInstanceRead) HasAttributes() bool
- func (o *ResourceInstanceRead) HasTenant() bool
- func (o *ResourceInstanceRead) HasTenantId() bool
- func (o ResourceInstanceRead) MarshalJSON() ([]byte, error)
- func (o *ResourceInstanceRead) SetAttributes(v map[string]interface{})
- func (o *ResourceInstanceRead) SetCreatedAt(v time.Time)
- func (o *ResourceInstanceRead) SetEnvironmentId(v string)
- func (o *ResourceInstanceRead) SetId(v string)
- func (o *ResourceInstanceRead) SetKey(v string)
- func (o *ResourceInstanceRead) SetOrganizationId(v string)
- func (o *ResourceInstanceRead) SetProjectId(v string)
- func (o *ResourceInstanceRead) SetResource(v string)
- func (o *ResourceInstanceRead) SetResourceId(v string)
- func (o *ResourceInstanceRead) SetTenant(v string)
- func (o *ResourceInstanceRead) SetTenantId(v string)
- func (o *ResourceInstanceRead) SetUpdatedAt(v time.Time)
- type ResourceInstanceUpdate
- func (o *ResourceInstanceUpdate) GetAttributes() map[string]interface{}
- func (o *ResourceInstanceUpdate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ResourceInstanceUpdate) HasAttributes() bool
- func (o ResourceInstanceUpdate) MarshalJSON() ([]byte, error)
- func (o *ResourceInstanceUpdate) SetAttributes(v map[string]interface{})
- type ResourceRead
- func (o *ResourceRead) GetActions() map[string]ActionBlockRead
- func (o *ResourceRead) GetActionsOk() (*map[string]ActionBlockRead, bool)
- func (o *ResourceRead) GetAttributes() map[string]AttributeBlockRead
- func (o *ResourceRead) GetAttributesOk() (*map[string]AttributeBlockRead, bool)
- func (o *ResourceRead) GetCreatedAt() time.Time
- func (o *ResourceRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceRead) GetDescription() string
- func (o *ResourceRead) GetDescriptionOk() (*string, bool)
- func (o *ResourceRead) GetEnvironmentId() string
- func (o *ResourceRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceRead) GetId() string
- func (o *ResourceRead) GetIdOk() (*string, bool)
- func (o *ResourceRead) GetKey() string
- func (o *ResourceRead) GetKeyOk() (*string, bool)
- func (o *ResourceRead) GetName() string
- func (o *ResourceRead) GetNameOk() (*string, bool)
- func (o *ResourceRead) GetOrganizationId() string
- func (o *ResourceRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceRead) GetProjectId() string
- func (o *ResourceRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceRead) GetUpdatedAt() time.Time
- func (o *ResourceRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceRead) GetUrn() string
- func (o *ResourceRead) GetUrnOk() (*string, bool)
- func (o *ResourceRead) HasActions() bool
- func (o *ResourceRead) HasAttributes() bool
- func (o *ResourceRead) HasDescription() bool
- func (o *ResourceRead) HasUrn() bool
- func (o ResourceRead) MarshalJSON() ([]byte, error)
- func (o *ResourceRead) SetActions(v map[string]ActionBlockRead)
- func (o *ResourceRead) SetAttributes(v map[string]AttributeBlockRead)
- func (o *ResourceRead) SetCreatedAt(v time.Time)
- func (o *ResourceRead) SetDescription(v string)
- func (o *ResourceRead) SetEnvironmentId(v string)
- func (o *ResourceRead) SetId(v string)
- func (o *ResourceRead) SetKey(v string)
- func (o *ResourceRead) SetName(v string)
- func (o *ResourceRead) SetOrganizationId(v string)
- func (o *ResourceRead) SetProjectId(v string)
- func (o *ResourceRead) SetUpdatedAt(v time.Time)
- func (o *ResourceRead) SetUrn(v string)
- type ResourceReplace
- func (o *ResourceReplace) GetActions() map[string]ActionBlockEditable
- func (o *ResourceReplace) GetActionsOk() (*map[string]ActionBlockEditable, bool)
- func (o *ResourceReplace) GetAttributes() map[string]AttributeBlockEditable
- func (o *ResourceReplace) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
- func (o *ResourceReplace) GetDescription() string
- func (o *ResourceReplace) GetDescriptionOk() (*string, bool)
- func (o *ResourceReplace) GetName() string
- func (o *ResourceReplace) GetNameOk() (*string, bool)
- func (o *ResourceReplace) GetUrn() string
- func (o *ResourceReplace) GetUrnOk() (*string, bool)
- func (o *ResourceReplace) HasAttributes() bool
- func (o *ResourceReplace) HasDescription() bool
- func (o *ResourceReplace) HasUrn() bool
- func (o ResourceReplace) MarshalJSON() ([]byte, error)
- func (o *ResourceReplace) SetActions(v map[string]ActionBlockEditable)
- func (o *ResourceReplace) SetAttributes(v map[string]AttributeBlockEditable)
- func (o *ResourceReplace) SetDescription(v string)
- func (o *ResourceReplace) SetName(v string)
- func (o *ResourceReplace) SetUrn(v string)
- type ResourceRoleCreate
- func (o *ResourceRoleCreate) GetDescription() string
- func (o *ResourceRoleCreate) GetDescriptionOk() (*string, bool)
- func (o *ResourceRoleCreate) GetExtends() []string
- func (o *ResourceRoleCreate) GetExtendsOk() ([]string, bool)
- func (o *ResourceRoleCreate) GetKey() string
- func (o *ResourceRoleCreate) GetKeyOk() (*string, bool)
- func (o *ResourceRoleCreate) GetName() string
- func (o *ResourceRoleCreate) GetNameOk() (*string, bool)
- func (o *ResourceRoleCreate) GetPermissions() []string
- func (o *ResourceRoleCreate) GetPermissionsOk() ([]string, bool)
- func (o *ResourceRoleCreate) HasDescription() bool
- func (o *ResourceRoleCreate) HasExtends() bool
- func (o *ResourceRoleCreate) HasPermissions() bool
- func (o ResourceRoleCreate) MarshalJSON() ([]byte, error)
- func (o *ResourceRoleCreate) SetDescription(v string)
- func (o *ResourceRoleCreate) SetExtends(v []string)
- func (o *ResourceRoleCreate) SetKey(v string)
- func (o *ResourceRoleCreate) SetName(v string)
- func (o *ResourceRoleCreate) SetPermissions(v []string)
- type ResourceRoleList
- type ResourceRoleRead
- func (o *ResourceRoleRead) GetCreatedAt() time.Time
- func (o *ResourceRoleRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceRoleRead) GetDescription() string
- func (o *ResourceRoleRead) GetDescriptionOk() (*string, bool)
- func (o *ResourceRoleRead) GetEnvironmentId() string
- func (o *ResourceRoleRead) GetEnvironmentIdOk() (*string, bool)
- func (o *ResourceRoleRead) GetExtends() []string
- func (o *ResourceRoleRead) GetExtendsOk() ([]string, bool)
- func (o *ResourceRoleRead) GetGrantedTo() DerivedRoleBlockRead
- func (o *ResourceRoleRead) GetGrantedToOk() (*DerivedRoleBlockRead, bool)
- func (o *ResourceRoleRead) GetId() string
- func (o *ResourceRoleRead) GetIdOk() (*string, bool)
- func (o *ResourceRoleRead) GetKey() string
- func (o *ResourceRoleRead) GetKeyOk() (*string, bool)
- func (o *ResourceRoleRead) GetName() string
- func (o *ResourceRoleRead) GetNameOk() (*string, bool)
- func (o *ResourceRoleRead) GetOrganizationId() string
- func (o *ResourceRoleRead) GetOrganizationIdOk() (*string, bool)
- func (o *ResourceRoleRead) GetPermissions() []string
- func (o *ResourceRoleRead) GetPermissionsOk() ([]string, bool)
- func (o *ResourceRoleRead) GetProjectId() string
- func (o *ResourceRoleRead) GetProjectIdOk() (*string, bool)
- func (o *ResourceRoleRead) GetResourceId() string
- func (o *ResourceRoleRead) GetResourceIdOk() (*string, bool)
- func (o *ResourceRoleRead) GetUpdatedAt() time.Time
- func (o *ResourceRoleRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceRoleRead) HasDescription() bool
- func (o *ResourceRoleRead) HasExtends() bool
- func (o *ResourceRoleRead) HasGrantedTo() bool
- func (o *ResourceRoleRead) HasPermissions() bool
- func (o ResourceRoleRead) MarshalJSON() ([]byte, error)
- func (o *ResourceRoleRead) SetCreatedAt(v time.Time)
- func (o *ResourceRoleRead) SetDescription(v string)
- func (o *ResourceRoleRead) SetEnvironmentId(v string)
- func (o *ResourceRoleRead) SetExtends(v []string)
- func (o *ResourceRoleRead) SetGrantedTo(v DerivedRoleBlockRead)
- func (o *ResourceRoleRead) SetId(v string)
- func (o *ResourceRoleRead) SetKey(v string)
- func (o *ResourceRoleRead) SetName(v string)
- func (o *ResourceRoleRead) SetOrganizationId(v string)
- func (o *ResourceRoleRead) SetPermissions(v []string)
- func (o *ResourceRoleRead) SetProjectId(v string)
- func (o *ResourceRoleRead) SetResourceId(v string)
- func (o *ResourceRoleRead) SetUpdatedAt(v time.Time)
- type ResourceRoleUpdate
- func (o *ResourceRoleUpdate) GetDescription() string
- func (o *ResourceRoleUpdate) GetDescriptionOk() (*string, bool)
- func (o *ResourceRoleUpdate) GetExtends() []string
- func (o *ResourceRoleUpdate) GetExtendsOk() ([]string, bool)
- func (o *ResourceRoleUpdate) GetName() string
- func (o *ResourceRoleUpdate) GetNameOk() (*string, bool)
- func (o *ResourceRoleUpdate) GetPermissions() []string
- func (o *ResourceRoleUpdate) GetPermissionsOk() ([]string, bool)
- func (o *ResourceRoleUpdate) HasDescription() bool
- func (o *ResourceRoleUpdate) HasExtends() bool
- func (o *ResourceRoleUpdate) HasName() bool
- func (o *ResourceRoleUpdate) HasPermissions() bool
- func (o ResourceRoleUpdate) MarshalJSON() ([]byte, error)
- func (o *ResourceRoleUpdate) SetDescription(v string)
- func (o *ResourceRoleUpdate) SetExtends(v []string)
- func (o *ResourceRoleUpdate) SetName(v string)
- func (o *ResourceRoleUpdate) SetPermissions(v []string)
- type ResourceSets
- func (o *ResourceSets) GetExclude() []string
- func (o *ResourceSets) GetExcludeOk() ([]string, bool)
- func (o *ResourceSets) GetInclude() []string
- func (o *ResourceSets) GetIncludeOk() ([]string, bool)
- func (o *ResourceSets) HasExclude() bool
- func (o *ResourceSets) HasInclude() bool
- func (o ResourceSets) MarshalJSON() ([]byte, error)
- func (o *ResourceSets) SetExclude(v []string)
- func (o *ResourceSets) SetInclude(v []string)
- func (o ResourceSets) ToMap() (map[string]interface{}, error)
- type ResourceUpdate
- func (o *ResourceUpdate) GetActions() map[string]ActionBlockEditable
- func (o *ResourceUpdate) GetActionsOk() (*map[string]ActionBlockEditable, bool)
- func (o *ResourceUpdate) GetAttributes() map[string]AttributeBlockEditable
- func (o *ResourceUpdate) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
- func (o *ResourceUpdate) GetDescription() string
- func (o *ResourceUpdate) GetDescriptionOk() (*string, bool)
- func (o *ResourceUpdate) GetName() string
- func (o *ResourceUpdate) GetNameOk() (*string, bool)
- func (o *ResourceUpdate) GetUrn() string
- func (o *ResourceUpdate) GetUrnOk() (*string, bool)
- func (o *ResourceUpdate) HasActions() bool
- func (o *ResourceUpdate) HasAttributes() bool
- func (o *ResourceUpdate) HasDescription() bool
- func (o *ResourceUpdate) HasName() bool
- func (o *ResourceUpdate) HasUrn() bool
- func (o ResourceUpdate) MarshalJSON() ([]byte, error)
- func (o *ResourceUpdate) SetActions(v map[string]ActionBlockEditable)
- func (o *ResourceUpdate) SetAttributes(v map[string]AttributeBlockEditable)
- func (o *ResourceUpdate) SetDescription(v string)
- func (o *ResourceUpdate) SetName(v string)
- func (o *ResourceUpdate) SetUrn(v string)
- type Resources
- func (o *Resources) GetExclude() []string
- func (o *Resources) GetExcludeOk() ([]string, bool)
- func (o *Resources) GetInclude() []string
- func (o *Resources) GetIncludeOk() ([]string, bool)
- func (o *Resources) HasExclude() bool
- func (o *Resources) HasInclude() bool
- func (o Resources) MarshalJSON() ([]byte, error)
- func (o *Resources) SetExclude(v []string)
- func (o *Resources) SetInclude(v []string)
- func (o Resources) ToMap() (map[string]interface{}, error)
- type ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet
- type ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet
- type RoleAssignmentCreate
- func (o *RoleAssignmentCreate) GetResourceInstance() string
- func (o *RoleAssignmentCreate) GetResourceInstanceOk() (*string, bool)
- func (o *RoleAssignmentCreate) GetRole() string
- func (o *RoleAssignmentCreate) GetRoleOk() (*string, bool)
- func (o *RoleAssignmentCreate) GetTenant() string
- func (o *RoleAssignmentCreate) GetTenantOk() (*string, bool)
- func (o *RoleAssignmentCreate) GetUser() string
- func (o *RoleAssignmentCreate) GetUserOk() (*string, bool)
- func (o *RoleAssignmentCreate) HasResourceInstance() bool
- func (o RoleAssignmentCreate) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentCreate) SetResourceInstance(v string)
- func (o *RoleAssignmentCreate) SetRole(v string)
- func (o *RoleAssignmentCreate) SetTenant(v string)
- func (o *RoleAssignmentCreate) SetUser(v string)
- func (o RoleAssignmentCreate) ToMap() (map[string]interface{}, error)
- func (o *RoleAssignmentCreate) UnmarshalJSON(data []byte) (err error)
- type RoleAssignmentDetailedRead
- func (o *RoleAssignmentDetailedRead) GetCreatedAt() time.Time
- func (o *RoleAssignmentDetailedRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *RoleAssignmentDetailedRead) GetEnvironmentId() string
- func (o *RoleAssignmentDetailedRead) GetEnvironmentIdOk() (*string, bool)
- func (o *RoleAssignmentDetailedRead) GetId() string
- func (o *RoleAssignmentDetailedRead) GetIdOk() (*string, bool)
- func (o *RoleAssignmentDetailedRead) GetOrganizationId() string
- func (o *RoleAssignmentDetailedRead) GetOrganizationIdOk() (*string, bool)
- func (o *RoleAssignmentDetailedRead) GetProjectId() string
- func (o *RoleAssignmentDetailedRead) GetProjectIdOk() (*string, bool)
- func (o *RoleAssignmentDetailedRead) GetResourceInstance() RoleAssignmentResourceInstance
- func (o *RoleAssignmentDetailedRead) GetResourceInstanceOk() (*RoleAssignmentResourceInstance, bool)
- func (o *RoleAssignmentDetailedRead) GetRole() RoleAssignmentRole
- func (o *RoleAssignmentDetailedRead) GetRoleOk() (*RoleAssignmentRole, bool)
- func (o *RoleAssignmentDetailedRead) GetTenant() RoleAssignmentTenant
- func (o *RoleAssignmentDetailedRead) GetTenantOk() (*RoleAssignmentTenant, bool)
- func (o *RoleAssignmentDetailedRead) GetUser() RoleAssignmentUser
- func (o *RoleAssignmentDetailedRead) GetUserOk() (*RoleAssignmentUser, bool)
- func (o *RoleAssignmentDetailedRead) HasResourceInstance() bool
- func (o RoleAssignmentDetailedRead) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentDetailedRead) SetCreatedAt(v time.Time)
- func (o *RoleAssignmentDetailedRead) SetEnvironmentId(v string)
- func (o *RoleAssignmentDetailedRead) SetId(v string)
- func (o *RoleAssignmentDetailedRead) SetOrganizationId(v string)
- func (o *RoleAssignmentDetailedRead) SetProjectId(v string)
- func (o *RoleAssignmentDetailedRead) SetResourceInstance(v RoleAssignmentResourceInstance)
- func (o *RoleAssignmentDetailedRead) SetRole(v RoleAssignmentRole)
- func (o *RoleAssignmentDetailedRead) SetTenant(v RoleAssignmentTenant)
- func (o *RoleAssignmentDetailedRead) SetUser(v RoleAssignmentUser)
- func (o RoleAssignmentDetailedRead) ToMap() (map[string]interface{}, error)
- func (o *RoleAssignmentDetailedRead) UnmarshalJSON(data []byte) (err error)
- type RoleAssignmentRead
- func (o *RoleAssignmentRead) GetCreatedAt() time.Time
- func (o *RoleAssignmentRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *RoleAssignmentRead) GetEnvironmentId() string
- func (o *RoleAssignmentRead) GetEnvironmentIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetId() string
- func (o *RoleAssignmentRead) GetIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetOrganizationId() string
- func (o *RoleAssignmentRead) GetOrganizationIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetProjectId() string
- func (o *RoleAssignmentRead) GetProjectIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetResourceInstance() string
- func (o *RoleAssignmentRead) GetResourceInstanceId() string
- func (o *RoleAssignmentRead) GetResourceInstanceIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetResourceInstanceOk() (*string, bool)
- func (o *RoleAssignmentRead) GetRole() string
- func (o *RoleAssignmentRead) GetRoleId() string
- func (o *RoleAssignmentRead) GetRoleIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetRoleOk() (*string, bool)
- func (o *RoleAssignmentRead) GetTenant() string
- func (o *RoleAssignmentRead) GetTenantId() string
- func (o *RoleAssignmentRead) GetTenantIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetTenantOk() (*string, bool)
- func (o *RoleAssignmentRead) GetUser() string
- func (o *RoleAssignmentRead) GetUserId() string
- func (o *RoleAssignmentRead) GetUserIdOk() (*string, bool)
- func (o *RoleAssignmentRead) GetUserOk() (*string, bool)
- func (o *RoleAssignmentRead) HasResourceInstance() bool
- func (o *RoleAssignmentRead) HasResourceInstanceId() bool
- func (o RoleAssignmentRead) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentRead) SetCreatedAt(v time.Time)
- func (o *RoleAssignmentRead) SetEnvironmentId(v string)
- func (o *RoleAssignmentRead) SetId(v string)
- func (o *RoleAssignmentRead) SetOrganizationId(v string)
- func (o *RoleAssignmentRead) SetProjectId(v string)
- func (o *RoleAssignmentRead) SetResourceInstance(v string)
- func (o *RoleAssignmentRead) SetResourceInstanceId(v string)
- func (o *RoleAssignmentRead) SetRole(v string)
- func (o *RoleAssignmentRead) SetRoleId(v string)
- func (o *RoleAssignmentRead) SetTenant(v string)
- func (o *RoleAssignmentRead) SetTenantId(v string)
- func (o *RoleAssignmentRead) SetUser(v string)
- func (o *RoleAssignmentRead) SetUserId(v string)
- func (o RoleAssignmentRead) ToMap() (map[string]interface{}, error)
- func (o *RoleAssignmentRead) UnmarshalJSON(data []byte) (err error)
- type RoleAssignmentRemove
- func (o *RoleAssignmentRemove) GetResourceInstance() string
- func (o *RoleAssignmentRemove) GetResourceInstanceOk() (*string, bool)
- func (o *RoleAssignmentRemove) GetRole() string
- func (o *RoleAssignmentRemove) GetRoleOk() (*string, bool)
- func (o *RoleAssignmentRemove) GetTenant() string
- func (o *RoleAssignmentRemove) GetTenantOk() (*string, bool)
- func (o *RoleAssignmentRemove) GetUser() string
- func (o *RoleAssignmentRemove) GetUserOk() (*string, bool)
- func (o *RoleAssignmentRemove) HasResourceInstance() bool
- func (o RoleAssignmentRemove) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentRemove) SetResourceInstance(v string)
- func (o *RoleAssignmentRemove) SetRole(v string)
- func (o *RoleAssignmentRemove) SetTenant(v string)
- func (o *RoleAssignmentRemove) SetUser(v string)
- func (o RoleAssignmentRemove) ToMap() (map[string]interface{}, error)
- func (o *RoleAssignmentRemove) UnmarshalJSON(data []byte) (err error)
- type RoleAssignmentResourceInstance
- func (o *RoleAssignmentResourceInstance) GetAttributes() map[string]interface{}
- func (o *RoleAssignmentResourceInstance) GetAttributesOk() (map[string]interface{}, bool)
- func (o *RoleAssignmentResourceInstance) GetId() string
- func (o *RoleAssignmentResourceInstance) GetIdOk() (*string, bool)
- func (o *RoleAssignmentResourceInstance) GetKey() string
- func (o *RoleAssignmentResourceInstance) GetKeyOk() (*string, bool)
- func (o *RoleAssignmentResourceInstance) GetResource() string
- func (o *RoleAssignmentResourceInstance) GetResourceOk() (*string, bool)
- func (o *RoleAssignmentResourceInstance) HasAttributes() bool
- func (o RoleAssignmentResourceInstance) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentResourceInstance) SetAttributes(v map[string]interface{})
- func (o *RoleAssignmentResourceInstance) SetId(v string)
- func (o *RoleAssignmentResourceInstance) SetKey(v string)
- func (o *RoleAssignmentResourceInstance) SetResource(v string)
- func (o RoleAssignmentResourceInstance) ToMap() (map[string]interface{}, error)
- func (o *RoleAssignmentResourceInstance) UnmarshalJSON(data []byte) (err error)
- type RoleAssignmentRole
- func (o *RoleAssignmentRole) GetId() string
- func (o *RoleAssignmentRole) GetIdOk() (*string, bool)
- func (o *RoleAssignmentRole) GetKey() string
- func (o *RoleAssignmentRole) GetKeyOk() (*string, bool)
- func (o RoleAssignmentRole) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentRole) SetId(v string)
- func (o *RoleAssignmentRole) SetKey(v string)
- func (o RoleAssignmentRole) ToMap() (map[string]interface{}, error)
- type RoleAssignmentTenant
- func (o *RoleAssignmentTenant) GetAttributes() map[string]interface{}
- func (o *RoleAssignmentTenant) GetAttributesOk() (map[string]interface{}, bool)
- func (o *RoleAssignmentTenant) GetId() string
- func (o *RoleAssignmentTenant) GetIdOk() (*string, bool)
- func (o *RoleAssignmentTenant) GetKey() string
- func (o *RoleAssignmentTenant) GetKeyOk() (*string, bool)
- func (o *RoleAssignmentTenant) GetName() string
- func (o *RoleAssignmentTenant) GetNameOk() (*string, bool)
- func (o *RoleAssignmentTenant) HasAttributes() bool
- func (o RoleAssignmentTenant) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentTenant) SetAttributes(v map[string]interface{})
- func (o *RoleAssignmentTenant) SetId(v string)
- func (o *RoleAssignmentTenant) SetKey(v string)
- func (o *RoleAssignmentTenant) SetName(v string)
- func (o RoleAssignmentTenant) ToMap() (map[string]interface{}, error)
- type RoleAssignmentUser
- func (o *RoleAssignmentUser) GetAttributes() map[string]interface{}
- func (o *RoleAssignmentUser) GetAttributesOk() (map[string]interface{}, bool)
- func (o *RoleAssignmentUser) GetEmail() string
- func (o *RoleAssignmentUser) GetEmailOk() (*string, bool)
- func (o *RoleAssignmentUser) GetFirstName() string
- func (o *RoleAssignmentUser) GetFirstNameOk() (*string, bool)
- func (o *RoleAssignmentUser) GetId() string
- func (o *RoleAssignmentUser) GetIdOk() (*string, bool)
- func (o *RoleAssignmentUser) GetKey() string
- func (o *RoleAssignmentUser) GetKeyOk() (*string, bool)
- func (o *RoleAssignmentUser) GetLastName() string
- func (o *RoleAssignmentUser) GetLastNameOk() (*string, bool)
- func (o *RoleAssignmentUser) HasAttributes() bool
- func (o *RoleAssignmentUser) HasEmail() bool
- func (o *RoleAssignmentUser) HasFirstName() bool
- func (o *RoleAssignmentUser) HasLastName() bool
- func (o RoleAssignmentUser) MarshalJSON() ([]byte, error)
- func (o *RoleAssignmentUser) SetAttributes(v map[string]interface{})
- func (o *RoleAssignmentUser) SetEmail(v string)
- func (o *RoleAssignmentUser) SetFirstName(v string)
- func (o *RoleAssignmentUser) SetId(v string)
- func (o *RoleAssignmentUser) SetKey(v string)
- func (o *RoleAssignmentUser) SetLastName(v string)
- func (o RoleAssignmentUser) ToMap() (map[string]interface{}, error)
- type RoleBlock
- func (o *RoleBlock) GetDescription() string
- func (o *RoleBlock) GetDescriptionOk() (*string, bool)
- func (o *RoleBlock) GetExtends() []string
- func (o *RoleBlock) GetExtendsOk() ([]string, bool)
- func (o *RoleBlock) GetPermissions() []string
- func (o *RoleBlock) GetPermissionsOk() ([]string, bool)
- func (o *RoleBlock) HasDescription() bool
- func (o *RoleBlock) HasExtends() bool
- func (o *RoleBlock) HasPermissions() bool
- func (o RoleBlock) MarshalJSON() ([]byte, error)
- func (o *RoleBlock) SetDescription(v string)
- func (o *RoleBlock) SetExtends(v []string)
- func (o *RoleBlock) SetPermissions(v []string)
- type RoleCreate
- func (o *RoleCreate) GetAttributes() map[string]string
- func (o *RoleCreate) GetDescription() string
- func (o *RoleCreate) GetDescriptionOk() (*string, bool)
- func (o *RoleCreate) GetExtends() []string
- func (o *RoleCreate) GetExtendsOk() ([]string, bool)
- func (o *RoleCreate) GetKey() string
- func (o *RoleCreate) GetKeyOk() (*string, bool)
- func (o *RoleCreate) GetName() string
- func (o *RoleCreate) GetNameOk() (*string, bool)
- func (o *RoleCreate) GetPermissions() []string
- func (o *RoleCreate) GetPermissionsOk() ([]string, bool)
- func (o *RoleCreate) HasDescription() bool
- func (o *RoleCreate) HasExtends() bool
- func (o *RoleCreate) HasPermissions() bool
- func (o RoleCreate) MarshalJSON() ([]byte, error)
- func (o *RoleCreate) SetAttributes(v map[string]string)
- func (o *RoleCreate) SetDescription(v string)
- func (o *RoleCreate) SetExtends(v []string)
- func (o *RoleCreate) SetKey(v string)
- func (o *RoleCreate) SetName(v string)
- func (o *RoleCreate) SetPermissions(v []string)
- type RoleData
- type RoleRead
- func (o *RoleRead) GetAttributes() map[string]string
- func (o *RoleRead) GetCreatedAt() time.Time
- func (o *RoleRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *RoleRead) GetDescription() string
- func (o *RoleRead) GetDescriptionOk() (*string, bool)
- func (o *RoleRead) GetEnvironmentId() string
- func (o *RoleRead) GetEnvironmentIdOk() (*string, bool)
- func (o *RoleRead) GetExtends() []string
- func (o *RoleRead) GetExtendsOk() ([]string, bool)
- func (o *RoleRead) GetId() string
- func (o *RoleRead) GetIdOk() (*string, bool)
- func (o *RoleRead) GetKey() string
- func (o *RoleRead) GetKeyOk() (*string, bool)
- func (o *RoleRead) GetName() string
- func (o *RoleRead) GetNameOk() (*string, bool)
- func (o *RoleRead) GetOrganizationId() string
- func (o *RoleRead) GetOrganizationIdOk() (*string, bool)
- func (o *RoleRead) GetPermissions() []string
- func (o *RoleRead) GetPermissionsOk() ([]string, bool)
- func (o *RoleRead) GetProjectId() string
- func (o *RoleRead) GetProjectIdOk() (*string, bool)
- func (o *RoleRead) GetUpdatedAt() time.Time
- func (o *RoleRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *RoleRead) HasDescription() bool
- func (o *RoleRead) HasExtends() bool
- func (o *RoleRead) HasPermissions() bool
- func (o RoleRead) MarshalJSON() ([]byte, error)
- func (o *RoleRead) SetCreatedAt(v time.Time)
- func (o *RoleRead) SetDescription(v string)
- func (o *RoleRead) SetEnvironmentId(v string)
- func (o *RoleRead) SetExtends(v []string)
- func (o *RoleRead) SetId(v string)
- func (o *RoleRead) SetKey(v string)
- func (o *RoleRead) SetName(v string)
- func (o *RoleRead) SetOrganizationId(v string)
- func (o *RoleRead) SetPermissions(v []string)
- func (o *RoleRead) SetProjectId(v string)
- func (o *RoleRead) SetUpdatedAt(v time.Time)
- type RoleUpdate
- func (o *RoleUpdate) GetAttributes() map[string]string
- func (o *RoleUpdate) GetDescription() string
- func (o *RoleUpdate) GetDescriptionOk() (*string, bool)
- func (o *RoleUpdate) GetExtends() []string
- func (o *RoleUpdate) GetExtendsOk() ([]string, bool)
- func (o *RoleUpdate) GetName() string
- func (o *RoleUpdate) GetNameOk() (*string, bool)
- func (o *RoleUpdate) GetPermissions() []string
- func (o *RoleUpdate) GetPermissionsOk() ([]string, bool)
- func (o *RoleUpdate) HasDescription() bool
- func (o *RoleUpdate) HasExtends() bool
- func (o *RoleUpdate) HasName() bool
- func (o *RoleUpdate) HasPermissions() bool
- func (o RoleUpdate) MarshalJSON() ([]byte, error)
- func (o *RoleUpdate) SetAttributes(v map[string]string)
- func (o *RoleUpdate) SetDescription(v string)
- func (o *RoleUpdate) SetExtends(v []string)
- func (o *RoleUpdate) SetName(v string)
- func (o *RoleUpdate) SetPermissions(v []string)
- type Roles
- type SSHAuthData
- func (o *SSHAuthData) GetAuthType() string
- func (o *SSHAuthData) GetAuthTypeOk() (*string, bool)
- func (o *SSHAuthData) GetPrivateKey() string
- func (o *SSHAuthData) GetPrivateKeyOk() (*string, bool)
- func (o *SSHAuthData) GetPublicKey() string
- func (o *SSHAuthData) GetPublicKeyOk() (*string, bool)
- func (o *SSHAuthData) GetUsername() string
- func (o *SSHAuthData) GetUsernameOk() (*string, bool)
- func (o *SSHAuthData) HasAuthType() bool
- func (o *SSHAuthData) HasPublicKey() bool
- func (o SSHAuthData) MarshalJSON() ([]byte, error)
- func (o *SSHAuthData) SetAuthType(v string)
- func (o *SSHAuthData) SetPrivateKey(v string)
- func (o *SSHAuthData) SetPublicKey(v string)
- func (o *SSHAuthData) SetUsername(v string)
- type Scope
- func (o *Scope) GetResourceSets() ResourceSets
- func (o *Scope) GetResourceSetsOk() (*ResourceSets, bool)
- func (o *Scope) GetResources() Resources
- func (o *Scope) GetResourcesOk() (*Resources, bool)
- func (o *Scope) GetRoles() Roles
- func (o *Scope) GetRolesOk() (*Roles, bool)
- func (o *Scope) GetUserSets() UserSets
- func (o *Scope) GetUserSetsOk() (*UserSets, bool)
- func (o *Scope) HasResourceSets() bool
- func (o *Scope) HasResources() bool
- func (o *Scope) HasRoles() bool
- func (o *Scope) HasUserSets() bool
- func (o Scope) MarshalJSON() ([]byte, error)
- func (o *Scope) SetResourceSets(v ResourceSets)
- func (o *Scope) SetResources(v Resources)
- func (o *Scope) SetRoles(v Roles)
- func (o *Scope) SetUserSets(v UserSets)
- func (o Scope) ToMap() (map[string]interface{}, error)
- type Settings
- type Statistics
- func (o *Statistics) GetHasDecisionLogs() bool
- func (o *Statistics) GetHasDecisionLogsOk() (*bool, bool)
- func (o *Statistics) GetPolicies() int32
- func (o *Statistics) GetPoliciesOk() (*int32, bool)
- func (o *Statistics) GetResources() int32
- func (o *Statistics) GetResourcesOk() (*int32, bool)
- func (o *Statistics) GetRoles() int32
- func (o *Statistics) GetRolesOk() (*int32, bool)
- func (o *Statistics) GetTenants() int32
- func (o *Statistics) GetTenantsOk() (*int32, bool)
- func (o *Statistics) GetUsers() int32
- func (o *Statistics) GetUsersOk() (*int32, bool)
- func (o Statistics) MarshalJSON() ([]byte, error)
- func (o *Statistics) SetHasDecisionLogs(v bool)
- func (o *Statistics) SetPolicies(v int32)
- func (o *Statistics) SetResources(v int32)
- func (o *Statistics) SetRoles(v int32)
- func (o *Statistics) SetTenants(v int32)
- func (o *Statistics) SetUsers(v int32)
- type StrippedRelationBlockRead
- func (o *StrippedRelationBlockRead) GetDescription() string
- func (o *StrippedRelationBlockRead) GetDescriptionOk() (*string, bool)
- func (o *StrippedRelationBlockRead) GetKey() string
- func (o *StrippedRelationBlockRead) GetKeyOk() (*string, bool)
- func (o *StrippedRelationBlockRead) GetName() string
- func (o *StrippedRelationBlockRead) GetNameOk() (*string, bool)
- func (o *StrippedRelationBlockRead) HasDescription() bool
- func (o StrippedRelationBlockRead) MarshalJSON() ([]byte, error)
- func (o *StrippedRelationBlockRead) SetDescription(v string)
- func (o *StrippedRelationBlockRead) SetKey(v string)
- func (o *StrippedRelationBlockRead) SetName(v string)
- func (o StrippedRelationBlockRead) ToMap() (map[string]interface{}, error)
- type TargetEnv
- func (o *TargetEnv) GetExisting() string
- func (o *TargetEnv) GetExistingOk() (*string, bool)
- func (o *TargetEnv) GetNew() New
- func (o *TargetEnv) GetNewOk() (*New, bool)
- func (o *TargetEnv) HasExisting() bool
- func (o *TargetEnv) HasNew() bool
- func (o TargetEnv) MarshalJSON() ([]byte, error)
- func (o *TargetEnv) SetExisting(v string)
- func (o *TargetEnv) SetNew(v New)
- func (o TargetEnv) ToMap() (map[string]interface{}, error)
- type TenantBlockRead
- func (o *TenantBlockRead) GetAttributes() map[string]interface{}
- func (o *TenantBlockRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *TenantBlockRead) GetDescription() string
- func (o *TenantBlockRead) GetDescriptionOk() (*string, bool)
- func (o *TenantBlockRead) GetKey() string
- func (o *TenantBlockRead) GetKeyOk() (*string, bool)
- func (o *TenantBlockRead) GetName() string
- func (o *TenantBlockRead) GetNameOk() (*string, bool)
- func (o *TenantBlockRead) HasAttributes() bool
- func (o *TenantBlockRead) HasDescription() bool
- func (o TenantBlockRead) MarshalJSON() ([]byte, error)
- func (o *TenantBlockRead) SetAttributes(v map[string]interface{})
- func (o *TenantBlockRead) SetDescription(v string)
- func (o *TenantBlockRead) SetKey(v string)
- func (o *TenantBlockRead) SetName(v string)
- func (o TenantBlockRead) ToMap() (map[string]interface{}, error)
- type TenantCreate
- func (o *TenantCreate) GetAttributes() map[string]interface{}
- func (o *TenantCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *TenantCreate) GetDescription() string
- func (o *TenantCreate) GetDescriptionOk() (*string, bool)
- func (o *TenantCreate) GetKey() string
- func (o *TenantCreate) GetKeyOk() (*string, bool)
- func (o *TenantCreate) GetName() string
- func (o *TenantCreate) GetNameOk() (*string, bool)
- func (o *TenantCreate) HasAttributes() bool
- func (o *TenantCreate) HasDescription() bool
- func (o TenantCreate) MarshalJSON() ([]byte, error)
- func (o *TenantCreate) SetAttributes(v map[string]interface{})
- func (o *TenantCreate) SetDescription(v string)
- func (o *TenantCreate) SetKey(v string)
- func (o *TenantCreate) SetName(v string)
- type TenantRead
- func (o *TenantRead) GetAttributes() map[string]interface{}
- func (o *TenantRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *TenantRead) GetCreatedAt() time.Time
- func (o *TenantRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *TenantRead) GetDescription() string
- func (o *TenantRead) GetDescriptionOk() (*string, bool)
- func (o *TenantRead) GetEnvironmentId() string
- func (o *TenantRead) GetEnvironmentIdOk() (*string, bool)
- func (o *TenantRead) GetId() string
- func (o *TenantRead) GetIdOk() (*string, bool)
- func (o *TenantRead) GetKey() string
- func (o *TenantRead) GetKeyOk() (*string, bool)
- func (o *TenantRead) GetLastActionAt() time.Time
- func (o *TenantRead) GetLastActionAtOk() (*time.Time, bool)
- func (o *TenantRead) GetName() string
- func (o *TenantRead) GetNameOk() (*string, bool)
- func (o *TenantRead) GetOrganizationId() string
- func (o *TenantRead) GetOrganizationIdOk() (*string, bool)
- func (o *TenantRead) GetProjectId() string
- func (o *TenantRead) GetProjectIdOk() (*string, bool)
- func (o *TenantRead) GetUpdatedAt() time.Time
- func (o *TenantRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *TenantRead) HasAttributes() bool
- func (o *TenantRead) HasDescription() bool
- func (o TenantRead) MarshalJSON() ([]byte, error)
- func (o *TenantRead) SetAttributes(v map[string]interface{})
- func (o *TenantRead) SetCreatedAt(v time.Time)
- func (o *TenantRead) SetDescription(v string)
- func (o *TenantRead) SetEnvironmentId(v string)
- func (o *TenantRead) SetId(v string)
- func (o *TenantRead) SetKey(v string)
- func (o *TenantRead) SetLastActionAt(v time.Time)
- func (o *TenantRead) SetName(v string)
- func (o *TenantRead) SetOrganizationId(v string)
- func (o *TenantRead) SetProjectId(v string)
- func (o *TenantRead) SetUpdatedAt(v time.Time)
- type TenantUpdate
- func (o *TenantUpdate) GetAttributes() map[string]interface{}
- func (o *TenantUpdate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *TenantUpdate) GetDescription() string
- func (o *TenantUpdate) GetDescriptionOk() (*string, bool)
- func (o *TenantUpdate) GetName() string
- func (o *TenantUpdate) GetNameOk() (*string, bool)
- func (o *TenantUpdate) HasAttributes() bool
- func (o *TenantUpdate) HasDescription() bool
- func (o *TenantUpdate) HasName() bool
- func (o TenantUpdate) MarshalJSON() ([]byte, error)
- func (o *TenantUpdate) SetAttributes(v map[string]interface{})
- func (o *TenantUpdate) SetDescription(v string)
- func (o *TenantUpdate) SetName(v string)
- type UrlMatchType
- type UserCreate
- func (o *UserCreate) GetAttributes() map[string]interface{}
- func (o *UserCreate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UserCreate) GetEmail() string
- func (o *UserCreate) GetEmailOk() (*string, bool)
- func (o *UserCreate) GetFirstName() string
- func (o *UserCreate) GetFirstNameOk() (*string, bool)
- func (o *UserCreate) GetKey() string
- func (o *UserCreate) GetKeyOk() (*string, bool)
- func (o *UserCreate) GetLastName() string
- func (o *UserCreate) GetLastNameOk() (*string, bool)
- func (o *UserCreate) HasAttributes() bool
- func (o *UserCreate) HasEmail() bool
- func (o *UserCreate) HasFirstName() bool
- func (o *UserCreate) HasLastName() bool
- func (o UserCreate) MarshalJSON() ([]byte, error)
- func (o *UserCreate) SetAttributes(v map[string]interface{})
- func (o *UserCreate) SetEmail(v string)
- func (o *UserCreate) SetFirstName(v string)
- func (o *UserCreate) SetKey(v string)
- func (o *UserCreate) SetLastName(v string)
- type UserData
- func (o *UserData) GetAttributes() map[string]Attributes
- func (o *UserData) GetAttributesOk() (*map[string]Attributes, bool)
- func (o *UserData) GetRoleAssignments() map[string][]string
- func (o *UserData) GetRoleAssignmentsOk() (*map[string][]string, bool)
- func (o *UserData) HasAttributes() bool
- func (o *UserData) HasRoleAssignments() bool
- func (o UserData) MarshalJSON() ([]byte, error)
- func (o *UserData) SetAttributes(v map[string]Attributes)
- func (o *UserData) SetRoleAssignments(v map[string][]string)
- type UserLoginRequestInput
- func (o *UserLoginRequestInput) GetTenantId() string
- func (o *UserLoginRequestInput) GetTenantIdOk() (*string, bool)
- func (o *UserLoginRequestInput) GetUserId() string
- func (o *UserLoginRequestInput) GetUserIdOk() (*string, bool)
- func (o UserLoginRequestInput) MarshalJSON() ([]byte, error)
- func (o *UserLoginRequestInput) SetTenantId(v string)
- func (o *UserLoginRequestInput) SetUserId(v string)
- type UserRead
- func (o *UserRead) GetAttributes() map[string]interface{}
- func (o *UserRead) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UserRead) GetEmail() string
- func (o *UserRead) GetEmailOk() (*string, bool)
- func (o *UserRead) GetEnvironmentId() string
- func (o *UserRead) GetEnvironmentIdOk() (*string, bool)
- func (o *UserRead) GetFirstName() string
- func (o *UserRead) GetFirstNameOk() (*string, bool)
- func (o *UserRead) GetId() string
- func (o *UserRead) GetIdOk() (*string, bool)
- func (o *UserRead) GetKey() string
- func (o *UserRead) GetKeyOk() (*string, bool)
- func (o *UserRead) GetLastName() string
- func (o *UserRead) GetLastNameOk() (*string, bool)
- func (o *UserRead) GetOrganizationId() string
- func (o *UserRead) GetOrganizationIdOk() (*string, bool)
- func (o *UserRead) GetProjectId() string
- func (o *UserRead) GetProjectIdOk() (*string, bool)
- func (o *UserRead) GetRoles() []UserRole
- func (o *UserRead) GetRolesOk() ([]UserRole, bool)
- func (o *UserRead) HasAttributes() bool
- func (o *UserRead) HasEmail() bool
- func (o *UserRead) HasFirstName() bool
- func (o *UserRead) HasLastName() bool
- func (o *UserRead) HasRoles() bool
- func (o UserRead) MarshalJSON() ([]byte, error)
- func (o *UserRead) SetAttributes(v map[string]interface{})
- func (o *UserRead) SetEmail(v string)
- func (o *UserRead) SetEnvironmentId(v string)
- func (o *UserRead) SetFirstName(v string)
- func (o *UserRead) SetId(v string)
- func (o *UserRead) SetKey(v string)
- func (o *UserRead) SetLastName(v string)
- func (o *UserRead) SetOrganizationId(v string)
- func (o *UserRead) SetProjectId(v string)
- func (o *UserRead) SetRoles(v []UserRole)
- type UserRole
- type UserRoleCreate
- func (o *UserRoleCreate) GetResourceInstance() string
- func (o *UserRoleCreate) GetResourceInstanceOk() (*string, bool)
- func (o *UserRoleCreate) GetRole() string
- func (o *UserRoleCreate) GetRoleOk() (*string, bool)
- func (o *UserRoleCreate) GetTenant() string
- func (o *UserRoleCreate) GetTenantOk() (*string, bool)
- func (o *UserRoleCreate) HasResourceInstance() bool
- func (o UserRoleCreate) MarshalJSON() ([]byte, error)
- func (o *UserRoleCreate) SetResourceInstance(v string)
- func (o *UserRoleCreate) SetRole(v string)
- func (o *UserRoleCreate) SetTenant(v string)
- func (o UserRoleCreate) ToMap() (map[string]interface{}, error)
- func (o *UserRoleCreate) UnmarshalJSON(data []byte) (err error)
- type UserRoleRemove
- func (o *UserRoleRemove) GetResourceInstance() string
- func (o *UserRoleRemove) GetResourceInstanceOk() (*string, bool)
- func (o *UserRoleRemove) GetRole() string
- func (o *UserRoleRemove) GetRoleOk() (*string, bool)
- func (o *UserRoleRemove) GetTenant() string
- func (o *UserRoleRemove) GetTenantOk() (*string, bool)
- func (o *UserRoleRemove) HasResourceInstance() bool
- func (o UserRoleRemove) MarshalJSON() ([]byte, error)
- func (o *UserRoleRemove) SetResourceInstance(v string)
- func (o *UserRoleRemove) SetRole(v string)
- func (o *UserRoleRemove) SetTenant(v string)
- type UserSets
- func (o *UserSets) GetExclude() []string
- func (o *UserSets) GetExcludeOk() ([]string, bool)
- func (o *UserSets) GetInclude() []string
- func (o *UserSets) GetIncludeOk() ([]string, bool)
- func (o *UserSets) HasExclude() bool
- func (o *UserSets) HasInclude() bool
- func (o UserSets) MarshalJSON() ([]byte, error)
- func (o *UserSets) SetExclude(v []string)
- func (o *UserSets) SetInclude(v []string)
- func (o UserSets) ToMap() (map[string]interface{}, error)
- type UserUpdate
- func (o *UserUpdate) GetAttributes() map[string]interface{}
- func (o *UserUpdate) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UserUpdate) GetEmail() string
- func (o *UserUpdate) GetEmailOk() (*string, bool)
- func (o *UserUpdate) GetFirstName() string
- func (o *UserUpdate) GetFirstNameOk() (*string, bool)
- func (o *UserUpdate) GetLastName() string
- func (o *UserUpdate) GetLastNameOk() (*string, bool)
- func (o *UserUpdate) HasAttributes() bool
- func (o *UserUpdate) HasEmail() bool
- func (o *UserUpdate) HasFirstName() bool
- func (o *UserUpdate) HasLastName() bool
- func (o UserUpdate) MarshalJSON() ([]byte, error)
- func (o *UserUpdate) SetAttributes(v map[string]interface{})
- func (o *UserUpdate) SetEmail(v string)
- func (o *UserUpdate) SetFirstName(v string)
- func (o *UserUpdate) SetLastName(v string)
- type ValidationError
- func (o *ValidationError) GetLoc() []LocationInner
- func (o *ValidationError) GetLocOk() ([]LocationInner, bool)
- func (o *ValidationError) GetMsg() string
- func (o *ValidationError) GetMsgOk() (*string, bool)
- func (o *ValidationError) GetType() string
- func (o *ValidationError) GetTypeOk() (*string, bool)
- func (o ValidationError) MarshalJSON() ([]byte, error)
- func (o *ValidationError) SetLoc(v []LocationInner)
- func (o *ValidationError) SetMsg(v string)
- func (o *ValidationError) SetType(v string)
- type WebhookCreate
- func (o *WebhookCreate) GetBearerToken() string
- func (o *WebhookCreate) GetBearerTokenOk() (*string, bool)
- func (o *WebhookCreate) GetUrl() string
- func (o *WebhookCreate) GetUrlOk() (*string, bool)
- func (o *WebhookCreate) HasBearerToken() bool
- func (o WebhookCreate) MarshalJSON() ([]byte, error)
- func (o *WebhookCreate) SetBearerToken(v string)
- func (o *WebhookCreate) SetUrl(v string)
- type WebhookRead
- func (o *WebhookRead) GetCreatedAt() time.Time
- func (o *WebhookRead) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookRead) GetEnvironmentId() string
- func (o *WebhookRead) GetEnvironmentIdOk() (*string, bool)
- func (o *WebhookRead) GetId() string
- func (o *WebhookRead) GetIdOk() (*string, bool)
- func (o *WebhookRead) GetOrganizationId() string
- func (o *WebhookRead) GetOrganizationIdOk() (*string, bool)
- func (o *WebhookRead) GetProjectId() string
- func (o *WebhookRead) GetProjectIdOk() (*string, bool)
- func (o *WebhookRead) GetUpdatedAt() time.Time
- func (o *WebhookRead) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WebhookRead) GetUrl() string
- func (o *WebhookRead) GetUrlOk() (*string, bool)
- func (o WebhookRead) MarshalJSON() ([]byte, error)
- func (o *WebhookRead) SetCreatedAt(v time.Time)
- func (o *WebhookRead) SetEnvironmentId(v string)
- func (o *WebhookRead) SetId(v string)
- func (o *WebhookRead) SetOrganizationId(v string)
- func (o *WebhookRead) SetProjectId(v string)
- func (o *WebhookRead) SetUpdatedAt(v time.Time)
- func (o *WebhookRead) SetUrl(v string)
- type WebhookUpdate
- func (o *WebhookUpdate) GetBearerToken() string
- func (o *WebhookUpdate) GetBearerTokenOk() (*string, bool)
- func (o *WebhookUpdate) GetUrl() string
- func (o *WebhookUpdate) GetUrlOk() (*string, bool)
- func (o *WebhookUpdate) HasBearerToken() bool
- func (o *WebhookUpdate) HasUrl() bool
- func (o WebhookUpdate) MarshalJSON() ([]byte, error)
- func (o *WebhookUpdate) SetBearerToken(v string)
- func (o *WebhookUpdate) SetUrl(v string)
Constants ¶
This section is empty.
Variables ¶
var AllowedAPIKeyOwnerTypeEnumValues = []APIKeyOwnerType{
"pdp_config",
"member",
"elements",
}
All allowed values of APIKeyOwnerType enum
var AllowedAttributeTypeEnumValues = []AttributeType{
"bool",
"number",
"string",
"time",
"array",
"json",
}
All allowed values of AttributeType enum
var AllowedAuthMechanismEnumValues = []AuthMechanism{
"Bearer",
"Basic",
"Headers",
}
All allowed values of AuthMechanism enum
var AllowedConditionSetTypeEnumValues = []ConditionSetType{
"userset",
"resourceset",
}
All allowed values of ConditionSetType enum
var AllowedElementsPermissionLevelEnumValues = []ElementsPermissionLevel{
"LEVEL_1",
"LEVEL_2",
"LEVEL_3",
"LEVEL_4",
"HIDDEN",
"UNCONFIGURED",
}
All allowed values of ElementsPermissionLevel enum
var AllowedElementsTypeEnumValues = []ElementsType{
"user_management",
"audit_log",
"approval_flow",
}
All allowed values of ElementsType enum
var AllowedInviteStatusEnumValues = []InviteStatus{
"pending",
"accepted",
"failed",
"canceled",
}
All allowed values of InviteStatus enum
var AllowedMemberAccessLevelEnumValues = []MemberAccessLevel{
"read",
"write",
"admin",
}
All allowed values of MemberAccessLevel enum
var AllowedMemberAccessObjEnumValues = []MemberAccessObj{
"org",
"project",
"env",
}
All allowed values of MemberAccessObj enum
var AllowedMethodsEnumValues = []Methods{
"get",
"post",
"put",
"patch",
"delete",
"head",
"options",
}
All allowed values of Methods enum
var AllowedOnboardingStepEnumValues = []OnboardingStep{
"create_organization",
"create_project",
"create_resource",
"create_actions",
"assign_permissions",
"assign_user_roles",
"connect_sdk",
"done",
}
All allowed values of OnboardingStep enum
var AllowedPolicyRepoStatusEnumValues = []PolicyRepoStatus{
"invalid",
"pending",
"valid",
}
All allowed values of PolicyRepoStatus enum
var AllowedProgrammingLanguageEnumValues = []ProgrammingLanguage{
"javascript",
"python",
"dotnet",
"java",
"kong_gateway",
}
All allowed values of ProgrammingLanguage enum
Functions ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIKeyCreate ¶
type APIKeyCreate struct { OrganizationId string `json:"organization_id"` ProjectId *string `json:"project_id,omitempty"` EnvironmentId *string `json:"environment_id,omitempty"` ObjectType *MemberAccessObj `json:"object_type,omitempty"` AccessLevel *MemberAccessLevel `json:"access_level,omitempty"` OwnerType *APIKeyOwnerType `json:"owner_type,omitempty"` }
APIKeyCreate struct for APIKeyCreate
func NewAPIKeyCreate ¶
func NewAPIKeyCreate(organizationId string) *APIKeyCreate
NewAPIKeyCreate instantiates a new APIKeyCreate 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 NewAPIKeyCreateWithDefaults ¶
func NewAPIKeyCreateWithDefaults() *APIKeyCreate
NewAPIKeyCreateWithDefaults instantiates a new APIKeyCreate 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 (*APIKeyCreate) GetAccessLevel ¶
func (o *APIKeyCreate) GetAccessLevel() MemberAccessLevel
GetAccessLevel returns the AccessLevel field value if set, zero value otherwise.
func (*APIKeyCreate) GetAccessLevelOk ¶
func (o *APIKeyCreate) GetAccessLevelOk() (*MemberAccessLevel, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyCreate) GetEnvironmentId ¶
func (o *APIKeyCreate) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*APIKeyCreate) GetEnvironmentIdOk ¶
func (o *APIKeyCreate) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyCreate) GetObjectType ¶
func (o *APIKeyCreate) GetObjectType() MemberAccessObj
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*APIKeyCreate) GetObjectTypeOk ¶
func (o *APIKeyCreate) GetObjectTypeOk() (*MemberAccessObj, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyCreate) GetOrganizationId ¶
func (o *APIKeyCreate) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*APIKeyCreate) GetOrganizationIdOk ¶
func (o *APIKeyCreate) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*APIKeyCreate) GetOwnerType ¶
func (o *APIKeyCreate) GetOwnerType() APIKeyOwnerType
GetOwnerType returns the OwnerType field value if set, zero value otherwise.
func (*APIKeyCreate) GetOwnerTypeOk ¶
func (o *APIKeyCreate) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyCreate) GetProjectId ¶
func (o *APIKeyCreate) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*APIKeyCreate) GetProjectIdOk ¶
func (o *APIKeyCreate) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyCreate) HasAccessLevel ¶
func (o *APIKeyCreate) HasAccessLevel() bool
HasAccessLevel returns a boolean if a field has been set.
func (*APIKeyCreate) HasEnvironmentId ¶
func (o *APIKeyCreate) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*APIKeyCreate) HasObjectType ¶
func (o *APIKeyCreate) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*APIKeyCreate) HasOwnerType ¶
func (o *APIKeyCreate) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.
func (*APIKeyCreate) HasProjectId ¶
func (o *APIKeyCreate) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (APIKeyCreate) MarshalJSON ¶
func (o APIKeyCreate) MarshalJSON() ([]byte, error)
func (*APIKeyCreate) SetAccessLevel ¶
func (o *APIKeyCreate) SetAccessLevel(v MemberAccessLevel)
SetAccessLevel gets a reference to the given MemberAccessLevel and assigns it to the AccessLevel field.
func (*APIKeyCreate) SetEnvironmentId ¶
func (o *APIKeyCreate) SetEnvironmentId(v string)
SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.
func (*APIKeyCreate) SetObjectType ¶
func (o *APIKeyCreate) SetObjectType(v MemberAccessObj)
SetObjectType gets a reference to the given MemberAccessObj and assigns it to the ObjectType field.
func (*APIKeyCreate) SetOrganizationId ¶
func (o *APIKeyCreate) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*APIKeyCreate) SetOwnerType ¶
func (o *APIKeyCreate) SetOwnerType(v APIKeyOwnerType)
SetOwnerType gets a reference to the given APIKeyOwnerType and assigns it to the OwnerType field.
func (*APIKeyCreate) SetProjectId ¶
func (o *APIKeyCreate) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
type APIKeyOwnerType ¶
type APIKeyOwnerType string
APIKeyOwnerType An enumeration.
const ( PDP_CONFIG APIKeyOwnerType = "pdp_config" MEMBER APIKeyOwnerType = "member" ELEMENTS APIKeyOwnerType = "elements" )
List of APIKeyOwnerType
func NewAPIKeyOwnerTypeFromValue ¶
func NewAPIKeyOwnerTypeFromValue(v string) (*APIKeyOwnerType, error)
NewAPIKeyOwnerTypeFromValue returns a pointer to a valid APIKeyOwnerType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (APIKeyOwnerType) IsValid ¶
func (v APIKeyOwnerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (APIKeyOwnerType) Ptr ¶
func (v APIKeyOwnerType) Ptr() *APIKeyOwnerType
Ptr returns reference to APIKeyOwnerType value
func (*APIKeyOwnerType) UnmarshalJSON ¶
func (v *APIKeyOwnerType) UnmarshalJSON(src []byte) error
type APIKeyRead ¶
type APIKeyRead struct { OrganizationId string `json:"organization_id"` ProjectId *string `json:"project_id,omitempty"` EnvironmentId *string `json:"environment_id,omitempty"` ObjectType *MemberAccessObj `json:"object_type,omitempty"` AccessLevel *MemberAccessLevel `json:"access_level,omitempty"` OwnerType APIKeyOwnerType `json:"owner_type"` Id string `json:"id"` Secret *string `json:"secret,omitempty"` CreatedAt time.Time `json:"created_at"` CreatedByMember OrgMemberRead `json:"created_by_member"` LastUsedAt *time.Time `json:"last_used_at,omitempty"` }
APIKeyRead struct for APIKeyRead
func NewAPIKeyRead ¶
func NewAPIKeyRead(organizationId string, ownerType APIKeyOwnerType, id string, createdAt time.Time, createdByMember OrgMemberRead) *APIKeyRead
NewAPIKeyRead instantiates a new APIKeyRead 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 NewAPIKeyReadWithDefaults ¶
func NewAPIKeyReadWithDefaults() *APIKeyRead
NewAPIKeyReadWithDefaults instantiates a new APIKeyRead 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 (*APIKeyRead) GetAccessLevel ¶
func (o *APIKeyRead) GetAccessLevel() MemberAccessLevel
GetAccessLevel returns the AccessLevel field value if set, zero value otherwise.
func (*APIKeyRead) GetAccessLevelOk ¶
func (o *APIKeyRead) GetAccessLevelOk() (*MemberAccessLevel, bool)
GetAccessLevelOk returns a tuple with the AccessLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) GetCreatedAt ¶
func (o *APIKeyRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*APIKeyRead) GetCreatedAtOk ¶
func (o *APIKeyRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*APIKeyRead) GetCreatedByMember ¶
func (o *APIKeyRead) GetCreatedByMember() OrgMemberRead
GetCreatedByMember returns the CreatedByMember field value
func (*APIKeyRead) GetCreatedByMemberOk ¶
func (o *APIKeyRead) GetCreatedByMemberOk() (*OrgMemberRead, bool)
GetCreatedByMemberOk returns a tuple with the CreatedByMember field value and a boolean to check if the value has been set.
func (*APIKeyRead) GetEnvironmentId ¶
func (o *APIKeyRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*APIKeyRead) GetEnvironmentIdOk ¶
func (o *APIKeyRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) GetIdOk ¶
func (o *APIKeyRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*APIKeyRead) GetLastUsedAt ¶
func (o *APIKeyRead) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*APIKeyRead) GetLastUsedAtOk ¶
func (o *APIKeyRead) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) GetObjectType ¶
func (o *APIKeyRead) GetObjectType() MemberAccessObj
GetObjectType returns the ObjectType field value if set, zero value otherwise.
func (*APIKeyRead) GetObjectTypeOk ¶
func (o *APIKeyRead) GetObjectTypeOk() (*MemberAccessObj, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) GetOrganizationId ¶
func (o *APIKeyRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*APIKeyRead) GetOrganizationIdOk ¶
func (o *APIKeyRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*APIKeyRead) GetOwnerType ¶
func (o *APIKeyRead) GetOwnerType() APIKeyOwnerType
GetOwnerType returns the OwnerType field value
func (*APIKeyRead) GetOwnerTypeOk ¶
func (o *APIKeyRead) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field value and a boolean to check if the value has been set.
func (*APIKeyRead) GetProjectId ¶
func (o *APIKeyRead) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*APIKeyRead) GetProjectIdOk ¶
func (o *APIKeyRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) GetSecret ¶
func (o *APIKeyRead) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*APIKeyRead) GetSecretOk ¶
func (o *APIKeyRead) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyRead) HasAccessLevel ¶
func (o *APIKeyRead) HasAccessLevel() bool
HasAccessLevel returns a boolean if a field has been set.
func (*APIKeyRead) HasEnvironmentId ¶
func (o *APIKeyRead) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*APIKeyRead) HasLastUsedAt ¶
func (o *APIKeyRead) HasLastUsedAt() bool
HasLastUsedAt returns a boolean if a field has been set.
func (*APIKeyRead) HasObjectType ¶
func (o *APIKeyRead) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (*APIKeyRead) HasProjectId ¶
func (o *APIKeyRead) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (*APIKeyRead) HasSecret ¶
func (o *APIKeyRead) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (APIKeyRead) MarshalJSON ¶
func (o APIKeyRead) MarshalJSON() ([]byte, error)
func (*APIKeyRead) SetAccessLevel ¶
func (o *APIKeyRead) SetAccessLevel(v MemberAccessLevel)
SetAccessLevel gets a reference to the given MemberAccessLevel and assigns it to the AccessLevel field.
func (*APIKeyRead) SetCreatedAt ¶
func (o *APIKeyRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*APIKeyRead) SetCreatedByMember ¶
func (o *APIKeyRead) SetCreatedByMember(v OrgMemberRead)
SetCreatedByMember sets field value
func (*APIKeyRead) SetEnvironmentId ¶
func (o *APIKeyRead) SetEnvironmentId(v string)
SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.
func (*APIKeyRead) SetLastUsedAt ¶
func (o *APIKeyRead) SetLastUsedAt(v time.Time)
SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.
func (*APIKeyRead) SetObjectType ¶
func (o *APIKeyRead) SetObjectType(v MemberAccessObj)
SetObjectType gets a reference to the given MemberAccessObj and assigns it to the ObjectType field.
func (*APIKeyRead) SetOrganizationId ¶
func (o *APIKeyRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*APIKeyRead) SetOwnerType ¶
func (o *APIKeyRead) SetOwnerType(v APIKeyOwnerType)
SetOwnerType sets field value
func (*APIKeyRead) SetProjectId ¶
func (o *APIKeyRead) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
func (*APIKeyRead) SetSecret ¶
func (o *APIKeyRead) SetSecret(v string)
SetSecret gets a reference to the given string and assigns it to the Secret field.
type APIKeyScopeRead ¶
type APIKeyScopeRead struct { // Unique id of the organization that the api_key belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the api_key belongs to. ProjectId *string `json:"project_id,omitempty"` // Unique id of the environment that the api_key belongs to. EnvironmentId *string `json:"environment_id,omitempty"` }
APIKeyScopeRead struct for APIKeyScopeRead
func NewAPIKeyScopeRead ¶
func NewAPIKeyScopeRead(organizationId string) *APIKeyScopeRead
NewAPIKeyScopeRead instantiates a new APIKeyScopeRead 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 NewAPIKeyScopeReadWithDefaults ¶
func NewAPIKeyScopeReadWithDefaults() *APIKeyScopeRead
NewAPIKeyScopeReadWithDefaults instantiates a new APIKeyScopeRead 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 (*APIKeyScopeRead) GetEnvironmentId ¶
func (o *APIKeyScopeRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*APIKeyScopeRead) GetEnvironmentIdOk ¶
func (o *APIKeyScopeRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyScopeRead) GetOrganizationId ¶
func (o *APIKeyScopeRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*APIKeyScopeRead) GetOrganizationIdOk ¶
func (o *APIKeyScopeRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*APIKeyScopeRead) GetProjectId ¶
func (o *APIKeyScopeRead) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*APIKeyScopeRead) GetProjectIdOk ¶
func (o *APIKeyScopeRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyScopeRead) HasEnvironmentId ¶
func (o *APIKeyScopeRead) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*APIKeyScopeRead) HasProjectId ¶
func (o *APIKeyScopeRead) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (APIKeyScopeRead) MarshalJSON ¶
func (o APIKeyScopeRead) MarshalJSON() ([]byte, error)
func (*APIKeyScopeRead) SetEnvironmentId ¶
func (o *APIKeyScopeRead) SetEnvironmentId(v string)
SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.
func (*APIKeyScopeRead) SetOrganizationId ¶
func (o *APIKeyScopeRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*APIKeyScopeRead) SetProjectId ¶
func (o *APIKeyScopeRead) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
type ActionBlockEditable ¶
type ActionBlockEditable struct { // a more descriptive name for the action Name *string `json:"name,omitempty"` // optional description string explaining what this action represents in your system Description *string `json:"description,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` }
ActionBlockEditable struct for ActionBlockEditable
func NewActionBlockEditable ¶
func NewActionBlockEditable() *ActionBlockEditable
NewActionBlockEditable instantiates a new ActionBlockEditable 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 NewActionBlockEditableWithDefaults ¶
func NewActionBlockEditableWithDefaults() *ActionBlockEditable
NewActionBlockEditableWithDefaults instantiates a new ActionBlockEditable 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 (*ActionBlockEditable) GetAttributes ¶ added in v0.0.12
func (o *ActionBlockEditable) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ActionBlockEditable) GetAttributesOk ¶ added in v0.0.12
func (o *ActionBlockEditable) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockEditable) GetDescription ¶
func (o *ActionBlockEditable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ActionBlockEditable) GetDescriptionOk ¶
func (o *ActionBlockEditable) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockEditable) GetName ¶
func (o *ActionBlockEditable) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ActionBlockEditable) GetNameOk ¶
func (o *ActionBlockEditable) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockEditable) HasAttributes ¶ added in v0.0.12
func (o *ActionBlockEditable) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ActionBlockEditable) HasDescription ¶
func (o *ActionBlockEditable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ActionBlockEditable) HasName ¶
func (o *ActionBlockEditable) HasName() bool
HasName returns a boolean if a field has been set.
func (ActionBlockEditable) MarshalJSON ¶
func (o ActionBlockEditable) MarshalJSON() ([]byte, error)
func (*ActionBlockEditable) SetAttributes ¶ added in v0.0.12
func (o *ActionBlockEditable) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ActionBlockEditable) SetDescription ¶
func (o *ActionBlockEditable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ActionBlockEditable) SetName ¶
func (o *ActionBlockEditable) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ActionBlockEditable) ToMap ¶ added in v0.0.12
func (o ActionBlockEditable) ToMap() (map[string]interface{}, error)
type ActionBlockRead ¶
type ActionBlockRead struct { // a more descriptive name for the action Name *string `json:"name,omitempty"` // optional description string explaining what this action represents in your system Description *string `json:"description,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` // Unique id of the action Id string `json:"id"` // action key Key *string `json:"key,omitempty"` }
ActionBlockRead struct for ActionBlockRead
func NewActionBlockRead ¶
func NewActionBlockRead(id string) *ActionBlockRead
NewActionBlockRead instantiates a new ActionBlockRead 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 NewActionBlockReadWithDefaults ¶
func NewActionBlockReadWithDefaults() *ActionBlockRead
NewActionBlockReadWithDefaults instantiates a new ActionBlockRead 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 (*ActionBlockRead) GetAttributes ¶ added in v0.0.12
func (o *ActionBlockRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ActionBlockRead) GetAttributesOk ¶ added in v0.0.12
func (o *ActionBlockRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockRead) GetDescription ¶
func (o *ActionBlockRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ActionBlockRead) GetDescriptionOk ¶
func (o *ActionBlockRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockRead) GetId ¶
func (o *ActionBlockRead) GetId() string
GetId returns the Id field value
func (*ActionBlockRead) GetIdOk ¶
func (o *ActionBlockRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ActionBlockRead) GetKey ¶
func (o *ActionBlockRead) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*ActionBlockRead) GetKeyOk ¶
func (o *ActionBlockRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockRead) GetName ¶
func (o *ActionBlockRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ActionBlockRead) GetNameOk ¶
func (o *ActionBlockRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionBlockRead) HasAttributes ¶ added in v0.0.12
func (o *ActionBlockRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ActionBlockRead) HasDescription ¶
func (o *ActionBlockRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ActionBlockRead) HasKey ¶
func (o *ActionBlockRead) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*ActionBlockRead) HasName ¶
func (o *ActionBlockRead) HasName() bool
HasName returns a boolean if a field has been set.
func (ActionBlockRead) MarshalJSON ¶
func (o ActionBlockRead) MarshalJSON() ([]byte, error)
func (*ActionBlockRead) SetAttributes ¶ added in v0.0.12
func (o *ActionBlockRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ActionBlockRead) SetDescription ¶
func (o *ActionBlockRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ActionBlockRead) SetKey ¶
func (o *ActionBlockRead) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*ActionBlockRead) SetName ¶
func (o *ActionBlockRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ActionBlockRead) ToMap ¶ added in v0.0.12
func (o ActionBlockRead) ToMap() (map[string]interface{}, error)
type Actor ¶
type Actor struct { AuthnMeAPIKeyRead *AuthnMeAPIKeyRead AuthnMeMemberRead *AuthnMeMemberRead AuthnMeUserRead *AuthnMeUserRead }
Actor - struct for Actor
func AuthnMeAPIKeyReadAsActor ¶
func AuthnMeAPIKeyReadAsActor(v *AuthnMeAPIKeyRead) Actor
AuthnMeAPIKeyReadAsActor is a convenience function that returns AuthnMeAPIKeyRead wrapped in Actor
func AuthnMeMemberReadAsActor ¶
func AuthnMeMemberReadAsActor(v *AuthnMeMemberRead) Actor
AuthnMeMemberReadAsActor is a convenience function that returns AuthnMeMemberRead wrapped in Actor
func AuthnMeUserReadAsActor ¶
func AuthnMeUserReadAsActor(v *AuthnMeUserRead) Actor
AuthnMeUserReadAsActor is a convenience function that returns AuthnMeUserRead wrapped in Actor
func (*Actor) GetActualInstance ¶
func (obj *Actor) GetActualInstance() interface{}
Get the actual instance
func (Actor) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Actor) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type AddRolePermissions ¶
type AddRolePermissions struct { // List of permissions to assign to the role. If a permission is already granted to the role it is skipped. Each permission can be either a resource action id, or `{resource_key}:{action_key}`, i.e: the \"permission name\". Permissions []string `json:"permissions"` }
AddRolePermissions struct for AddRolePermissions
func NewAddRolePermissions ¶
func NewAddRolePermissions(permissions []string) *AddRolePermissions
NewAddRolePermissions instantiates a new AddRolePermissions 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 NewAddRolePermissionsWithDefaults ¶
func NewAddRolePermissionsWithDefaults() *AddRolePermissions
NewAddRolePermissionsWithDefaults instantiates a new AddRolePermissions 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 (*AddRolePermissions) GetPermissions ¶
func (o *AddRolePermissions) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*AddRolePermissions) GetPermissionsOk ¶
func (o *AddRolePermissions) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (AddRolePermissions) MarshalJSON ¶
func (o AddRolePermissions) MarshalJSON() ([]byte, error)
func (*AddRolePermissions) SetPermissions ¶
func (o *AddRolePermissions) SetPermissions(v []string)
SetPermissions sets field value
type AttributeBlockEditable ¶
type AttributeBlockEditable struct { // The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. Type AttributeType `json:"type"` // optional description string explaining what data this attribute will store Description *string `json:"description,omitempty"` }
AttributeBlockEditable struct for AttributeBlockEditable
func NewAttributeBlockEditable ¶
func NewAttributeBlockEditable(type_ AttributeType) *AttributeBlockEditable
NewAttributeBlockEditable instantiates a new AttributeBlockEditable 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 NewAttributeBlockEditableWithDefaults ¶
func NewAttributeBlockEditableWithDefaults() *AttributeBlockEditable
NewAttributeBlockEditableWithDefaults instantiates a new AttributeBlockEditable 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 (*AttributeBlockEditable) GetDescription ¶
func (o *AttributeBlockEditable) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AttributeBlockEditable) GetDescriptionOk ¶
func (o *AttributeBlockEditable) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeBlockEditable) GetType ¶
func (o *AttributeBlockEditable) GetType() AttributeType
GetType returns the Type field value
func (*AttributeBlockEditable) GetTypeOk ¶
func (o *AttributeBlockEditable) GetTypeOk() (*AttributeType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AttributeBlockEditable) HasDescription ¶
func (o *AttributeBlockEditable) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (AttributeBlockEditable) MarshalJSON ¶
func (o AttributeBlockEditable) MarshalJSON() ([]byte, error)
func (*AttributeBlockEditable) SetDescription ¶
func (o *AttributeBlockEditable) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AttributeBlockEditable) SetType ¶
func (o *AttributeBlockEditable) SetType(v AttributeType)
SetType sets field value
type AttributeBlockRead ¶
type AttributeBlockRead struct { // The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. Type AttributeType `json:"type"` // optional description string explaining what data this attribute will store Description *string `json:"description,omitempty"` // Unique id of the attribute Id string `json:"id"` // action key Key *string `json:"key,omitempty"` }
AttributeBlockRead struct for AttributeBlockRead
func NewAttributeBlockRead ¶
func NewAttributeBlockRead(type_ AttributeType, id string) *AttributeBlockRead
NewAttributeBlockRead instantiates a new AttributeBlockRead 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 NewAttributeBlockReadWithDefaults ¶
func NewAttributeBlockReadWithDefaults() *AttributeBlockRead
NewAttributeBlockReadWithDefaults instantiates a new AttributeBlockRead 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 (*AttributeBlockRead) GetDescription ¶
func (o *AttributeBlockRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AttributeBlockRead) GetDescriptionOk ¶
func (o *AttributeBlockRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeBlockRead) GetId ¶
func (o *AttributeBlockRead) GetId() string
GetId returns the Id field value
func (*AttributeBlockRead) GetIdOk ¶
func (o *AttributeBlockRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AttributeBlockRead) GetKey ¶
func (o *AttributeBlockRead) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*AttributeBlockRead) GetKeyOk ¶
func (o *AttributeBlockRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttributeBlockRead) GetType ¶
func (o *AttributeBlockRead) GetType() AttributeType
GetType returns the Type field value
func (*AttributeBlockRead) GetTypeOk ¶
func (o *AttributeBlockRead) GetTypeOk() (*AttributeType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AttributeBlockRead) HasDescription ¶
func (o *AttributeBlockRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AttributeBlockRead) HasKey ¶
func (o *AttributeBlockRead) HasKey() bool
HasKey returns a boolean if a field has been set.
func (AttributeBlockRead) MarshalJSON ¶
func (o AttributeBlockRead) MarshalJSON() ([]byte, error)
func (*AttributeBlockRead) SetDescription ¶
func (o *AttributeBlockRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AttributeBlockRead) SetId ¶
func (o *AttributeBlockRead) SetId(v string)
SetId sets field value
func (*AttributeBlockRead) SetKey ¶
func (o *AttributeBlockRead) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*AttributeBlockRead) SetType ¶
func (o *AttributeBlockRead) SetType(v AttributeType)
SetType sets field value
type AttributeType ¶
type AttributeType string
AttributeType supported attribute primitives
const ( BOOL AttributeType = "bool" NUMBER AttributeType = "number" STRING AttributeType = "string" TIME AttributeType = "time" ARRAY AttributeType = "array" JSON AttributeType = "json" )
List of AttributeType
func NewAttributeTypeFromValue ¶
func NewAttributeTypeFromValue(v string) (*AttributeType, error)
NewAttributeTypeFromValue returns a pointer to a valid AttributeType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AttributeType) IsValid ¶
func (v AttributeType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AttributeType) Ptr ¶
func (v AttributeType) Ptr() *AttributeType
Ptr returns reference to AttributeType value
func (*AttributeType) UnmarshalJSON ¶
func (v *AttributeType) UnmarshalJSON(src []byte) error
type Attributes ¶
type Attributes struct {
// contains filtered or unexported fields
}
Attributes struct for Attributes
func (*Attributes) MarshalJSON ¶
func (src *Attributes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*Attributes) UnmarshalJSON ¶
func (dst *Attributes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AuthMechanism ¶ added in v1.0.1
type AuthMechanism string
AuthMechanism An enumeration.
const ( BEARER AuthMechanism = "Bearer" BASIC AuthMechanism = "Basic" HEADERS AuthMechanism = "Headers" )
List of AuthMechanism
func NewAuthMechanismFromValue ¶ added in v1.0.1
func NewAuthMechanismFromValue(v string) (*AuthMechanism, error)
NewAuthMechanismFromValue returns a pointer to a valid AuthMechanism for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AuthMechanism) IsValid ¶ added in v1.0.1
func (v AuthMechanism) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuthMechanism) Ptr ¶ added in v1.0.1
func (v AuthMechanism) Ptr() *AuthMechanism
Ptr returns reference to AuthMechanism value
func (*AuthMechanism) UnmarshalJSON ¶ added in v1.0.1
func (v *AuthMechanism) UnmarshalJSON(src []byte) error
type AuthnMeAPIKeyRead ¶
type AuthnMeAPIKeyRead struct { ActorType *string `json:"actor_type,omitempty"` Id string `json:"id"` ObjectType MemberAccessObj `json:"object_type"` OwnerType APIKeyOwnerType `json:"owner_type"` OrgId string `json:"org_id"` ProjectId *string `json:"project_id,omitempty"` EnvId *string `json:"env_id,omitempty"` }
AuthnMeAPIKeyRead struct for AuthnMeAPIKeyRead
func NewAuthnMeAPIKeyRead ¶
func NewAuthnMeAPIKeyRead(id string, objectType MemberAccessObj, ownerType APIKeyOwnerType, orgId string) *AuthnMeAPIKeyRead
NewAuthnMeAPIKeyRead instantiates a new AuthnMeAPIKeyRead 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 NewAuthnMeAPIKeyReadWithDefaults ¶
func NewAuthnMeAPIKeyReadWithDefaults() *AuthnMeAPIKeyRead
NewAuthnMeAPIKeyReadWithDefaults instantiates a new AuthnMeAPIKeyRead 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 (*AuthnMeAPIKeyRead) GetActorType ¶
func (o *AuthnMeAPIKeyRead) GetActorType() string
GetActorType returns the ActorType field value if set, zero value otherwise.
func (*AuthnMeAPIKeyRead) GetActorTypeOk ¶
func (o *AuthnMeAPIKeyRead) GetActorTypeOk() (*string, bool)
GetActorTypeOk returns a tuple with the ActorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetEnvId ¶
func (o *AuthnMeAPIKeyRead) GetEnvId() string
GetEnvId returns the EnvId field value if set, zero value otherwise.
func (*AuthnMeAPIKeyRead) GetEnvIdOk ¶
func (o *AuthnMeAPIKeyRead) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetId ¶
func (o *AuthnMeAPIKeyRead) GetId() string
GetId returns the Id field value
func (*AuthnMeAPIKeyRead) GetIdOk ¶
func (o *AuthnMeAPIKeyRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetObjectType ¶
func (o *AuthnMeAPIKeyRead) GetObjectType() MemberAccessObj
GetObjectType returns the ObjectType field value
func (*AuthnMeAPIKeyRead) GetObjectTypeOk ¶
func (o *AuthnMeAPIKeyRead) GetObjectTypeOk() (*MemberAccessObj, bool)
GetObjectTypeOk returns a tuple with the ObjectType field value and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetOrgId ¶
func (o *AuthnMeAPIKeyRead) GetOrgId() string
GetOrgId returns the OrgId field value
func (*AuthnMeAPIKeyRead) GetOrgIdOk ¶
func (o *AuthnMeAPIKeyRead) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetOwnerType ¶
func (o *AuthnMeAPIKeyRead) GetOwnerType() APIKeyOwnerType
GetOwnerType returns the OwnerType field value
func (*AuthnMeAPIKeyRead) GetOwnerTypeOk ¶
func (o *AuthnMeAPIKeyRead) GetOwnerTypeOk() (*APIKeyOwnerType, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field value and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) GetProjectId ¶
func (o *AuthnMeAPIKeyRead) GetProjectId() string
GetProjectId returns the ProjectId field value if set, zero value otherwise.
func (*AuthnMeAPIKeyRead) GetProjectIdOk ¶
func (o *AuthnMeAPIKeyRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeAPIKeyRead) HasActorType ¶
func (o *AuthnMeAPIKeyRead) HasActorType() bool
HasActorType returns a boolean if a field has been set.
func (*AuthnMeAPIKeyRead) HasEnvId ¶
func (o *AuthnMeAPIKeyRead) HasEnvId() bool
HasEnvId returns a boolean if a field has been set.
func (*AuthnMeAPIKeyRead) HasProjectId ¶
func (o *AuthnMeAPIKeyRead) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (AuthnMeAPIKeyRead) MarshalJSON ¶
func (o AuthnMeAPIKeyRead) MarshalJSON() ([]byte, error)
func (*AuthnMeAPIKeyRead) SetActorType ¶
func (o *AuthnMeAPIKeyRead) SetActorType(v string)
SetActorType gets a reference to the given string and assigns it to the ActorType field.
func (*AuthnMeAPIKeyRead) SetEnvId ¶
func (o *AuthnMeAPIKeyRead) SetEnvId(v string)
SetEnvId gets a reference to the given string and assigns it to the EnvId field.
func (*AuthnMeAPIKeyRead) SetId ¶
func (o *AuthnMeAPIKeyRead) SetId(v string)
SetId sets field value
func (*AuthnMeAPIKeyRead) SetObjectType ¶
func (o *AuthnMeAPIKeyRead) SetObjectType(v MemberAccessObj)
SetObjectType sets field value
func (*AuthnMeAPIKeyRead) SetOrgId ¶
func (o *AuthnMeAPIKeyRead) SetOrgId(v string)
SetOrgId sets field value
func (*AuthnMeAPIKeyRead) SetOwnerType ¶
func (o *AuthnMeAPIKeyRead) SetOwnerType(v APIKeyOwnerType)
SetOwnerType sets field value
func (*AuthnMeAPIKeyRead) SetProjectId ¶
func (o *AuthnMeAPIKeyRead) SetProjectId(v string)
SetProjectId gets a reference to the given string and assigns it to the ProjectId field.
type AuthnMeMemberRead ¶
type AuthnMeMemberRead struct { ActorType *string `json:"actor_type,omitempty"` Id string `json:"id"` // Email of the user controlling this account Email string `json:"email"` // Name of this user Name *string `json:"name,omitempty"` // Given name of the user GivenName *string `json:"given_name,omitempty"` // Family name of the user FamilyName *string `json:"family_name,omitempty"` // URL to picture, photo, or avatar of the user that controls this account. Picture *string `json:"picture,omitempty"` IsOnboarding bool `json:"is_onboarding"` OnboardingStep OnboardingStep `json:"onboarding_step"` }
AuthnMeMemberRead struct for AuthnMeMemberRead
func NewAuthnMeMemberRead ¶
func NewAuthnMeMemberRead(id string, email string, isOnboarding bool, onboardingStep OnboardingStep) *AuthnMeMemberRead
NewAuthnMeMemberRead instantiates a new AuthnMeMemberRead 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 NewAuthnMeMemberReadWithDefaults ¶
func NewAuthnMeMemberReadWithDefaults() *AuthnMeMemberRead
NewAuthnMeMemberReadWithDefaults instantiates a new AuthnMeMemberRead 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 (*AuthnMeMemberRead) GetActorType ¶
func (o *AuthnMeMemberRead) GetActorType() string
GetActorType returns the ActorType field value if set, zero value otherwise.
func (*AuthnMeMemberRead) GetActorTypeOk ¶
func (o *AuthnMeMemberRead) GetActorTypeOk() (*string, bool)
GetActorTypeOk returns a tuple with the ActorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetEmail ¶
func (o *AuthnMeMemberRead) GetEmail() string
GetEmail returns the Email field value
func (*AuthnMeMemberRead) GetEmailOk ¶
func (o *AuthnMeMemberRead) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetFamilyName ¶
func (o *AuthnMeMemberRead) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*AuthnMeMemberRead) GetFamilyNameOk ¶
func (o *AuthnMeMemberRead) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetGivenName ¶
func (o *AuthnMeMemberRead) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*AuthnMeMemberRead) GetGivenNameOk ¶
func (o *AuthnMeMemberRead) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetId ¶
func (o *AuthnMeMemberRead) GetId() string
GetId returns the Id field value
func (*AuthnMeMemberRead) GetIdOk ¶
func (o *AuthnMeMemberRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetIsOnboarding ¶
func (o *AuthnMeMemberRead) GetIsOnboarding() bool
GetIsOnboarding returns the IsOnboarding field value
func (*AuthnMeMemberRead) GetIsOnboardingOk ¶
func (o *AuthnMeMemberRead) GetIsOnboardingOk() (*bool, bool)
GetIsOnboardingOk returns a tuple with the IsOnboarding field value and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetName ¶
func (o *AuthnMeMemberRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AuthnMeMemberRead) GetNameOk ¶
func (o *AuthnMeMemberRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetOnboardingStep ¶
func (o *AuthnMeMemberRead) GetOnboardingStep() OnboardingStep
GetOnboardingStep returns the OnboardingStep field value
func (*AuthnMeMemberRead) GetOnboardingStepOk ¶
func (o *AuthnMeMemberRead) GetOnboardingStepOk() (*OnboardingStep, bool)
GetOnboardingStepOk returns a tuple with the OnboardingStep field value and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) GetPicture ¶
func (o *AuthnMeMemberRead) GetPicture() string
GetPicture returns the Picture field value if set, zero value otherwise.
func (*AuthnMeMemberRead) GetPictureOk ¶
func (o *AuthnMeMemberRead) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeMemberRead) HasActorType ¶
func (o *AuthnMeMemberRead) HasActorType() bool
HasActorType returns a boolean if a field has been set.
func (*AuthnMeMemberRead) HasFamilyName ¶
func (o *AuthnMeMemberRead) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*AuthnMeMemberRead) HasGivenName ¶
func (o *AuthnMeMemberRead) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*AuthnMeMemberRead) HasName ¶
func (o *AuthnMeMemberRead) HasName() bool
HasName returns a boolean if a field has been set.
func (*AuthnMeMemberRead) HasPicture ¶
func (o *AuthnMeMemberRead) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (AuthnMeMemberRead) MarshalJSON ¶
func (o AuthnMeMemberRead) MarshalJSON() ([]byte, error)
func (*AuthnMeMemberRead) SetActorType ¶
func (o *AuthnMeMemberRead) SetActorType(v string)
SetActorType gets a reference to the given string and assigns it to the ActorType field.
func (*AuthnMeMemberRead) SetEmail ¶
func (o *AuthnMeMemberRead) SetEmail(v string)
SetEmail sets field value
func (*AuthnMeMemberRead) SetFamilyName ¶
func (o *AuthnMeMemberRead) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*AuthnMeMemberRead) SetGivenName ¶
func (o *AuthnMeMemberRead) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*AuthnMeMemberRead) SetId ¶
func (o *AuthnMeMemberRead) SetId(v string)
SetId sets field value
func (*AuthnMeMemberRead) SetIsOnboarding ¶
func (o *AuthnMeMemberRead) SetIsOnboarding(v bool)
SetIsOnboarding sets field value
func (*AuthnMeMemberRead) SetName ¶
func (o *AuthnMeMemberRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AuthnMeMemberRead) SetOnboardingStep ¶
func (o *AuthnMeMemberRead) SetOnboardingStep(v OnboardingStep)
SetOnboardingStep sets field value
func (*AuthnMeMemberRead) SetPicture ¶
func (o *AuthnMeMemberRead) SetPicture(v string)
SetPicture gets a reference to the given string and assigns it to the Picture field.
type AuthnMeRead ¶
type AuthnMeRead struct {
Actor Actor `json:"actor"`
}
AuthnMeRead struct for AuthnMeRead
func NewAuthnMeRead ¶
func NewAuthnMeRead(actor Actor) *AuthnMeRead
NewAuthnMeRead instantiates a new AuthnMeRead 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 NewAuthnMeReadWithDefaults ¶
func NewAuthnMeReadWithDefaults() *AuthnMeRead
NewAuthnMeReadWithDefaults instantiates a new AuthnMeRead 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 (*AuthnMeRead) GetActor ¶
func (o *AuthnMeRead) GetActor() Actor
GetActor returns the Actor field value
func (*AuthnMeRead) GetActorOk ¶
func (o *AuthnMeRead) GetActorOk() (*Actor, bool)
GetActorOk returns a tuple with the Actor field value and a boolean to check if the value has been set.
func (AuthnMeRead) MarshalJSON ¶
func (o AuthnMeRead) MarshalJSON() ([]byte, error)
type AuthnMeUserRead ¶
type AuthnMeUserRead struct { ActorType *string `json:"actor_type,omitempty"` Id string `json:"id"` Key string `json:"key"` OrgId string `json:"org_id"` ProjectId string `json:"project_id"` EnvId string `json:"env_id"` TenantId string `json:"tenant_id"` // Email of the user controlling this account Email string `json:"email"` // Name of this user Name *string `json:"name,omitempty"` // Given name of the user GivenName *string `json:"given_name,omitempty"` // Family name of the user FamilyName *string `json:"family_name,omitempty"` // URL to picture, photo, or avatar of the user that controls this account. Picture *string `json:"picture,omitempty"` PermissionLevel ElementsPermissionLevel `json:"permission_level"` IsOnboarding *bool `json:"is_onboarding,omitempty"` OnboardingStep *string `json:"onboarding_step,omitempty"` }
AuthnMeUserRead struct for AuthnMeUserRead
func NewAuthnMeUserRead ¶
func NewAuthnMeUserRead(id string, key string, orgId string, projectId string, envId string, tenantId string, email string, permissionLevel ElementsPermissionLevel) *AuthnMeUserRead
NewAuthnMeUserRead instantiates a new AuthnMeUserRead 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 NewAuthnMeUserReadWithDefaults ¶
func NewAuthnMeUserReadWithDefaults() *AuthnMeUserRead
NewAuthnMeUserReadWithDefaults instantiates a new AuthnMeUserRead 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 (*AuthnMeUserRead) GetActorType ¶
func (o *AuthnMeUserRead) GetActorType() string
GetActorType returns the ActorType field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetActorTypeOk ¶
func (o *AuthnMeUserRead) GetActorTypeOk() (*string, bool)
GetActorTypeOk returns a tuple with the ActorType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetEmail ¶
func (o *AuthnMeUserRead) GetEmail() string
GetEmail returns the Email field value
func (*AuthnMeUserRead) GetEmailOk ¶
func (o *AuthnMeUserRead) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetEnvId ¶
func (o *AuthnMeUserRead) GetEnvId() string
GetEnvId returns the EnvId field value
func (*AuthnMeUserRead) GetEnvIdOk ¶
func (o *AuthnMeUserRead) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetFamilyName ¶
func (o *AuthnMeUserRead) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetFamilyNameOk ¶
func (o *AuthnMeUserRead) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetGivenName ¶
func (o *AuthnMeUserRead) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetGivenNameOk ¶
func (o *AuthnMeUserRead) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetId ¶
func (o *AuthnMeUserRead) GetId() string
GetId returns the Id field value
func (*AuthnMeUserRead) GetIdOk ¶
func (o *AuthnMeUserRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetIsOnboarding ¶
func (o *AuthnMeUserRead) GetIsOnboarding() bool
GetIsOnboarding returns the IsOnboarding field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetIsOnboardingOk ¶
func (o *AuthnMeUserRead) GetIsOnboardingOk() (*bool, bool)
GetIsOnboardingOk returns a tuple with the IsOnboarding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetKey ¶
func (o *AuthnMeUserRead) GetKey() string
GetKey returns the Key field value
func (*AuthnMeUserRead) GetKeyOk ¶
func (o *AuthnMeUserRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetName ¶
func (o *AuthnMeUserRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetNameOk ¶
func (o *AuthnMeUserRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetOnboardingStep ¶
func (o *AuthnMeUserRead) GetOnboardingStep() string
GetOnboardingStep returns the OnboardingStep field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetOnboardingStepOk ¶
func (o *AuthnMeUserRead) GetOnboardingStepOk() (*string, bool)
GetOnboardingStepOk returns a tuple with the OnboardingStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetOrgId ¶
func (o *AuthnMeUserRead) GetOrgId() string
GetOrgId returns the OrgId field value
func (*AuthnMeUserRead) GetOrgIdOk ¶
func (o *AuthnMeUserRead) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetPermissionLevel ¶
func (o *AuthnMeUserRead) GetPermissionLevel() ElementsPermissionLevel
GetPermissionLevel returns the PermissionLevel field value
func (*AuthnMeUserRead) GetPermissionLevelOk ¶
func (o *AuthnMeUserRead) GetPermissionLevelOk() (*ElementsPermissionLevel, bool)
GetPermissionLevelOk returns a tuple with the PermissionLevel field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetPicture ¶
func (o *AuthnMeUserRead) GetPicture() string
GetPicture returns the Picture field value if set, zero value otherwise.
func (*AuthnMeUserRead) GetPictureOk ¶
func (o *AuthnMeUserRead) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetProjectId ¶
func (o *AuthnMeUserRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*AuthnMeUserRead) GetProjectIdOk ¶
func (o *AuthnMeUserRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) GetTenantId ¶
func (o *AuthnMeUserRead) GetTenantId() string
GetTenantId returns the TenantId field value
func (*AuthnMeUserRead) GetTenantIdOk ¶
func (o *AuthnMeUserRead) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*AuthnMeUserRead) HasActorType ¶
func (o *AuthnMeUserRead) HasActorType() bool
HasActorType returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasFamilyName ¶
func (o *AuthnMeUserRead) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasGivenName ¶
func (o *AuthnMeUserRead) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasIsOnboarding ¶
func (o *AuthnMeUserRead) HasIsOnboarding() bool
HasIsOnboarding returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasName ¶
func (o *AuthnMeUserRead) HasName() bool
HasName returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasOnboardingStep ¶
func (o *AuthnMeUserRead) HasOnboardingStep() bool
HasOnboardingStep returns a boolean if a field has been set.
func (*AuthnMeUserRead) HasPicture ¶
func (o *AuthnMeUserRead) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (AuthnMeUserRead) MarshalJSON ¶
func (o AuthnMeUserRead) MarshalJSON() ([]byte, error)
func (*AuthnMeUserRead) SetActorType ¶
func (o *AuthnMeUserRead) SetActorType(v string)
SetActorType gets a reference to the given string and assigns it to the ActorType field.
func (*AuthnMeUserRead) SetEmail ¶
func (o *AuthnMeUserRead) SetEmail(v string)
SetEmail sets field value
func (*AuthnMeUserRead) SetEnvId ¶
func (o *AuthnMeUserRead) SetEnvId(v string)
SetEnvId sets field value
func (*AuthnMeUserRead) SetFamilyName ¶
func (o *AuthnMeUserRead) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*AuthnMeUserRead) SetGivenName ¶
func (o *AuthnMeUserRead) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*AuthnMeUserRead) SetIsOnboarding ¶
func (o *AuthnMeUserRead) SetIsOnboarding(v bool)
SetIsOnboarding gets a reference to the given bool and assigns it to the IsOnboarding field.
func (*AuthnMeUserRead) SetName ¶
func (o *AuthnMeUserRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AuthnMeUserRead) SetOnboardingStep ¶
func (o *AuthnMeUserRead) SetOnboardingStep(v string)
SetOnboardingStep gets a reference to the given string and assigns it to the OnboardingStep field.
func (*AuthnMeUserRead) SetOrgId ¶
func (o *AuthnMeUserRead) SetOrgId(v string)
SetOrgId sets field value
func (*AuthnMeUserRead) SetPermissionLevel ¶
func (o *AuthnMeUserRead) SetPermissionLevel(v ElementsPermissionLevel)
SetPermissionLevel sets field value
func (*AuthnMeUserRead) SetPicture ¶
func (o *AuthnMeUserRead) SetPicture(v string)
SetPicture gets a reference to the given string and assigns it to the Picture field.
func (*AuthnMeUserRead) SetProjectId ¶
func (o *AuthnMeUserRead) SetProjectId(v string)
SetProjectId sets field value
func (*AuthnMeUserRead) SetTenantId ¶
func (o *AuthnMeUserRead) SetTenantId(v string)
SetTenantId sets field value
type BulkRoleAssignmentReport ¶ added in v0.0.10
type BulkRoleAssignmentReport struct {
AssignmentsCreated *int32 `json:"assignments_created,omitempty"`
}
BulkRoleAssignmentReport struct for BulkRoleAssignmentReport
func NewBulkRoleAssignmentReport ¶ added in v0.0.10
func NewBulkRoleAssignmentReport() *BulkRoleAssignmentReport
NewBulkRoleAssignmentReport instantiates a new BulkRoleAssignmentReport 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 NewBulkRoleAssignmentReportWithDefaults ¶ added in v0.0.10
func NewBulkRoleAssignmentReportWithDefaults() *BulkRoleAssignmentReport
NewBulkRoleAssignmentReportWithDefaults instantiates a new BulkRoleAssignmentReport 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 (*BulkRoleAssignmentReport) GetAssignmentsCreated ¶ added in v0.0.10
func (o *BulkRoleAssignmentReport) GetAssignmentsCreated() int32
GetAssignmentsCreated returns the AssignmentsCreated field value if set, zero value otherwise.
func (*BulkRoleAssignmentReport) GetAssignmentsCreatedOk ¶ added in v0.0.10
func (o *BulkRoleAssignmentReport) GetAssignmentsCreatedOk() (*int32, bool)
GetAssignmentsCreatedOk returns a tuple with the AssignmentsCreated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BulkRoleAssignmentReport) HasAssignmentsCreated ¶ added in v0.0.10
func (o *BulkRoleAssignmentReport) HasAssignmentsCreated() bool
HasAssignmentsCreated returns a boolean if a field has been set.
func (BulkRoleAssignmentReport) MarshalJSON ¶ added in v0.0.10
func (o BulkRoleAssignmentReport) MarshalJSON() ([]byte, error)
func (*BulkRoleAssignmentReport) SetAssignmentsCreated ¶ added in v0.0.10
func (o *BulkRoleAssignmentReport) SetAssignmentsCreated(v int32)
SetAssignmentsCreated gets a reference to the given int32 and assigns it to the AssignmentsCreated field.
func (BulkRoleAssignmentReport) ToMap ¶ added in v0.0.10
func (o BulkRoleAssignmentReport) ToMap() (map[string]interface{}, error)
type BulkRoleUnAssignmentReport ¶ added in v0.0.10
type BulkRoleUnAssignmentReport struct {
AssignmentsRemoved *int32 `json:"assignments_removed,omitempty"`
}
BulkRoleUnAssignmentReport struct for BulkRoleUnAssignmentReport
func NewBulkRoleUnAssignmentReport ¶ added in v0.0.10
func NewBulkRoleUnAssignmentReport() *BulkRoleUnAssignmentReport
NewBulkRoleUnAssignmentReport instantiates a new BulkRoleUnAssignmentReport 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 NewBulkRoleUnAssignmentReportWithDefaults ¶ added in v0.0.10
func NewBulkRoleUnAssignmentReportWithDefaults() *BulkRoleUnAssignmentReport
NewBulkRoleUnAssignmentReportWithDefaults instantiates a new BulkRoleUnAssignmentReport 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 (*BulkRoleUnAssignmentReport) GetAssignmentsRemoved ¶ added in v0.0.10
func (o *BulkRoleUnAssignmentReport) GetAssignmentsRemoved() int32
GetAssignmentsRemoved returns the AssignmentsRemoved field value if set, zero value otherwise.
func (*BulkRoleUnAssignmentReport) GetAssignmentsRemovedOk ¶ added in v0.0.10
func (o *BulkRoleUnAssignmentReport) GetAssignmentsRemovedOk() (*int32, bool)
GetAssignmentsRemovedOk returns a tuple with the AssignmentsRemoved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BulkRoleUnAssignmentReport) HasAssignmentsRemoved ¶ added in v0.0.10
func (o *BulkRoleUnAssignmentReport) HasAssignmentsRemoved() bool
HasAssignmentsRemoved returns a boolean if a field has been set.
func (BulkRoleUnAssignmentReport) MarshalJSON ¶ added in v0.0.10
func (o BulkRoleUnAssignmentReport) MarshalJSON() ([]byte, error)
func (*BulkRoleUnAssignmentReport) SetAssignmentsRemoved ¶ added in v0.0.10
func (o *BulkRoleUnAssignmentReport) SetAssignmentsRemoved(v int32)
SetAssignmentsRemoved gets a reference to the given int32 and assigns it to the AssignmentsRemoved field.
func (BulkRoleUnAssignmentReport) ToMap ¶ added in v0.0.10
func (o BulkRoleUnAssignmentReport) ToMap() (map[string]interface{}, error)
type ConditionSetCreate ¶
type ConditionSetCreate struct { // A unique id by which Permit will identify the condition set. The key will be used as the generated rego rule name. Key string `json:"key"` Type *ConditionSetType `json:"type,omitempty"` // whether the set was autogenerated by the system. Autogenerated *bool `json:"autogenerated,omitempty"` ResourceId *ResourceId `json:"resource_id,omitempty"` // A descriptive name for the set, i.e: 'US based employees' or 'Users behind VPN' Name string `json:"name"` // an optional longer description of the set Description *string `json:"description,omitempty"` // a boolean expression that consists of multiple conditions, with and/or logic. Conditions map[string]interface{} `json:"conditions,omitempty"` ParentId *ParentId `json:"parent_id,omitempty"` }
ConditionSetCreate struct for ConditionSetCreate
func NewConditionSetCreate ¶
func NewConditionSetCreate(key string, name string) *ConditionSetCreate
NewConditionSetCreate instantiates a new ConditionSetCreate 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 NewConditionSetCreateWithDefaults ¶
func NewConditionSetCreateWithDefaults() *ConditionSetCreate
NewConditionSetCreateWithDefaults instantiates a new ConditionSetCreate 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 (*ConditionSetCreate) GetAutogenerated ¶
func (o *ConditionSetCreate) GetAutogenerated() bool
GetAutogenerated returns the Autogenerated field value if set, zero value otherwise.
func (*ConditionSetCreate) GetAutogeneratedOk ¶
func (o *ConditionSetCreate) GetAutogeneratedOk() (*bool, bool)
GetAutogeneratedOk returns a tuple with the Autogenerated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetConditions ¶
func (o *ConditionSetCreate) GetConditions() map[string]interface{}
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*ConditionSetCreate) GetConditionsOk ¶
func (o *ConditionSetCreate) GetConditionsOk() (map[string]interface{}, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetDescription ¶
func (o *ConditionSetCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConditionSetCreate) GetDescriptionOk ¶
func (o *ConditionSetCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetKey ¶
func (o *ConditionSetCreate) GetKey() string
GetKey returns the Key field value
func (*ConditionSetCreate) GetKeyOk ¶
func (o *ConditionSetCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetName ¶
func (o *ConditionSetCreate) GetName() string
GetName returns the Name field value
func (*ConditionSetCreate) GetNameOk ¶
func (o *ConditionSetCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetParentId ¶ added in v0.0.10
func (o *ConditionSetCreate) GetParentId() ParentId
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*ConditionSetCreate) GetParentIdOk ¶ added in v0.0.10
func (o *ConditionSetCreate) GetParentIdOk() (*ParentId, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetResourceId ¶
func (o *ConditionSetCreate) GetResourceId() ResourceId
GetResourceId returns the ResourceId field value if set, zero value otherwise.
func (*ConditionSetCreate) GetResourceIdOk ¶
func (o *ConditionSetCreate) GetResourceIdOk() (*ResourceId, bool)
GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) GetType ¶
func (o *ConditionSetCreate) GetType() ConditionSetType
GetType returns the Type field value if set, zero value otherwise.
func (*ConditionSetCreate) GetTypeOk ¶
func (o *ConditionSetCreate) GetTypeOk() (*ConditionSetType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetCreate) HasAutogenerated ¶
func (o *ConditionSetCreate) HasAutogenerated() bool
HasAutogenerated returns a boolean if a field has been set.
func (*ConditionSetCreate) HasConditions ¶
func (o *ConditionSetCreate) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (*ConditionSetCreate) HasDescription ¶
func (o *ConditionSetCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConditionSetCreate) HasParentId ¶ added in v0.0.10
func (o *ConditionSetCreate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*ConditionSetCreate) HasResourceId ¶
func (o *ConditionSetCreate) HasResourceId() bool
HasResourceId returns a boolean if a field has been set.
func (*ConditionSetCreate) HasType ¶
func (o *ConditionSetCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (ConditionSetCreate) MarshalJSON ¶
func (o ConditionSetCreate) MarshalJSON() ([]byte, error)
func (*ConditionSetCreate) SetAutogenerated ¶
func (o *ConditionSetCreate) SetAutogenerated(v bool)
SetAutogenerated gets a reference to the given bool and assigns it to the Autogenerated field.
func (*ConditionSetCreate) SetConditions ¶
func (o *ConditionSetCreate) SetConditions(v map[string]interface{})
SetConditions gets a reference to the given map[string]interface{} and assigns it to the Conditions field.
func (*ConditionSetCreate) SetDescription ¶
func (o *ConditionSetCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConditionSetCreate) SetKey ¶
func (o *ConditionSetCreate) SetKey(v string)
SetKey sets field value
func (*ConditionSetCreate) SetName ¶
func (o *ConditionSetCreate) SetName(v string)
SetName sets field value
func (*ConditionSetCreate) SetParentId ¶ added in v0.0.10
func (o *ConditionSetCreate) SetParentId(v ParentId)
SetParentId gets a reference to the given ParentId and assigns it to the ParentId field.
func (*ConditionSetCreate) SetResourceId ¶
func (o *ConditionSetCreate) SetResourceId(v ResourceId)
SetResourceId gets a reference to the given ResourceId and assigns it to the ResourceId field.
func (*ConditionSetCreate) SetType ¶
func (o *ConditionSetCreate) SetType(v ConditionSetType)
SetType gets a reference to the given ConditionSetType and assigns it to the Type field.
func (ConditionSetCreate) ToMap ¶ added in v0.0.10
func (o ConditionSetCreate) ToMap() (map[string]interface{}, error)
type ConditionSetData ¶ added in v0.0.10
type ConditionSetData struct { Type ConditionSetType `json:"type"` Key string `json:"key"` }
ConditionSetData struct for ConditionSetData
func NewConditionSetData ¶ added in v0.0.10
func NewConditionSetData(type_ ConditionSetType, key string) *ConditionSetData
NewConditionSetData instantiates a new ConditionSetData 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 NewConditionSetDataWithDefaults ¶ added in v0.0.10
func NewConditionSetDataWithDefaults() *ConditionSetData
NewConditionSetDataWithDefaults instantiates a new ConditionSetData 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 (*ConditionSetData) GetKey ¶ added in v0.0.10
func (o *ConditionSetData) GetKey() string
GetKey returns the Key field value
func (*ConditionSetData) GetKeyOk ¶ added in v0.0.10
func (o *ConditionSetData) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ConditionSetData) GetType ¶ added in v0.0.10
func (o *ConditionSetData) GetType() ConditionSetType
GetType returns the Type field value
func (*ConditionSetData) GetTypeOk ¶ added in v0.0.10
func (o *ConditionSetData) GetTypeOk() (*ConditionSetType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ConditionSetData) MarshalJSON ¶ added in v0.0.10
func (o ConditionSetData) MarshalJSON() ([]byte, error)
func (*ConditionSetData) SetKey ¶ added in v0.0.10
func (o *ConditionSetData) SetKey(v string)
SetKey sets field value
func (*ConditionSetData) SetType ¶ added in v0.0.10
func (o *ConditionSetData) SetType(v ConditionSetType)
SetType sets field value
func (ConditionSetData) ToMap ¶ added in v0.0.10
func (o ConditionSetData) ToMap() (map[string]interface{}, error)
type ConditionSetRead ¶
type ConditionSetRead struct { // A unique id by which Permit will identify the condition set. The key will be used as the generated rego rule name. Key string `json:"key"` Type *ConditionSetType `json:"type,omitempty"` // whether the set was autogenerated by the system. Autogenerated *bool `json:"autogenerated,omitempty"` ResourceId *ResourceId `json:"resource_id,omitempty"` // Unique id of the condition set Id string `json:"id"` // Unique id of the organization that the condition set belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the condition set belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the condition set belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the condition set was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the condition set was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` Resource *ResourceRead `json:"resource,omitempty"` // A descriptive name for the set, i.e: 'US based employees' or 'Users behind VPN' Name string `json:"name"` // an optional longer description of the set Description *string `json:"description,omitempty"` // a boolean expression that consists of multiple conditions, with and/or logic. Conditions map[string]interface{} `json:"conditions,omitempty"` ParentId *ParentId `json:"parent_id,omitempty"` }
ConditionSetRead struct for ConditionSetRead
func NewConditionSetRead ¶
func NewConditionSetRead(key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, name string) *ConditionSetRead
NewConditionSetRead instantiates a new ConditionSetRead 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 NewConditionSetReadWithDefaults ¶
func NewConditionSetReadWithDefaults() *ConditionSetRead
NewConditionSetReadWithDefaults instantiates a new ConditionSetRead 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 (*ConditionSetRead) GetAutogenerated ¶
func (o *ConditionSetRead) GetAutogenerated() bool
GetAutogenerated returns the Autogenerated field value if set, zero value otherwise.
func (*ConditionSetRead) GetAutogeneratedOk ¶
func (o *ConditionSetRead) GetAutogeneratedOk() (*bool, bool)
GetAutogeneratedOk returns a tuple with the Autogenerated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetConditions ¶
func (o *ConditionSetRead) GetConditions() map[string]interface{}
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*ConditionSetRead) GetConditionsOk ¶
func (o *ConditionSetRead) GetConditionsOk() (map[string]interface{}, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetCreatedAt ¶
func (o *ConditionSetRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ConditionSetRead) GetCreatedAtOk ¶
func (o *ConditionSetRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetDescription ¶
func (o *ConditionSetRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConditionSetRead) GetDescriptionOk ¶
func (o *ConditionSetRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetEnvironmentId ¶
func (o *ConditionSetRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ConditionSetRead) GetEnvironmentIdOk ¶
func (o *ConditionSetRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetId ¶
func (o *ConditionSetRead) GetId() string
GetId returns the Id field value
func (*ConditionSetRead) GetIdOk ¶
func (o *ConditionSetRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetKey ¶
func (o *ConditionSetRead) GetKey() string
GetKey returns the Key field value
func (*ConditionSetRead) GetKeyOk ¶
func (o *ConditionSetRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetName ¶
func (o *ConditionSetRead) GetName() string
GetName returns the Name field value
func (*ConditionSetRead) GetNameOk ¶
func (o *ConditionSetRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetOrganizationId ¶
func (o *ConditionSetRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ConditionSetRead) GetOrganizationIdOk ¶
func (o *ConditionSetRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetParentId ¶ added in v0.0.10
func (o *ConditionSetRead) GetParentId() ParentId
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*ConditionSetRead) GetParentIdOk ¶ added in v0.0.10
func (o *ConditionSetRead) GetParentIdOk() (*ParentId, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetProjectId ¶
func (o *ConditionSetRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ConditionSetRead) GetProjectIdOk ¶
func (o *ConditionSetRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ConditionSetRead) GetResource ¶
func (o *ConditionSetRead) GetResource() ResourceRead
GetResource returns the Resource field value if set, zero value otherwise.
func (*ConditionSetRead) GetResourceId ¶
func (o *ConditionSetRead) GetResourceId() ResourceId
GetResourceId returns the ResourceId field value if set, zero value otherwise.
func (*ConditionSetRead) GetResourceIdOk ¶
func (o *ConditionSetRead) GetResourceIdOk() (*ResourceId, bool)
GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetResourceOk ¶
func (o *ConditionSetRead) GetResourceOk() (*ResourceRead, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetType ¶
func (o *ConditionSetRead) GetType() ConditionSetType
GetType returns the Type field value if set, zero value otherwise.
func (*ConditionSetRead) GetTypeOk ¶
func (o *ConditionSetRead) GetTypeOk() (*ConditionSetType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRead) GetUpdatedAt ¶
func (o *ConditionSetRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ConditionSetRead) GetUpdatedAtOk ¶
func (o *ConditionSetRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ConditionSetRead) HasAutogenerated ¶
func (o *ConditionSetRead) HasAutogenerated() bool
HasAutogenerated returns a boolean if a field has been set.
func (*ConditionSetRead) HasConditions ¶
func (o *ConditionSetRead) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (*ConditionSetRead) HasDescription ¶
func (o *ConditionSetRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConditionSetRead) HasParentId ¶ added in v0.0.10
func (o *ConditionSetRead) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (*ConditionSetRead) HasResource ¶
func (o *ConditionSetRead) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*ConditionSetRead) HasResourceId ¶
func (o *ConditionSetRead) HasResourceId() bool
HasResourceId returns a boolean if a field has been set.
func (*ConditionSetRead) HasType ¶
func (o *ConditionSetRead) HasType() bool
HasType returns a boolean if a field has been set.
func (ConditionSetRead) MarshalJSON ¶
func (o ConditionSetRead) MarshalJSON() ([]byte, error)
func (*ConditionSetRead) SetAutogenerated ¶
func (o *ConditionSetRead) SetAutogenerated(v bool)
SetAutogenerated gets a reference to the given bool and assigns it to the Autogenerated field.
func (*ConditionSetRead) SetConditions ¶
func (o *ConditionSetRead) SetConditions(v map[string]interface{})
SetConditions gets a reference to the given map[string]interface{} and assigns it to the Conditions field.
func (*ConditionSetRead) SetCreatedAt ¶
func (o *ConditionSetRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ConditionSetRead) SetDescription ¶
func (o *ConditionSetRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConditionSetRead) SetEnvironmentId ¶
func (o *ConditionSetRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ConditionSetRead) SetKey ¶
func (o *ConditionSetRead) SetKey(v string)
SetKey sets field value
func (*ConditionSetRead) SetName ¶
func (o *ConditionSetRead) SetName(v string)
SetName sets field value
func (*ConditionSetRead) SetOrganizationId ¶
func (o *ConditionSetRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ConditionSetRead) SetParentId ¶ added in v0.0.10
func (o *ConditionSetRead) SetParentId(v ParentId)
SetParentId gets a reference to the given ParentId and assigns it to the ParentId field.
func (*ConditionSetRead) SetProjectId ¶
func (o *ConditionSetRead) SetProjectId(v string)
SetProjectId sets field value
func (*ConditionSetRead) SetResource ¶
func (o *ConditionSetRead) SetResource(v ResourceRead)
SetResource gets a reference to the given ResourceRead and assigns it to the Resource field.
func (*ConditionSetRead) SetResourceId ¶
func (o *ConditionSetRead) SetResourceId(v ResourceId)
SetResourceId gets a reference to the given ResourceId and assigns it to the ResourceId field.
func (*ConditionSetRead) SetType ¶
func (o *ConditionSetRead) SetType(v ConditionSetType)
SetType gets a reference to the given ConditionSetType and assigns it to the Type field.
func (*ConditionSetRead) SetUpdatedAt ¶
func (o *ConditionSetRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ConditionSetRead) ToMap ¶ added in v0.0.10
func (o ConditionSetRead) ToMap() (map[string]interface{}, error)
type ConditionSetRuleCreate ¶
type ConditionSetRuleCreate struct { // The userset that will be given permission, i.e: all the users matching this rule will be given the specified permission UserSet string `json:"user_set"` // The permission that will be granted to the userset *on* the resourceset. The permission can be either a resource action id, or `{resource_key}:{action_key}`, i.e: the \"permission name\". Permission string `json:"permission"` // The resourceset that represents the resources that are granted for access, i.e: all the resources matching this rule can be accessed by the userset to perform the granted *permission* ResourceSet string `json:"resource_set"` // if True, will set the condition set rule to the role's autogen user-set. IsRole *bool `json:"is_role,omitempty"` // if True, will set the condition set rule to the resource's autogen resource-set. IsResource *bool `json:"is_resource,omitempty"` }
ConditionSetRuleCreate struct for ConditionSetRuleCreate
func NewConditionSetRuleCreate ¶
func NewConditionSetRuleCreate(userSet string, permission string, resourceSet string) *ConditionSetRuleCreate
NewConditionSetRuleCreate instantiates a new ConditionSetRuleCreate 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 NewConditionSetRuleCreateWithDefaults ¶
func NewConditionSetRuleCreateWithDefaults() *ConditionSetRuleCreate
NewConditionSetRuleCreateWithDefaults instantiates a new ConditionSetRuleCreate 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 (*ConditionSetRuleCreate) GetIsResource ¶
func (o *ConditionSetRuleCreate) GetIsResource() bool
GetIsResource returns the IsResource field value if set, zero value otherwise.
func (*ConditionSetRuleCreate) GetIsResourceOk ¶
func (o *ConditionSetRuleCreate) GetIsResourceOk() (*bool, bool)
GetIsResourceOk returns a tuple with the IsResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRuleCreate) GetIsRole ¶
func (o *ConditionSetRuleCreate) GetIsRole() bool
GetIsRole returns the IsRole field value if set, zero value otherwise.
func (*ConditionSetRuleCreate) GetIsRoleOk ¶
func (o *ConditionSetRuleCreate) GetIsRoleOk() (*bool, bool)
GetIsRoleOk returns a tuple with the IsRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRuleCreate) GetPermission ¶
func (o *ConditionSetRuleCreate) GetPermission() string
GetPermission returns the Permission field value
func (*ConditionSetRuleCreate) GetPermissionOk ¶
func (o *ConditionSetRuleCreate) GetPermissionOk() (*string, bool)
GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.
func (*ConditionSetRuleCreate) GetResourceSet ¶
func (o *ConditionSetRuleCreate) GetResourceSet() string
GetResourceSet returns the ResourceSet field value
func (*ConditionSetRuleCreate) GetResourceSetOk ¶
func (o *ConditionSetRuleCreate) GetResourceSetOk() (*string, bool)
GetResourceSetOk returns a tuple with the ResourceSet field value and a boolean to check if the value has been set.
func (*ConditionSetRuleCreate) GetUserSet ¶
func (o *ConditionSetRuleCreate) GetUserSet() string
GetUserSet returns the UserSet field value
func (*ConditionSetRuleCreate) GetUserSetOk ¶
func (o *ConditionSetRuleCreate) GetUserSetOk() (*string, bool)
GetUserSetOk returns a tuple with the UserSet field value and a boolean to check if the value has been set.
func (*ConditionSetRuleCreate) HasIsResource ¶
func (o *ConditionSetRuleCreate) HasIsResource() bool
HasIsResource returns a boolean if a field has been set.
func (*ConditionSetRuleCreate) HasIsRole ¶
func (o *ConditionSetRuleCreate) HasIsRole() bool
HasIsRole returns a boolean if a field has been set.
func (ConditionSetRuleCreate) MarshalJSON ¶
func (o ConditionSetRuleCreate) MarshalJSON() ([]byte, error)
func (*ConditionSetRuleCreate) SetIsResource ¶
func (o *ConditionSetRuleCreate) SetIsResource(v bool)
SetIsResource gets a reference to the given bool and assigns it to the IsResource field.
func (*ConditionSetRuleCreate) SetIsRole ¶
func (o *ConditionSetRuleCreate) SetIsRole(v bool)
SetIsRole gets a reference to the given bool and assigns it to the IsRole field.
func (*ConditionSetRuleCreate) SetPermission ¶
func (o *ConditionSetRuleCreate) SetPermission(v string)
SetPermission sets field value
func (*ConditionSetRuleCreate) SetResourceSet ¶
func (o *ConditionSetRuleCreate) SetResourceSet(v string)
SetResourceSet sets field value
func (*ConditionSetRuleCreate) SetUserSet ¶
func (o *ConditionSetRuleCreate) SetUserSet(v string)
SetUserSet sets field value
func (ConditionSetRuleCreate) ToMap ¶ added in v0.0.10
func (o ConditionSetRuleCreate) ToMap() (map[string]interface{}, error)
type ConditionSetRuleRead ¶
type ConditionSetRuleRead struct { // Unique id of the condition set rule Id string `json:"id"` // A unique id by which Permit will identify this condition set rule. Key string `json:"key"` // the userset that is currently granted permissions, i.e: all the users matching this rule are granted the permission on the resourceset UserSet string `json:"user_set"` // a permission that is currently granted to the userset *on* the resourceset. Permission string `json:"permission"` // the resourceset that represents the resources that are currently granted for access, i.e: all the resources matching this rule can be accessed by the userset to perform the granted *permission* ResourceSet string `json:"resource_set"` // Unique id of the organization that the condition set rule belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the condition set rule belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the condition set rule belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the condition set rule was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the condition set rule was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
ConditionSetRuleRead struct for ConditionSetRuleRead
func NewConditionSetRuleRead ¶
func NewConditionSetRuleRead(id string, key string, userSet string, permission string, resourceSet string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time) *ConditionSetRuleRead
NewConditionSetRuleRead instantiates a new ConditionSetRuleRead 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 NewConditionSetRuleReadWithDefaults ¶
func NewConditionSetRuleReadWithDefaults() *ConditionSetRuleRead
NewConditionSetRuleReadWithDefaults instantiates a new ConditionSetRuleRead 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 (*ConditionSetRuleRead) GetCreatedAt ¶
func (o *ConditionSetRuleRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ConditionSetRuleRead) GetCreatedAtOk ¶
func (o *ConditionSetRuleRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetEnvironmentId ¶
func (o *ConditionSetRuleRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ConditionSetRuleRead) GetEnvironmentIdOk ¶
func (o *ConditionSetRuleRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetId ¶
func (o *ConditionSetRuleRead) GetId() string
GetId returns the Id field value
func (*ConditionSetRuleRead) GetIdOk ¶
func (o *ConditionSetRuleRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetKey ¶
func (o *ConditionSetRuleRead) GetKey() string
GetKey returns the Key field value
func (*ConditionSetRuleRead) GetKeyOk ¶
func (o *ConditionSetRuleRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetOrganizationId ¶
func (o *ConditionSetRuleRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ConditionSetRuleRead) GetOrganizationIdOk ¶
func (o *ConditionSetRuleRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetPermission ¶
func (o *ConditionSetRuleRead) GetPermission() string
GetPermission returns the Permission field value
func (*ConditionSetRuleRead) GetPermissionOk ¶
func (o *ConditionSetRuleRead) GetPermissionOk() (*string, bool)
GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetProjectId ¶
func (o *ConditionSetRuleRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ConditionSetRuleRead) GetProjectIdOk ¶
func (o *ConditionSetRuleRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetResourceSet ¶
func (o *ConditionSetRuleRead) GetResourceSet() string
GetResourceSet returns the ResourceSet field value
func (*ConditionSetRuleRead) GetResourceSetOk ¶
func (o *ConditionSetRuleRead) GetResourceSetOk() (*string, bool)
GetResourceSetOk returns a tuple with the ResourceSet field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetUpdatedAt ¶
func (o *ConditionSetRuleRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ConditionSetRuleRead) GetUpdatedAtOk ¶
func (o *ConditionSetRuleRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRead) GetUserSet ¶
func (o *ConditionSetRuleRead) GetUserSet() string
GetUserSet returns the UserSet field value
func (*ConditionSetRuleRead) GetUserSetOk ¶
func (o *ConditionSetRuleRead) GetUserSetOk() (*string, bool)
GetUserSetOk returns a tuple with the UserSet field value and a boolean to check if the value has been set.
func (ConditionSetRuleRead) MarshalJSON ¶
func (o ConditionSetRuleRead) MarshalJSON() ([]byte, error)
func (*ConditionSetRuleRead) SetCreatedAt ¶
func (o *ConditionSetRuleRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ConditionSetRuleRead) SetEnvironmentId ¶
func (o *ConditionSetRuleRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ConditionSetRuleRead) SetId ¶
func (o *ConditionSetRuleRead) SetId(v string)
SetId sets field value
func (*ConditionSetRuleRead) SetKey ¶
func (o *ConditionSetRuleRead) SetKey(v string)
SetKey sets field value
func (*ConditionSetRuleRead) SetOrganizationId ¶
func (o *ConditionSetRuleRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ConditionSetRuleRead) SetPermission ¶
func (o *ConditionSetRuleRead) SetPermission(v string)
SetPermission sets field value
func (*ConditionSetRuleRead) SetProjectId ¶
func (o *ConditionSetRuleRead) SetProjectId(v string)
SetProjectId sets field value
func (*ConditionSetRuleRead) SetResourceSet ¶
func (o *ConditionSetRuleRead) SetResourceSet(v string)
SetResourceSet sets field value
func (*ConditionSetRuleRead) SetUpdatedAt ¶
func (o *ConditionSetRuleRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ConditionSetRuleRead) SetUserSet ¶
func (o *ConditionSetRuleRead) SetUserSet(v string)
SetUserSet sets field value
func (ConditionSetRuleRead) ToMap ¶ added in v0.0.10
func (o ConditionSetRuleRead) ToMap() (map[string]interface{}, error)
type ConditionSetRuleRemove ¶
type ConditionSetRuleRemove struct { // The userset that will be unassigned these permission, i.e: all the users matching this rule will lose the specified permission UserSet string `json:"user_set"` // The permission that will be removed from the userset *on* the resourceset. The permission can be either a resource action id, or `{resource_key}:{action_key}`, i.e: the \"permission name\". Permission string `json:"permission"` // The resourceset that represents the resources that are no longer granted for access, i.e: all the resources matching this rule can no longer be accessed by the userset, and will be revoked the specified *permission* ResourceSet string `json:"resource_set"` // if True, will set the condition set rule to the role's autogen user-set. IsRole *bool `json:"is_role,omitempty"` // if True, will set the condition set rule to the resource's autogen resource-set. IsResource *bool `json:"is_resource,omitempty"` }
ConditionSetRuleRemove struct for ConditionSetRuleRemove
func NewConditionSetRuleRemove ¶
func NewConditionSetRuleRemove(userSet string, permission string, resourceSet string) *ConditionSetRuleRemove
NewConditionSetRuleRemove instantiates a new ConditionSetRuleRemove 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 NewConditionSetRuleRemoveWithDefaults ¶
func NewConditionSetRuleRemoveWithDefaults() *ConditionSetRuleRemove
NewConditionSetRuleRemoveWithDefaults instantiates a new ConditionSetRuleRemove 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 (*ConditionSetRuleRemove) GetIsResource ¶
func (o *ConditionSetRuleRemove) GetIsResource() bool
GetIsResource returns the IsResource field value if set, zero value otherwise.
func (*ConditionSetRuleRemove) GetIsResourceOk ¶
func (o *ConditionSetRuleRemove) GetIsResourceOk() (*bool, bool)
GetIsResourceOk returns a tuple with the IsResource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRuleRemove) GetIsRole ¶
func (o *ConditionSetRuleRemove) GetIsRole() bool
GetIsRole returns the IsRole field value if set, zero value otherwise.
func (*ConditionSetRuleRemove) GetIsRoleOk ¶
func (o *ConditionSetRuleRemove) GetIsRoleOk() (*bool, bool)
GetIsRoleOk returns a tuple with the IsRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetRuleRemove) GetPermission ¶
func (o *ConditionSetRuleRemove) GetPermission() string
GetPermission returns the Permission field value
func (*ConditionSetRuleRemove) GetPermissionOk ¶
func (o *ConditionSetRuleRemove) GetPermissionOk() (*string, bool)
GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRemove) GetResourceSet ¶
func (o *ConditionSetRuleRemove) GetResourceSet() string
GetResourceSet returns the ResourceSet field value
func (*ConditionSetRuleRemove) GetResourceSetOk ¶
func (o *ConditionSetRuleRemove) GetResourceSetOk() (*string, bool)
GetResourceSetOk returns a tuple with the ResourceSet field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRemove) GetUserSet ¶
func (o *ConditionSetRuleRemove) GetUserSet() string
GetUserSet returns the UserSet field value
func (*ConditionSetRuleRemove) GetUserSetOk ¶
func (o *ConditionSetRuleRemove) GetUserSetOk() (*string, bool)
GetUserSetOk returns a tuple with the UserSet field value and a boolean to check if the value has been set.
func (*ConditionSetRuleRemove) HasIsResource ¶
func (o *ConditionSetRuleRemove) HasIsResource() bool
HasIsResource returns a boolean if a field has been set.
func (*ConditionSetRuleRemove) HasIsRole ¶
func (o *ConditionSetRuleRemove) HasIsRole() bool
HasIsRole returns a boolean if a field has been set.
func (ConditionSetRuleRemove) MarshalJSON ¶
func (o ConditionSetRuleRemove) MarshalJSON() ([]byte, error)
func (*ConditionSetRuleRemove) SetIsResource ¶
func (o *ConditionSetRuleRemove) SetIsResource(v bool)
SetIsResource gets a reference to the given bool and assigns it to the IsResource field.
func (*ConditionSetRuleRemove) SetIsRole ¶
func (o *ConditionSetRuleRemove) SetIsRole(v bool)
SetIsRole gets a reference to the given bool and assigns it to the IsRole field.
func (*ConditionSetRuleRemove) SetPermission ¶
func (o *ConditionSetRuleRemove) SetPermission(v string)
SetPermission sets field value
func (*ConditionSetRuleRemove) SetResourceSet ¶
func (o *ConditionSetRuleRemove) SetResourceSet(v string)
SetResourceSet sets field value
func (*ConditionSetRuleRemove) SetUserSet ¶
func (o *ConditionSetRuleRemove) SetUserSet(v string)
SetUserSet sets field value
func (ConditionSetRuleRemove) ToMap ¶ added in v0.0.10
func (o ConditionSetRuleRemove) ToMap() (map[string]interface{}, error)
type ConditionSetType ¶
type ConditionSetType string
ConditionSetType An enumeration.
const ( USERSET ConditionSetType = "userset" RESOURCESET ConditionSetType = "resourceset" )
List of ConditionSetType
func NewConditionSetTypeFromValue ¶
func NewConditionSetTypeFromValue(v string) (*ConditionSetType, error)
NewConditionSetTypeFromValue returns a pointer to a valid ConditionSetType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ConditionSetType) IsValid ¶
func (v ConditionSetType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ConditionSetType) Ptr ¶
func (v ConditionSetType) Ptr() *ConditionSetType
Ptr returns reference to ConditionSetType value
func (*ConditionSetType) UnmarshalJSON ¶
func (v *ConditionSetType) UnmarshalJSON(src []byte) error
type ConditionSetUpdate ¶
type ConditionSetUpdate struct { // A descriptive name for the set, i.e: 'US based employees' or 'Users behind VPN' Name *string `json:"name,omitempty"` // an optional longer description of the set Description *string `json:"description,omitempty"` // a boolean expression that consists of multiple conditions, with and/or logic. Conditions map[string]interface{} `json:"conditions,omitempty"` ParentId *ParentId `json:"parent_id,omitempty"` }
ConditionSetUpdate struct for ConditionSetUpdate
func NewConditionSetUpdate ¶
func NewConditionSetUpdate() *ConditionSetUpdate
NewConditionSetUpdate instantiates a new ConditionSetUpdate 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 NewConditionSetUpdateWithDefaults ¶
func NewConditionSetUpdateWithDefaults() *ConditionSetUpdate
NewConditionSetUpdateWithDefaults instantiates a new ConditionSetUpdate 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 (*ConditionSetUpdate) GetConditions ¶
func (o *ConditionSetUpdate) GetConditions() map[string]interface{}
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*ConditionSetUpdate) GetConditionsOk ¶
func (o *ConditionSetUpdate) GetConditionsOk() (map[string]interface{}, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetUpdate) GetDescription ¶
func (o *ConditionSetUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ConditionSetUpdate) GetDescriptionOk ¶
func (o *ConditionSetUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetUpdate) GetName ¶
func (o *ConditionSetUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConditionSetUpdate) GetNameOk ¶
func (o *ConditionSetUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetUpdate) GetParentId ¶ added in v0.0.10
func (o *ConditionSetUpdate) GetParentId() ParentId
GetParentId returns the ParentId field value if set, zero value otherwise.
func (*ConditionSetUpdate) GetParentIdOk ¶ added in v0.0.10
func (o *ConditionSetUpdate) GetParentIdOk() (*ParentId, bool)
GetParentIdOk returns a tuple with the ParentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConditionSetUpdate) HasConditions ¶
func (o *ConditionSetUpdate) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (*ConditionSetUpdate) HasDescription ¶
func (o *ConditionSetUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ConditionSetUpdate) HasName ¶
func (o *ConditionSetUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConditionSetUpdate) HasParentId ¶ added in v0.0.10
func (o *ConditionSetUpdate) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (ConditionSetUpdate) MarshalJSON ¶
func (o ConditionSetUpdate) MarshalJSON() ([]byte, error)
func (*ConditionSetUpdate) SetConditions ¶
func (o *ConditionSetUpdate) SetConditions(v map[string]interface{})
SetConditions gets a reference to the given map[string]interface{} and assigns it to the Conditions field.
func (*ConditionSetUpdate) SetDescription ¶
func (o *ConditionSetUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ConditionSetUpdate) SetName ¶
func (o *ConditionSetUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConditionSetUpdate) SetParentId ¶ added in v0.0.10
func (o *ConditionSetUpdate) SetParentId(v ParentId)
SetParentId gets a reference to the given ParentId and assigns it to the ParentId field.
func (ConditionSetUpdate) ToMap ¶ added in v0.0.10
func (o ConditionSetUpdate) ToMap() (map[string]interface{}, error)
type CopyEnvironmentScopeRoles ¶ added in v1.0.5
type CopyEnvironmentScopeRoles struct { // Objects to include (use * as wildcard) Include []string `json:"include,omitempty"` // Object to exclude (use * as wildcard) Exclude []string `json:"exclude,omitempty"` }
CopyEnvironmentScopeRoles CopyEnvironmentScopeRoles to copy
func NewCopyEnvironmentScopeRoles ¶ added in v1.0.5
func NewCopyEnvironmentScopeRoles() *CopyEnvironmentScopeRoles
NewCopyEnvironmentScopeRoles instantiates a new CopyEnvironmentScopeRoles 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 NewCopyEnvironmentScopeRolesWithDefaults ¶ added in v1.0.5
func NewCopyEnvironmentScopeRolesWithDefaults() *CopyEnvironmentScopeRoles
NewCopyEnvironmentScopeRolesWithDefaults instantiates a new CopyEnvironmentScopeRoles 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 (*CopyEnvironmentScopeRoles) GetExclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) GetExclude() []string
GetExclude returns the Exclude field value if set, zero value otherwise.
func (*CopyEnvironmentScopeRoles) GetExcludeOk ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) GetExcludeOk() ([]string, bool)
GetExcludeOk returns a tuple with the Exclude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CopyEnvironmentScopeRoles) GetInclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) GetInclude() []string
GetInclude returns the Include field value if set, zero value otherwise.
func (*CopyEnvironmentScopeRoles) GetIncludeOk ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) GetIncludeOk() ([]string, bool)
GetIncludeOk returns a tuple with the Include field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CopyEnvironmentScopeRoles) HasExclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) HasExclude() bool
HasExclude returns a boolean if a field has been set.
func (*CopyEnvironmentScopeRoles) HasInclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) HasInclude() bool
HasInclude returns a boolean if a field has been set.
func (CopyEnvironmentScopeRoles) MarshalJSON ¶ added in v1.0.5
func (o CopyEnvironmentScopeRoles) MarshalJSON() ([]byte, error)
func (*CopyEnvironmentScopeRoles) SetExclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) SetExclude(v []string)
SetExclude gets a reference to the given []string and assigns it to the Exclude field.
func (*CopyEnvironmentScopeRoles) SetInclude ¶ added in v1.0.5
func (o *CopyEnvironmentScopeRoles) SetInclude(v []string)
SetInclude gets a reference to the given []string and assigns it to the Include field.
func (CopyEnvironmentScopeRoles) ToMap ¶ added in v1.0.5
func (o CopyEnvironmentScopeRoles) ToMap() (map[string]interface{}, error)
type DataSourceConfig ¶
type DataSourceConfig struct { // list of data sources and how to fetch from them Entries []DataSourceEntry `json:"entries"` }
DataSourceConfig Static list of Data Source Entries returned to client. Answers this question for the client: from where should i get the full picture of data i need? (as opposed to incremental data updates)
func NewDataSourceConfig ¶
func NewDataSourceConfig(entries []DataSourceEntry) *DataSourceConfig
NewDataSourceConfig instantiates a new DataSourceConfig 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 NewDataSourceConfigWithDefaults ¶
func NewDataSourceConfigWithDefaults() *DataSourceConfig
NewDataSourceConfigWithDefaults instantiates a new DataSourceConfig 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 (*DataSourceConfig) GetEntries ¶
func (o *DataSourceConfig) GetEntries() []DataSourceEntry
GetEntries returns the Entries field value
func (*DataSourceConfig) GetEntriesOk ¶
func (o *DataSourceConfig) GetEntriesOk() ([]DataSourceEntry, bool)
GetEntriesOk returns a tuple with the Entries field value and a boolean to check if the value has been set.
func (DataSourceConfig) MarshalJSON ¶
func (o DataSourceConfig) MarshalJSON() ([]byte, error)
func (*DataSourceConfig) SetEntries ¶
func (o *DataSourceConfig) SetEntries(v []DataSourceEntry)
SetEntries sets field value
type DataSourceEntry ¶
type DataSourceEntry struct { // Url source to query for data Url string `json:"url"` // Suggested fetcher configuration (e.g. auth or method) to fetch data with Config map[string]interface{} `json:"config,omitempty"` // topics the data applies to Topics []string `json:"topics,omitempty"` // OPA data api path to store the document at DstPath *string `json:"dst_path,omitempty"` // Method used to write into OPA - PUT/PATCH SaveMethod *string `json:"save_method,omitempty"` }
DataSourceEntry Data source configuration - where client's should retrive data from and how they should store it
func NewDataSourceEntry ¶
func NewDataSourceEntry(url string) *DataSourceEntry
NewDataSourceEntry instantiates a new DataSourceEntry 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 NewDataSourceEntryWithDefaults ¶
func NewDataSourceEntryWithDefaults() *DataSourceEntry
NewDataSourceEntryWithDefaults instantiates a new DataSourceEntry 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 (*DataSourceEntry) GetConfig ¶
func (o *DataSourceEntry) GetConfig() map[string]interface{}
GetConfig returns the Config field value if set, zero value otherwise.
func (*DataSourceEntry) GetConfigOk ¶
func (o *DataSourceEntry) GetConfigOk() (map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataSourceEntry) GetDstPath ¶
func (o *DataSourceEntry) GetDstPath() string
GetDstPath returns the DstPath field value if set, zero value otherwise.
func (*DataSourceEntry) GetDstPathOk ¶
func (o *DataSourceEntry) GetDstPathOk() (*string, bool)
GetDstPathOk returns a tuple with the DstPath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataSourceEntry) GetSaveMethod ¶
func (o *DataSourceEntry) GetSaveMethod() string
GetSaveMethod returns the SaveMethod field value if set, zero value otherwise.
func (*DataSourceEntry) GetSaveMethodOk ¶
func (o *DataSourceEntry) GetSaveMethodOk() (*string, bool)
GetSaveMethodOk returns a tuple with the SaveMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataSourceEntry) GetTopics ¶
func (o *DataSourceEntry) GetTopics() []string
GetTopics returns the Topics field value if set, zero value otherwise.
func (*DataSourceEntry) GetTopicsOk ¶
func (o *DataSourceEntry) GetTopicsOk() ([]string, bool)
GetTopicsOk returns a tuple with the Topics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DataSourceEntry) GetUrl ¶
func (o *DataSourceEntry) GetUrl() string
GetUrl returns the Url field value
func (*DataSourceEntry) GetUrlOk ¶
func (o *DataSourceEntry) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*DataSourceEntry) HasConfig ¶
func (o *DataSourceEntry) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*DataSourceEntry) HasDstPath ¶
func (o *DataSourceEntry) HasDstPath() bool
HasDstPath returns a boolean if a field has been set.
func (*DataSourceEntry) HasSaveMethod ¶
func (o *DataSourceEntry) HasSaveMethod() bool
HasSaveMethod returns a boolean if a field has been set.
func (*DataSourceEntry) HasTopics ¶
func (o *DataSourceEntry) HasTopics() bool
HasTopics returns a boolean if a field has been set.
func (DataSourceEntry) MarshalJSON ¶
func (o DataSourceEntry) MarshalJSON() ([]byte, error)
func (*DataSourceEntry) SetConfig ¶
func (o *DataSourceEntry) SetConfig(v map[string]interface{})
SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.
func (*DataSourceEntry) SetDstPath ¶
func (o *DataSourceEntry) SetDstPath(v string)
SetDstPath gets a reference to the given string and assigns it to the DstPath field.
func (*DataSourceEntry) SetSaveMethod ¶
func (o *DataSourceEntry) SetSaveMethod(v string)
SetSaveMethod gets a reference to the given string and assigns it to the SaveMethod field.
func (*DataSourceEntry) SetTopics ¶
func (o *DataSourceEntry) SetTopics(v []string)
SetTopics gets a reference to the given []string and assigns it to the Topics field.
type DerivedRole ¶ added in v1.0.5
type DerivedRole struct { Conditions *string `json:"conditions,omitempty"` Settings PermitBackendSchemasSchemaOpalDataDerivationSettings `json:"settings"` Rules []DerivedRoleRule `json:"rules"` }
DerivedRole struct for DerivedRole
func NewDerivedRole ¶ added in v1.0.5
func NewDerivedRole(settings PermitBackendSchemasSchemaOpalDataDerivationSettings, rules []DerivedRoleRule) *DerivedRole
NewDerivedRole instantiates a new DerivedRole 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 NewDerivedRoleWithDefaults ¶ added in v1.0.5
func NewDerivedRoleWithDefaults() *DerivedRole
NewDerivedRoleWithDefaults instantiates a new DerivedRole 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 (*DerivedRole) GetConditions ¶ added in v1.0.5
func (o *DerivedRole) GetConditions() string
GetConditions returns the Conditions field value if set, zero value otherwise.
func (*DerivedRole) GetConditionsOk ¶ added in v1.0.5
func (o *DerivedRole) GetConditionsOk() (*string, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRole) GetRules ¶ added in v1.0.5
func (o *DerivedRole) GetRules() []DerivedRoleRule
GetRules returns the Rules field value
func (*DerivedRole) GetRulesOk ¶ added in v1.0.5
func (o *DerivedRole) GetRulesOk() ([]DerivedRoleRule, bool)
GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set.
func (*DerivedRole) GetSettings ¶ added in v1.0.5
func (o *DerivedRole) GetSettings() PermitBackendSchemasSchemaOpalDataDerivationSettings
GetSettings returns the Settings field value
func (*DerivedRole) GetSettingsOk ¶ added in v1.0.5
func (o *DerivedRole) GetSettingsOk() (*PermitBackendSchemasSchemaOpalDataDerivationSettings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*DerivedRole) HasConditions ¶ added in v1.0.5
func (o *DerivedRole) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (DerivedRole) MarshalJSON ¶ added in v1.0.5
func (o DerivedRole) MarshalJSON() ([]byte, error)
func (*DerivedRole) SetConditions ¶ added in v1.0.5
func (o *DerivedRole) SetConditions(v string)
SetConditions gets a reference to the given string and assigns it to the Conditions field.
func (*DerivedRole) SetRules ¶ added in v1.0.5
func (o *DerivedRole) SetRules(v []DerivedRoleRule)
SetRules sets field value
func (*DerivedRole) SetSettings ¶ added in v1.0.5
func (o *DerivedRole) SetSettings(v PermitBackendSchemasSchemaOpalDataDerivationSettings)
SetSettings sets field value
func (DerivedRole) ToMap ¶ added in v1.0.5
func (o DerivedRole) ToMap() (map[string]interface{}, error)
type DerivedRoleBlockEdit ¶ added in v1.0.5
type DerivedRoleBlockEdit struct { When *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings `json:"when,omitempty"` // the rules of the derived role UsersWithRole []DerivedRoleRuleCreate `json:"users_with_role,omitempty"` }
DerivedRoleBlockEdit struct for DerivedRoleBlockEdit
func NewDerivedRoleBlockEdit ¶ added in v1.0.5
func NewDerivedRoleBlockEdit() *DerivedRoleBlockEdit
NewDerivedRoleBlockEdit instantiates a new DerivedRoleBlockEdit 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 NewDerivedRoleBlockEditWithDefaults ¶ added in v1.0.5
func NewDerivedRoleBlockEditWithDefaults() *DerivedRoleBlockEdit
NewDerivedRoleBlockEditWithDefaults instantiates a new DerivedRoleBlockEdit 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 (*DerivedRoleBlockEdit) GetUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) GetUsersWithRole() []DerivedRoleRuleCreate
GetUsersWithRole returns the UsersWithRole field value if set, zero value otherwise.
func (*DerivedRoleBlockEdit) GetUsersWithRoleOk ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) GetUsersWithRoleOk() ([]DerivedRoleRuleCreate, bool)
GetUsersWithRoleOk returns a tuple with the UsersWithRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleBlockEdit) GetWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
GetWhen returns the When field value if set, zero value otherwise.
func (*DerivedRoleBlockEdit) GetWhenOk ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
GetWhenOk returns a tuple with the When field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleBlockEdit) HasUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) HasUsersWithRole() bool
HasUsersWithRole returns a boolean if a field has been set.
func (*DerivedRoleBlockEdit) HasWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) HasWhen() bool
HasWhen returns a boolean if a field has been set.
func (DerivedRoleBlockEdit) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleBlockEdit) MarshalJSON() ([]byte, error)
func (*DerivedRoleBlockEdit) SetUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) SetUsersWithRole(v []DerivedRoleRuleCreate)
SetUsersWithRole gets a reference to the given []DerivedRoleRuleCreate and assigns it to the UsersWithRole field.
func (*DerivedRoleBlockEdit) SetWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockEdit) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
SetWhen gets a reference to the given PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings and assigns it to the When field.
func (DerivedRoleBlockEdit) ToMap ¶ added in v1.0.5
func (o DerivedRoleBlockEdit) ToMap() (map[string]interface{}, error)
type DerivedRoleBlockRead ¶ added in v1.0.5
type DerivedRoleBlockRead struct { When *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings `json:"when,omitempty"` // The unique id of the derived_role Id string `json:"id"` // the rules of the derived role UsersWithRole []DerivedRoleRuleRead `json:"users_with_role,omitempty"` }
DerivedRoleBlockRead struct for DerivedRoleBlockRead
func NewDerivedRoleBlockRead ¶ added in v1.0.5
func NewDerivedRoleBlockRead(id string) *DerivedRoleBlockRead
NewDerivedRoleBlockRead instantiates a new DerivedRoleBlockRead 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 NewDerivedRoleBlockReadWithDefaults ¶ added in v1.0.5
func NewDerivedRoleBlockReadWithDefaults() *DerivedRoleBlockRead
NewDerivedRoleBlockReadWithDefaults instantiates a new DerivedRoleBlockRead 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 (*DerivedRoleBlockRead) GetId ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetId() string
GetId returns the Id field value
func (*DerivedRoleBlockRead) GetIdOk ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DerivedRoleBlockRead) GetUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetUsersWithRole() []DerivedRoleRuleRead
GetUsersWithRole returns the UsersWithRole field value if set, zero value otherwise.
func (*DerivedRoleBlockRead) GetUsersWithRoleOk ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetUsersWithRoleOk() ([]DerivedRoleRuleRead, bool)
GetUsersWithRoleOk returns a tuple with the UsersWithRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleBlockRead) GetWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
GetWhen returns the When field value if set, zero value otherwise.
func (*DerivedRoleBlockRead) GetWhenOk ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
GetWhenOk returns a tuple with the When field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleBlockRead) HasUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) HasUsersWithRole() bool
HasUsersWithRole returns a boolean if a field has been set.
func (*DerivedRoleBlockRead) HasWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) HasWhen() bool
HasWhen returns a boolean if a field has been set.
func (DerivedRoleBlockRead) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleBlockRead) MarshalJSON() ([]byte, error)
func (*DerivedRoleBlockRead) SetId ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) SetId(v string)
SetId sets field value
func (*DerivedRoleBlockRead) SetUsersWithRole ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) SetUsersWithRole(v []DerivedRoleRuleRead)
SetUsersWithRole gets a reference to the given []DerivedRoleRuleRead and assigns it to the UsersWithRole field.
func (*DerivedRoleBlockRead) SetWhen ¶ added in v1.0.5
func (o *DerivedRoleBlockRead) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
SetWhen gets a reference to the given PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings and assigns it to the When field.
func (DerivedRoleBlockRead) ToMap ¶ added in v1.0.5
func (o DerivedRoleBlockRead) ToMap() (map[string]interface{}, error)
type DerivedRoleRule ¶ added in v1.0.5
type DerivedRoleRule struct { Relation string `json:"relation"` RelatedResource string `json:"related_resource"` RelatedRole string `json:"related_role"` Settings PermitBackendSchemasSchemaOpalDataDerivationSettings `json:"settings"` }
DerivedRoleRule struct for DerivedRoleRule
func NewDerivedRoleRule ¶ added in v1.0.5
func NewDerivedRoleRule(relation string, relatedResource string, relatedRole string, settings PermitBackendSchemasSchemaOpalDataDerivationSettings) *DerivedRoleRule
NewDerivedRoleRule instantiates a new DerivedRoleRule 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 NewDerivedRoleRuleWithDefaults ¶ added in v1.0.5
func NewDerivedRoleRuleWithDefaults() *DerivedRoleRule
NewDerivedRoleRuleWithDefaults instantiates a new DerivedRoleRule 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 (*DerivedRoleRule) GetRelatedResource ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelatedResource() string
GetRelatedResource returns the RelatedResource field value
func (*DerivedRoleRule) GetRelatedResourceOk ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelatedResourceOk() (*string, bool)
GetRelatedResourceOk returns a tuple with the RelatedResource field value and a boolean to check if the value has been set.
func (*DerivedRoleRule) GetRelatedRole ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelatedRole() string
GetRelatedRole returns the RelatedRole field value
func (*DerivedRoleRule) GetRelatedRoleOk ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelatedRoleOk() (*string, bool)
GetRelatedRoleOk returns a tuple with the RelatedRole field value and a boolean to check if the value has been set.
func (*DerivedRoleRule) GetRelation ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelation() string
GetRelation returns the Relation field value
func (*DerivedRoleRule) GetRelationOk ¶ added in v1.0.5
func (o *DerivedRoleRule) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*DerivedRoleRule) GetSettings ¶ added in v1.0.5
func (o *DerivedRoleRule) GetSettings() PermitBackendSchemasSchemaOpalDataDerivationSettings
GetSettings returns the Settings field value
func (*DerivedRoleRule) GetSettingsOk ¶ added in v1.0.5
func (o *DerivedRoleRule) GetSettingsOk() (*PermitBackendSchemasSchemaOpalDataDerivationSettings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (DerivedRoleRule) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleRule) MarshalJSON() ([]byte, error)
func (*DerivedRoleRule) SetRelatedResource ¶ added in v1.0.5
func (o *DerivedRoleRule) SetRelatedResource(v string)
SetRelatedResource sets field value
func (*DerivedRoleRule) SetRelatedRole ¶ added in v1.0.5
func (o *DerivedRoleRule) SetRelatedRole(v string)
SetRelatedRole sets field value
func (*DerivedRoleRule) SetRelation ¶ added in v1.0.5
func (o *DerivedRoleRule) SetRelation(v string)
SetRelation sets field value
func (*DerivedRoleRule) SetSettings ¶ added in v1.0.5
func (o *DerivedRoleRule) SetSettings(v PermitBackendSchemasSchemaOpalDataDerivationSettings)
SetSettings sets field value
func (DerivedRoleRule) ToMap ¶ added in v1.0.5
func (o DerivedRoleRule) ToMap() (map[string]interface{}, error)
type DerivedRoleRuleCreate ¶ added in v1.0.5
type DerivedRoleRuleCreate struct { // the role key that needs to exist on the related resource (from the relation) Role string `json:"role"` // the resource key that needs to exist on the related role (from the relation) OnResource string `json:"on_resource"` // the relation key that needs to exist between the resource and the related resource LinkedByRelation string `json:"linked_by_relation"` When *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings `json:"when,omitempty"` }
DerivedRoleRuleCreate struct for DerivedRoleRuleCreate
func NewDerivedRoleRuleCreate ¶ added in v1.0.5
func NewDerivedRoleRuleCreate(role string, onResource string, linkedByRelation string) *DerivedRoleRuleCreate
NewDerivedRoleRuleCreate instantiates a new DerivedRoleRuleCreate 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 NewDerivedRoleRuleCreateWithDefaults ¶ added in v1.0.5
func NewDerivedRoleRuleCreateWithDefaults() *DerivedRoleRuleCreate
NewDerivedRoleRuleCreateWithDefaults instantiates a new DerivedRoleRuleCreate 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 (*DerivedRoleRuleCreate) GetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetLinkedByRelation() string
GetLinkedByRelation returns the LinkedByRelation field value
func (*DerivedRoleRuleCreate) GetLinkedByRelationOk ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetLinkedByRelationOk() (*string, bool)
GetLinkedByRelationOk returns a tuple with the LinkedByRelation field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleCreate) GetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetOnResource() string
GetOnResource returns the OnResource field value
func (*DerivedRoleRuleCreate) GetOnResourceOk ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetOnResourceOk() (*string, bool)
GetOnResourceOk returns a tuple with the OnResource field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleCreate) GetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetRole() string
GetRole returns the Role field value
func (*DerivedRoleRuleCreate) GetRoleOk ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleCreate) GetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
GetWhen returns the When field value if set, zero value otherwise.
func (*DerivedRoleRuleCreate) GetWhenOk ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
GetWhenOk returns a tuple with the When field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleRuleCreate) HasWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) HasWhen() bool
HasWhen returns a boolean if a field has been set.
func (DerivedRoleRuleCreate) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleRuleCreate) MarshalJSON() ([]byte, error)
func (*DerivedRoleRuleCreate) SetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) SetLinkedByRelation(v string)
SetLinkedByRelation sets field value
func (*DerivedRoleRuleCreate) SetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) SetOnResource(v string)
SetOnResource sets field value
func (*DerivedRoleRuleCreate) SetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) SetRole(v string)
SetRole sets field value
func (*DerivedRoleRuleCreate) SetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleCreate) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
SetWhen gets a reference to the given PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings and assigns it to the When field.
func (DerivedRoleRuleCreate) ToMap ¶ added in v1.0.5
func (o DerivedRoleRuleCreate) ToMap() (map[string]interface{}, error)
type DerivedRoleRuleDelete ¶ added in v1.0.5
type DerivedRoleRuleDelete struct { // the role key that needs to exist on the related resource (from the relation) Role string `json:"role"` // the resource key that needs to exist on the related role (from the relation) OnResource string `json:"on_resource"` // the relation key that needs to exist between the resource and the related resource LinkedByRelation string `json:"linked_by_relation"` When *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings `json:"when,omitempty"` }
DerivedRoleRuleDelete struct for DerivedRoleRuleDelete
func NewDerivedRoleRuleDelete ¶ added in v1.0.5
func NewDerivedRoleRuleDelete(role string, onResource string, linkedByRelation string) *DerivedRoleRuleDelete
NewDerivedRoleRuleDelete instantiates a new DerivedRoleRuleDelete 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 NewDerivedRoleRuleDeleteWithDefaults ¶ added in v1.0.5
func NewDerivedRoleRuleDeleteWithDefaults() *DerivedRoleRuleDelete
NewDerivedRoleRuleDeleteWithDefaults instantiates a new DerivedRoleRuleDelete 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 (*DerivedRoleRuleDelete) GetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetLinkedByRelation() string
GetLinkedByRelation returns the LinkedByRelation field value
func (*DerivedRoleRuleDelete) GetLinkedByRelationOk ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetLinkedByRelationOk() (*string, bool)
GetLinkedByRelationOk returns a tuple with the LinkedByRelation field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleDelete) GetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetOnResource() string
GetOnResource returns the OnResource field value
func (*DerivedRoleRuleDelete) GetOnResourceOk ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetOnResourceOk() (*string, bool)
GetOnResourceOk returns a tuple with the OnResource field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleDelete) GetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetRole() string
GetRole returns the Role field value
func (*DerivedRoleRuleDelete) GetRoleOk ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleDelete) GetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
GetWhen returns the When field value if set, zero value otherwise.
func (*DerivedRoleRuleDelete) GetWhenOk ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
GetWhenOk returns a tuple with the When field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleRuleDelete) HasWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) HasWhen() bool
HasWhen returns a boolean if a field has been set.
func (DerivedRoleRuleDelete) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleRuleDelete) MarshalJSON() ([]byte, error)
func (*DerivedRoleRuleDelete) SetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) SetLinkedByRelation(v string)
SetLinkedByRelation sets field value
func (*DerivedRoleRuleDelete) SetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) SetOnResource(v string)
SetOnResource sets field value
func (*DerivedRoleRuleDelete) SetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) SetRole(v string)
SetRole sets field value
func (*DerivedRoleRuleDelete) SetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleDelete) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
SetWhen gets a reference to the given PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings and assigns it to the When field.
func (DerivedRoleRuleDelete) ToMap ¶ added in v1.0.5
func (o DerivedRoleRuleDelete) ToMap() (map[string]interface{}, error)
type DerivedRoleRuleRead ¶ added in v1.0.5
type DerivedRoleRuleRead struct { // the role id that needs to exist on the related resource (from the relation) RoleId string `json:"role_id"` // the resource id that needs to exist on the related role (from the relation) ResourceId string `json:"resource_id"` // the relation id that needs to exist between the resource and the related resource RelationId string `json:"relation_id"` // the role key that needs to exist on the related resource (from the relation) Role string `json:"role"` // the resource key that needs to exist on the related role (from the relation) OnResource string `json:"on_resource"` // the relation key that needs to exist between the resource and the related resource LinkedByRelation string `json:"linked_by_relation"` When *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings `json:"when,omitempty"` }
DerivedRoleRuleRead struct for DerivedRoleRuleRead
func NewDerivedRoleRuleRead ¶ added in v1.0.5
func NewDerivedRoleRuleRead(roleId string, resourceId string, relationId string, role string, onResource string, linkedByRelation string) *DerivedRoleRuleRead
NewDerivedRoleRuleRead instantiates a new DerivedRoleRuleRead 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 NewDerivedRoleRuleReadWithDefaults ¶ added in v1.0.5
func NewDerivedRoleRuleReadWithDefaults() *DerivedRoleRuleRead
NewDerivedRoleRuleReadWithDefaults instantiates a new DerivedRoleRuleRead 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 (*DerivedRoleRuleRead) GetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetLinkedByRelation() string
GetLinkedByRelation returns the LinkedByRelation field value
func (*DerivedRoleRuleRead) GetLinkedByRelationOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetLinkedByRelationOk() (*string, bool)
GetLinkedByRelationOk returns a tuple with the LinkedByRelation field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetOnResource() string
GetOnResource returns the OnResource field value
func (*DerivedRoleRuleRead) GetOnResourceOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetOnResourceOk() (*string, bool)
GetOnResourceOk returns a tuple with the OnResource field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetRelationId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRelationId() string
GetRelationId returns the RelationId field value
func (*DerivedRoleRuleRead) GetRelationIdOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRelationIdOk() (*string, bool)
GetRelationIdOk returns a tuple with the RelationId field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetResourceId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*DerivedRoleRuleRead) GetResourceIdOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRole() string
GetRole returns the Role field value
func (*DerivedRoleRuleRead) GetRoleId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRoleId() string
GetRoleId returns the RoleId field value
func (*DerivedRoleRuleRead) GetRoleIdOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetRoleOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) GetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetWhen() PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
GetWhen returns the When field value if set, zero value otherwise.
func (*DerivedRoleRuleRead) GetWhenOk ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) GetWhenOk() (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings, bool)
GetWhenOk returns a tuple with the When field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DerivedRoleRuleRead) HasWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) HasWhen() bool
HasWhen returns a boolean if a field has been set.
func (DerivedRoleRuleRead) MarshalJSON ¶ added in v1.0.5
func (o DerivedRoleRuleRead) MarshalJSON() ([]byte, error)
func (*DerivedRoleRuleRead) SetLinkedByRelation ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetLinkedByRelation(v string)
SetLinkedByRelation sets field value
func (*DerivedRoleRuleRead) SetOnResource ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetOnResource(v string)
SetOnResource sets field value
func (*DerivedRoleRuleRead) SetRelationId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetRelationId(v string)
SetRelationId sets field value
func (*DerivedRoleRuleRead) SetResourceId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetResourceId(v string)
SetResourceId sets field value
func (*DerivedRoleRuleRead) SetRole ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetRole(v string)
SetRole sets field value
func (*DerivedRoleRuleRead) SetRoleId ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetRoleId(v string)
SetRoleId sets field value
func (*DerivedRoleRuleRead) SetWhen ¶ added in v1.0.5
func (o *DerivedRoleRuleRead) SetWhen(v PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings)
SetWhen gets a reference to the given PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings and assigns it to the When field.
func (DerivedRoleRuleRead) ToMap ¶ added in v1.0.5
func (o DerivedRoleRuleRead) ToMap() (map[string]interface{}, error)
type DevLogin ¶
type DevLogin struct { // an email address from which to create a DEV MODE session Username string `json:"username"` }
DevLogin struct for DevLogin
func NewDevLogin ¶
NewDevLogin instantiates a new DevLogin 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 NewDevLoginWithDefaults ¶
func NewDevLoginWithDefaults() *DevLogin
NewDevLoginWithDefaults instantiates a new DevLogin 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 (*DevLogin) GetUsername ¶
GetUsername returns the Username field value
func (*DevLogin) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (DevLogin) MarshalJSON ¶
func (*DevLogin) SetUsername ¶
SetUsername sets field value
type ElementsConfigCreate ¶
type ElementsConfigCreate struct { // A URL-friendly name of the elements_config (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the elements_config. Key string `json:"key"` // The name of the elements_config Name string `json:"name"` // The type of the elements interface, e.g: user management ElementsType ElementsType `json:"elements_type"` // Obj with the options of the elements interface, e.g: primary color Settings map[string]Settings `json:"settings"` // Obj with levels as keys and role ids as values RolesToLevels map[string][]string `json:"roles_to_levels"` Webhook *WebhookCreate `json:"webhook,omitempty"` }
ElementsConfigCreate struct for ElementsConfigCreate
func NewElementsConfigCreate ¶
func NewElementsConfigCreate(key string, name string, elementsType ElementsType, settings map[string]Settings, rolesToLevels map[string][]string) *ElementsConfigCreate
NewElementsConfigCreate instantiates a new ElementsConfigCreate 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 NewElementsConfigCreateWithDefaults ¶
func NewElementsConfigCreateWithDefaults() *ElementsConfigCreate
NewElementsConfigCreateWithDefaults instantiates a new ElementsConfigCreate 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 (*ElementsConfigCreate) GetElementsType ¶
func (o *ElementsConfigCreate) GetElementsType() ElementsType
GetElementsType returns the ElementsType field value
func (*ElementsConfigCreate) GetElementsTypeOk ¶
func (o *ElementsConfigCreate) GetElementsTypeOk() (*ElementsType, bool)
GetElementsTypeOk returns a tuple with the ElementsType field value and a boolean to check if the value has been set.
func (*ElementsConfigCreate) GetKey ¶
func (o *ElementsConfigCreate) GetKey() string
GetKey returns the Key field value
func (*ElementsConfigCreate) GetKeyOk ¶
func (o *ElementsConfigCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ElementsConfigCreate) GetName ¶
func (o *ElementsConfigCreate) GetName() string
GetName returns the Name field value
func (*ElementsConfigCreate) GetNameOk ¶
func (o *ElementsConfigCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ElementsConfigCreate) GetRolesToLevels ¶
func (o *ElementsConfigCreate) GetRolesToLevels() map[string][]string
GetRolesToLevels returns the RolesToLevels field value
func (*ElementsConfigCreate) GetRolesToLevelsOk ¶
func (o *ElementsConfigCreate) GetRolesToLevelsOk() (*map[string][]string, bool)
GetRolesToLevelsOk returns a tuple with the RolesToLevels field value and a boolean to check if the value has been set.
func (*ElementsConfigCreate) GetSettings ¶
func (o *ElementsConfigCreate) GetSettings() map[string]Settings
GetSettings returns the Settings field value
func (*ElementsConfigCreate) GetSettingsOk ¶
func (o *ElementsConfigCreate) GetSettingsOk() (*map[string]Settings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*ElementsConfigCreate) GetWebhook ¶
func (o *ElementsConfigCreate) GetWebhook() WebhookCreate
GetWebhook returns the Webhook field value if set, zero value otherwise.
func (*ElementsConfigCreate) GetWebhookOk ¶
func (o *ElementsConfigCreate) GetWebhookOk() (*WebhookCreate, bool)
GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigCreate) HasWebhook ¶
func (o *ElementsConfigCreate) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (ElementsConfigCreate) MarshalJSON ¶
func (o ElementsConfigCreate) MarshalJSON() ([]byte, error)
func (*ElementsConfigCreate) SetElementsType ¶
func (o *ElementsConfigCreate) SetElementsType(v ElementsType)
SetElementsType sets field value
func (*ElementsConfigCreate) SetKey ¶
func (o *ElementsConfigCreate) SetKey(v string)
SetKey sets field value
func (*ElementsConfigCreate) SetName ¶
func (o *ElementsConfigCreate) SetName(v string)
SetName sets field value
func (*ElementsConfigCreate) SetRolesToLevels ¶
func (o *ElementsConfigCreate) SetRolesToLevels(v map[string][]string)
SetRolesToLevels sets field value
func (*ElementsConfigCreate) SetSettings ¶
func (o *ElementsConfigCreate) SetSettings(v map[string]Settings)
SetSettings sets field value
func (*ElementsConfigCreate) SetWebhook ¶
func (o *ElementsConfigCreate) SetWebhook(v WebhookCreate)
SetWebhook gets a reference to the given WebhookCreate and assigns it to the Webhook field.
type ElementsConfigRead ¶
type ElementsConfigRead struct { // A URL-friendly name of the elements_config (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the elements_config. Key string `json:"key"` // Unique id of the elements_config Id string `json:"id"` // Unique id of the organization that the elements_config belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the elements_config belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the elements_config belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the elements_config was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the elements_config was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` IsActive bool `json:"is_active"` // The name of the elements_config Name string `json:"name"` // The type of the elements interface, e.g: user management ElementsType ElementsType `json:"elements_type"` // Obj with the options of the elements interface, e.g: primary color Settings map[string]Settings `json:"settings"` // Obj with levels as keys and role ids as values RolesToLevels map[string][]PermissionLevelRoleRead `json:"roles_to_levels"` Webhook *WebhookRead `json:"webhook,omitempty"` }
ElementsConfigRead struct for ElementsConfigRead
func NewElementsConfigRead ¶
func NewElementsConfigRead(key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, isActive bool, name string, elementsType ElementsType, settings map[string]Settings, rolesToLevels map[string][]PermissionLevelRoleRead) *ElementsConfigRead
NewElementsConfigRead instantiates a new ElementsConfigRead 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 NewElementsConfigReadWithDefaults ¶
func NewElementsConfigReadWithDefaults() *ElementsConfigRead
NewElementsConfigReadWithDefaults instantiates a new ElementsConfigRead 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 (*ElementsConfigRead) GetCreatedAt ¶
func (o *ElementsConfigRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ElementsConfigRead) GetCreatedAtOk ¶
func (o *ElementsConfigRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetElementsType ¶
func (o *ElementsConfigRead) GetElementsType() ElementsType
GetElementsType returns the ElementsType field value
func (*ElementsConfigRead) GetElementsTypeOk ¶
func (o *ElementsConfigRead) GetElementsTypeOk() (*ElementsType, bool)
GetElementsTypeOk returns a tuple with the ElementsType field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetEnvironmentId ¶
func (o *ElementsConfigRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ElementsConfigRead) GetEnvironmentIdOk ¶
func (o *ElementsConfigRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetId ¶
func (o *ElementsConfigRead) GetId() string
GetId returns the Id field value
func (*ElementsConfigRead) GetIdOk ¶
func (o *ElementsConfigRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetIsActive ¶
func (o *ElementsConfigRead) GetIsActive() bool
GetIsActive returns the IsActive field value
func (*ElementsConfigRead) GetIsActiveOk ¶
func (o *ElementsConfigRead) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetKey ¶
func (o *ElementsConfigRead) GetKey() string
GetKey returns the Key field value
func (*ElementsConfigRead) GetKeyOk ¶
func (o *ElementsConfigRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetName ¶
func (o *ElementsConfigRead) GetName() string
GetName returns the Name field value
func (*ElementsConfigRead) GetNameOk ¶
func (o *ElementsConfigRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetOrganizationId ¶
func (o *ElementsConfigRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ElementsConfigRead) GetOrganizationIdOk ¶
func (o *ElementsConfigRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetProjectId ¶
func (o *ElementsConfigRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ElementsConfigRead) GetProjectIdOk ¶
func (o *ElementsConfigRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetRolesToLevels ¶
func (o *ElementsConfigRead) GetRolesToLevels() map[string][]PermissionLevelRoleRead
GetRolesToLevels returns the RolesToLevels field value
func (*ElementsConfigRead) GetRolesToLevelsOk ¶
func (o *ElementsConfigRead) GetRolesToLevelsOk() (*map[string][]PermissionLevelRoleRead, bool)
GetRolesToLevelsOk returns a tuple with the RolesToLevels field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetSettings ¶
func (o *ElementsConfigRead) GetSettings() map[string]Settings
GetSettings returns the Settings field value
func (*ElementsConfigRead) GetSettingsOk ¶
func (o *ElementsConfigRead) GetSettingsOk() (*map[string]Settings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetUpdatedAt ¶
func (o *ElementsConfigRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ElementsConfigRead) GetUpdatedAtOk ¶
func (o *ElementsConfigRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ElementsConfigRead) GetWebhook ¶
func (o *ElementsConfigRead) GetWebhook() WebhookRead
GetWebhook returns the Webhook field value if set, zero value otherwise.
func (*ElementsConfigRead) GetWebhookOk ¶
func (o *ElementsConfigRead) GetWebhookOk() (*WebhookRead, bool)
GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigRead) HasWebhook ¶
func (o *ElementsConfigRead) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (ElementsConfigRead) MarshalJSON ¶
func (o ElementsConfigRead) MarshalJSON() ([]byte, error)
func (*ElementsConfigRead) SetCreatedAt ¶
func (o *ElementsConfigRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ElementsConfigRead) SetElementsType ¶
func (o *ElementsConfigRead) SetElementsType(v ElementsType)
SetElementsType sets field value
func (*ElementsConfigRead) SetEnvironmentId ¶
func (o *ElementsConfigRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ElementsConfigRead) SetId ¶
func (o *ElementsConfigRead) SetId(v string)
SetId sets field value
func (*ElementsConfigRead) SetIsActive ¶
func (o *ElementsConfigRead) SetIsActive(v bool)
SetIsActive sets field value
func (*ElementsConfigRead) SetKey ¶
func (o *ElementsConfigRead) SetKey(v string)
SetKey sets field value
func (*ElementsConfigRead) SetName ¶
func (o *ElementsConfigRead) SetName(v string)
SetName sets field value
func (*ElementsConfigRead) SetOrganizationId ¶
func (o *ElementsConfigRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ElementsConfigRead) SetProjectId ¶
func (o *ElementsConfigRead) SetProjectId(v string)
SetProjectId sets field value
func (*ElementsConfigRead) SetRolesToLevels ¶
func (o *ElementsConfigRead) SetRolesToLevels(v map[string][]PermissionLevelRoleRead)
SetRolesToLevels sets field value
func (*ElementsConfigRead) SetSettings ¶
func (o *ElementsConfigRead) SetSettings(v map[string]Settings)
SetSettings sets field value
func (*ElementsConfigRead) SetUpdatedAt ¶
func (o *ElementsConfigRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ElementsConfigRead) SetWebhook ¶
func (o *ElementsConfigRead) SetWebhook(v WebhookRead)
SetWebhook gets a reference to the given WebhookRead and assigns it to the Webhook field.
type ElementsConfigUpdate ¶
type ElementsConfigUpdate struct { // The name of the elements_config Name *string `json:"name,omitempty"` // The type of the elements interface, e.g: user management ElementsType *ElementsType `json:"elements_type,omitempty"` // Obj with the options of the elements interface, e.g: primary color Settings *map[string]Settings `json:"settings,omitempty"` // Obj with levels as keys and role ids as values RolesToLevels map[string][]string `json:"roles_to_levels"` Webhook *WebhookUpdate `json:"webhook,omitempty"` }
ElementsConfigUpdate struct for ElementsConfigUpdate
func NewElementsConfigUpdate ¶
func NewElementsConfigUpdate(rolesToLevels map[string][]string) *ElementsConfigUpdate
NewElementsConfigUpdate instantiates a new ElementsConfigUpdate 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 NewElementsConfigUpdateWithDefaults ¶
func NewElementsConfigUpdateWithDefaults() *ElementsConfigUpdate
NewElementsConfigUpdateWithDefaults instantiates a new ElementsConfigUpdate 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 (*ElementsConfigUpdate) GetElementsType ¶
func (o *ElementsConfigUpdate) GetElementsType() ElementsType
GetElementsType returns the ElementsType field value if set, zero value otherwise.
func (*ElementsConfigUpdate) GetElementsTypeOk ¶
func (o *ElementsConfigUpdate) GetElementsTypeOk() (*ElementsType, bool)
GetElementsTypeOk returns a tuple with the ElementsType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigUpdate) GetName ¶
func (o *ElementsConfigUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ElementsConfigUpdate) GetNameOk ¶
func (o *ElementsConfigUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigUpdate) GetRolesToLevels ¶
func (o *ElementsConfigUpdate) GetRolesToLevels() map[string][]string
GetRolesToLevels returns the RolesToLevels field value
func (*ElementsConfigUpdate) GetRolesToLevelsOk ¶
func (o *ElementsConfigUpdate) GetRolesToLevelsOk() (*map[string][]string, bool)
GetRolesToLevelsOk returns a tuple with the RolesToLevels field value and a boolean to check if the value has been set.
func (*ElementsConfigUpdate) GetSettings ¶
func (o *ElementsConfigUpdate) GetSettings() map[string]Settings
GetSettings returns the Settings field value if set, zero value otherwise.
func (*ElementsConfigUpdate) GetSettingsOk ¶
func (o *ElementsConfigUpdate) GetSettingsOk() (*map[string]Settings, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigUpdate) GetWebhook ¶
func (o *ElementsConfigUpdate) GetWebhook() WebhookUpdate
GetWebhook returns the Webhook field value if set, zero value otherwise.
func (*ElementsConfigUpdate) GetWebhookOk ¶
func (o *ElementsConfigUpdate) GetWebhookOk() (*WebhookUpdate, bool)
GetWebhookOk returns a tuple with the Webhook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsConfigUpdate) HasElementsType ¶
func (o *ElementsConfigUpdate) HasElementsType() bool
HasElementsType returns a boolean if a field has been set.
func (*ElementsConfigUpdate) HasName ¶
func (o *ElementsConfigUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ElementsConfigUpdate) HasSettings ¶
func (o *ElementsConfigUpdate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*ElementsConfigUpdate) HasWebhook ¶
func (o *ElementsConfigUpdate) HasWebhook() bool
HasWebhook returns a boolean if a field has been set.
func (ElementsConfigUpdate) MarshalJSON ¶
func (o ElementsConfigUpdate) MarshalJSON() ([]byte, error)
func (*ElementsConfigUpdate) SetElementsType ¶
func (o *ElementsConfigUpdate) SetElementsType(v ElementsType)
SetElementsType gets a reference to the given ElementsType and assigns it to the ElementsType field.
func (*ElementsConfigUpdate) SetName ¶
func (o *ElementsConfigUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ElementsConfigUpdate) SetRolesToLevels ¶
func (o *ElementsConfigUpdate) SetRolesToLevels(v map[string][]string)
SetRolesToLevels sets field value
func (*ElementsConfigUpdate) SetSettings ¶
func (o *ElementsConfigUpdate) SetSettings(v map[string]Settings)
SetSettings gets a reference to the given map[string]Settings and assigns it to the Settings field.
func (*ElementsConfigUpdate) SetWebhook ¶
func (o *ElementsConfigUpdate) SetWebhook(v WebhookUpdate)
SetWebhook gets a reference to the given WebhookUpdate and assigns it to the Webhook field.
type ElementsEnvRead ¶
type ElementsEnvRead struct { // Obj with levels as keys and role ids as values RolesToLevels map[string][]PermissionLevelRoleRead `json:"roles_to_levels"` }
ElementsEnvRead struct for ElementsEnvRead
func NewElementsEnvRead ¶
func NewElementsEnvRead(rolesToLevels map[string][]PermissionLevelRoleRead) *ElementsEnvRead
NewElementsEnvRead instantiates a new ElementsEnvRead 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 NewElementsEnvReadWithDefaults ¶
func NewElementsEnvReadWithDefaults() *ElementsEnvRead
NewElementsEnvReadWithDefaults instantiates a new ElementsEnvRead 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 (*ElementsEnvRead) GetRolesToLevels ¶
func (o *ElementsEnvRead) GetRolesToLevels() map[string][]PermissionLevelRoleRead
GetRolesToLevels returns the RolesToLevels field value
func (*ElementsEnvRead) GetRolesToLevelsOk ¶
func (o *ElementsEnvRead) GetRolesToLevelsOk() (*map[string][]PermissionLevelRoleRead, bool)
GetRolesToLevelsOk returns a tuple with the RolesToLevels field value and a boolean to check if the value has been set.
func (ElementsEnvRead) MarshalJSON ¶
func (o ElementsEnvRead) MarshalJSON() ([]byte, error)
func (*ElementsEnvRead) SetRolesToLevels ¶
func (o *ElementsEnvRead) SetRolesToLevels(v map[string][]PermissionLevelRoleRead)
SetRolesToLevels sets field value
type ElementsEnvUpdate ¶
type ElementsEnvUpdate struct { // Obj with levels as keys and role ids as values RolesToLevels *map[string][]string `json:"roles_to_levels,omitempty"` }
ElementsEnvUpdate struct for ElementsEnvUpdate
func NewElementsEnvUpdate ¶
func NewElementsEnvUpdate() *ElementsEnvUpdate
NewElementsEnvUpdate instantiates a new ElementsEnvUpdate 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 NewElementsEnvUpdateWithDefaults ¶
func NewElementsEnvUpdateWithDefaults() *ElementsEnvUpdate
NewElementsEnvUpdateWithDefaults instantiates a new ElementsEnvUpdate 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 (*ElementsEnvUpdate) GetRolesToLevels ¶
func (o *ElementsEnvUpdate) GetRolesToLevels() map[string][]string
GetRolesToLevels returns the RolesToLevels field value if set, zero value otherwise.
func (*ElementsEnvUpdate) GetRolesToLevelsOk ¶
func (o *ElementsEnvUpdate) GetRolesToLevelsOk() (*map[string][]string, bool)
GetRolesToLevelsOk returns a tuple with the RolesToLevels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsEnvUpdate) HasRolesToLevels ¶
func (o *ElementsEnvUpdate) HasRolesToLevels() bool
HasRolesToLevels returns a boolean if a field has been set.
func (ElementsEnvUpdate) MarshalJSON ¶
func (o ElementsEnvUpdate) MarshalJSON() ([]byte, error)
func (*ElementsEnvUpdate) SetRolesToLevels ¶
func (o *ElementsEnvUpdate) SetRolesToLevels(v map[string][]string)
SetRolesToLevels gets a reference to the given map[string][]string and assigns it to the RolesToLevels field.
type ElementsPermissionLevel ¶
type ElementsPermissionLevel string
ElementsPermissionLevel An enumeration.
const ( LEVEL_1 ElementsPermissionLevel = "LEVEL_1" LEVEL_2 ElementsPermissionLevel = "LEVEL_2" LEVEL_3 ElementsPermissionLevel = "LEVEL_3" LEVEL_4 ElementsPermissionLevel = "LEVEL_4" HIDDEN ElementsPermissionLevel = "HIDDEN" UNCONFIGURED ElementsPermissionLevel = "UNCONFIGURED" )
List of ElementsPermissionLevel
func NewElementsPermissionLevelFromValue ¶
func NewElementsPermissionLevelFromValue(v string) (*ElementsPermissionLevel, error)
NewElementsPermissionLevelFromValue returns a pointer to a valid ElementsPermissionLevel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ElementsPermissionLevel) IsValid ¶
func (v ElementsPermissionLevel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ElementsPermissionLevel) Ptr ¶
func (v ElementsPermissionLevel) Ptr() *ElementsPermissionLevel
Ptr returns reference to ElementsPermissionLevel value
func (*ElementsPermissionLevel) UnmarshalJSON ¶
func (v *ElementsPermissionLevel) UnmarshalJSON(src []byte) error
type ElementsRoleRead ¶
type ElementsRoleRead struct { // The name of the role Name string `json:"name"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` // A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role. Key string `json:"key"` // Unique id of the role Id string `json:"id"` // Unique id of the organization that the role belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the role belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the role belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the role was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the role was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` PermissionLevel ElementsPermissionLevel `json:"permission_level"` }
ElementsRoleRead struct for ElementsRoleRead
func NewElementsRoleRead ¶
func NewElementsRoleRead(name string, key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, permissionLevel ElementsPermissionLevel) *ElementsRoleRead
NewElementsRoleRead instantiates a new ElementsRoleRead 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 NewElementsRoleReadWithDefaults ¶
func NewElementsRoleReadWithDefaults() *ElementsRoleRead
NewElementsRoleReadWithDefaults instantiates a new ElementsRoleRead 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 (*ElementsRoleRead) GetCreatedAt ¶
func (o *ElementsRoleRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ElementsRoleRead) GetCreatedAtOk ¶
func (o *ElementsRoleRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetDescription ¶
func (o *ElementsRoleRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ElementsRoleRead) GetDescriptionOk ¶
func (o *ElementsRoleRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetEnvironmentId ¶
func (o *ElementsRoleRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ElementsRoleRead) GetEnvironmentIdOk ¶
func (o *ElementsRoleRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetExtends ¶
func (o *ElementsRoleRead) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*ElementsRoleRead) GetExtendsOk ¶
func (o *ElementsRoleRead) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetId ¶
func (o *ElementsRoleRead) GetId() string
GetId returns the Id field value
func (*ElementsRoleRead) GetIdOk ¶
func (o *ElementsRoleRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetKey ¶
func (o *ElementsRoleRead) GetKey() string
GetKey returns the Key field value
func (*ElementsRoleRead) GetKeyOk ¶
func (o *ElementsRoleRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetName ¶
func (o *ElementsRoleRead) GetName() string
GetName returns the Name field value
func (*ElementsRoleRead) GetNameOk ¶
func (o *ElementsRoleRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetOrganizationId ¶
func (o *ElementsRoleRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ElementsRoleRead) GetOrganizationIdOk ¶
func (o *ElementsRoleRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetPermissionLevel ¶
func (o *ElementsRoleRead) GetPermissionLevel() ElementsPermissionLevel
GetPermissionLevel returns the PermissionLevel field value
func (*ElementsRoleRead) GetPermissionLevelOk ¶
func (o *ElementsRoleRead) GetPermissionLevelOk() (*ElementsPermissionLevel, bool)
GetPermissionLevelOk returns a tuple with the PermissionLevel field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetPermissions ¶
func (o *ElementsRoleRead) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*ElementsRoleRead) GetPermissionsOk ¶
func (o *ElementsRoleRead) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetProjectId ¶
func (o *ElementsRoleRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ElementsRoleRead) GetProjectIdOk ¶
func (o *ElementsRoleRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) GetUpdatedAt ¶
func (o *ElementsRoleRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ElementsRoleRead) GetUpdatedAtOk ¶
func (o *ElementsRoleRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ElementsRoleRead) HasDescription ¶
func (o *ElementsRoleRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ElementsRoleRead) HasExtends ¶
func (o *ElementsRoleRead) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*ElementsRoleRead) HasPermissions ¶
func (o *ElementsRoleRead) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (ElementsRoleRead) MarshalJSON ¶
func (o ElementsRoleRead) MarshalJSON() ([]byte, error)
func (*ElementsRoleRead) SetCreatedAt ¶
func (o *ElementsRoleRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ElementsRoleRead) SetDescription ¶
func (o *ElementsRoleRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ElementsRoleRead) SetEnvironmentId ¶
func (o *ElementsRoleRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ElementsRoleRead) SetExtends ¶
func (o *ElementsRoleRead) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*ElementsRoleRead) SetKey ¶
func (o *ElementsRoleRead) SetKey(v string)
SetKey sets field value
func (*ElementsRoleRead) SetName ¶
func (o *ElementsRoleRead) SetName(v string)
SetName sets field value
func (*ElementsRoleRead) SetOrganizationId ¶
func (o *ElementsRoleRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ElementsRoleRead) SetPermissionLevel ¶
func (o *ElementsRoleRead) SetPermissionLevel(v ElementsPermissionLevel)
SetPermissionLevel sets field value
func (*ElementsRoleRead) SetPermissions ¶
func (o *ElementsRoleRead) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*ElementsRoleRead) SetProjectId ¶
func (o *ElementsRoleRead) SetProjectId(v string)
SetProjectId sets field value
func (*ElementsRoleRead) SetUpdatedAt ¶
func (o *ElementsRoleRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type ElementsType ¶
type ElementsType string
ElementsType An enumeration.
const ( USER_MANAGEMENT ElementsType = "user_management" AUDIT_LOG ElementsType = "audit_log" APPROVAL_FLOW ElementsType = "approval_flow" )
List of ElementsType
func NewElementsTypeFromValue ¶
func NewElementsTypeFromValue(v string) (*ElementsType, error)
NewElementsTypeFromValue returns a pointer to a valid ElementsType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ElementsType) IsValid ¶
func (v ElementsType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ElementsType) Ptr ¶
func (v ElementsType) Ptr() *ElementsType
Ptr returns reference to ElementsType value
func (*ElementsType) UnmarshalJSON ¶
func (v *ElementsType) UnmarshalJSON(src []byte) error
type ElementsUserCreate ¶
type ElementsUserCreate struct { // A unique id by which Permit will identify the user for permission checks. Key string `json:"key"` // The email of the user. If synced, will be unique inside the environment. Email *string `json:"email,omitempty"` // First name of the user. FirstName *string `json:"first_name,omitempty"` // Last name of the user. LastName *string `json:"last_name,omitempty"` // Arbitraty user attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` Role *string `json:"role,omitempty"` }
ElementsUserCreate struct for ElementsUserCreate
func NewElementsUserCreate ¶
func NewElementsUserCreate(key string) *ElementsUserCreate
NewElementsUserCreate instantiates a new ElementsUserCreate 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 NewElementsUserCreateWithDefaults ¶
func NewElementsUserCreateWithDefaults() *ElementsUserCreate
NewElementsUserCreateWithDefaults instantiates a new ElementsUserCreate 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 (*ElementsUserCreate) GetAttributes ¶
func (o *ElementsUserCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ElementsUserCreate) GetAttributesOk ¶
func (o *ElementsUserCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsUserCreate) GetEmail ¶
func (o *ElementsUserCreate) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*ElementsUserCreate) GetEmailOk ¶
func (o *ElementsUserCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsUserCreate) GetFirstName ¶
func (o *ElementsUserCreate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*ElementsUserCreate) GetFirstNameOk ¶
func (o *ElementsUserCreate) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsUserCreate) GetKey ¶
func (o *ElementsUserCreate) GetKey() string
GetKey returns the Key field value
func (*ElementsUserCreate) GetKeyOk ¶
func (o *ElementsUserCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ElementsUserCreate) GetLastName ¶
func (o *ElementsUserCreate) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*ElementsUserCreate) GetLastNameOk ¶
func (o *ElementsUserCreate) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsUserCreate) GetRole ¶
func (o *ElementsUserCreate) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*ElementsUserCreate) GetRoleOk ¶
func (o *ElementsUserCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ElementsUserCreate) HasAttributes ¶
func (o *ElementsUserCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ElementsUserCreate) HasEmail ¶
func (o *ElementsUserCreate) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*ElementsUserCreate) HasFirstName ¶
func (o *ElementsUserCreate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*ElementsUserCreate) HasLastName ¶
func (o *ElementsUserCreate) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*ElementsUserCreate) HasRole ¶
func (o *ElementsUserCreate) HasRole() bool
HasRole returns a boolean if a field has been set.
func (ElementsUserCreate) MarshalJSON ¶
func (o ElementsUserCreate) MarshalJSON() ([]byte, error)
func (*ElementsUserCreate) SetAttributes ¶
func (o *ElementsUserCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ElementsUserCreate) SetEmail ¶
func (o *ElementsUserCreate) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*ElementsUserCreate) SetFirstName ¶
func (o *ElementsUserCreate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*ElementsUserCreate) SetKey ¶
func (o *ElementsUserCreate) SetKey(v string)
SetKey sets field value
func (*ElementsUserCreate) SetLastName ¶
func (o *ElementsUserCreate) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*ElementsUserCreate) SetRole ¶
func (o *ElementsUserCreate) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
type ElementsUserRoleCreate ¶
type ElementsUserRoleCreate struct { // the role that will be assigned (accepts either the role id or the role key) Role string `json:"role"` }
ElementsUserRoleCreate struct for ElementsUserRoleCreate
func NewElementsUserRoleCreate ¶
func NewElementsUserRoleCreate(role string) *ElementsUserRoleCreate
NewElementsUserRoleCreate instantiates a new ElementsUserRoleCreate 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 NewElementsUserRoleCreateWithDefaults ¶
func NewElementsUserRoleCreateWithDefaults() *ElementsUserRoleCreate
NewElementsUserRoleCreateWithDefaults instantiates a new ElementsUserRoleCreate 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 (*ElementsUserRoleCreate) GetRole ¶
func (o *ElementsUserRoleCreate) GetRole() string
GetRole returns the Role field value
func (*ElementsUserRoleCreate) GetRoleOk ¶
func (o *ElementsUserRoleCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (ElementsUserRoleCreate) MarshalJSON ¶
func (o ElementsUserRoleCreate) MarshalJSON() ([]byte, error)
func (*ElementsUserRoleCreate) SetRole ¶
func (o *ElementsUserRoleCreate) SetRole(v string)
SetRole sets field value
type ElementsUserRoleRemove ¶
type ElementsUserRoleRemove struct { // the role that will be unassigned (accepts either the role id or the role key) Role string `json:"role"` }
ElementsUserRoleRemove struct for ElementsUserRoleRemove
func NewElementsUserRoleRemove ¶
func NewElementsUserRoleRemove(role string) *ElementsUserRoleRemove
NewElementsUserRoleRemove instantiates a new ElementsUserRoleRemove 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 NewElementsUserRoleRemoveWithDefaults ¶
func NewElementsUserRoleRemoveWithDefaults() *ElementsUserRoleRemove
NewElementsUserRoleRemoveWithDefaults instantiates a new ElementsUserRoleRemove 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 (*ElementsUserRoleRemove) GetRole ¶
func (o *ElementsUserRoleRemove) GetRole() string
GetRole returns the Role field value
func (*ElementsUserRoleRemove) GetRoleOk ¶
func (o *ElementsUserRoleRemove) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (ElementsUserRoleRemove) MarshalJSON ¶
func (o ElementsUserRoleRemove) MarshalJSON() ([]byte, error)
func (*ElementsUserRoleRemove) SetRole ¶
func (o *ElementsUserRoleRemove) SetRole(v string)
SetRole sets field value
type EmbeddedLoginRequestOutput ¶
type EmbeddedLoginRequestOutput struct { // If the login request failed, this field will contain the error message Error *string `json:"error,omitempty"` // If the login request failed, this field will contain the error code ErrorCode *int32 `json:"error_code,omitempty"` // The auth token that lets your users login into permit elements Token *string `json:"token,omitempty"` // Extra data that you can pass to the login request Extra *string `json:"extra,omitempty"` // The full URL to which the user should be redirected in order to complete the login process RedirectUrl string `json:"redirect_url"` }
EmbeddedLoginRequestOutput struct for EmbeddedLoginRequestOutput
func NewEmbeddedLoginRequestOutput ¶
func NewEmbeddedLoginRequestOutput(redirectUrl string) *EmbeddedLoginRequestOutput
NewEmbeddedLoginRequestOutput instantiates a new EmbeddedLoginRequestOutput 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 NewEmbeddedLoginRequestOutputWithDefaults ¶
func NewEmbeddedLoginRequestOutputWithDefaults() *EmbeddedLoginRequestOutput
NewEmbeddedLoginRequestOutputWithDefaults instantiates a new EmbeddedLoginRequestOutput 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 (*EmbeddedLoginRequestOutput) GetError ¶
func (o *EmbeddedLoginRequestOutput) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*EmbeddedLoginRequestOutput) GetErrorCode ¶
func (o *EmbeddedLoginRequestOutput) GetErrorCode() int32
GetErrorCode returns the ErrorCode field value if set, zero value otherwise.
func (*EmbeddedLoginRequestOutput) GetErrorCodeOk ¶
func (o *EmbeddedLoginRequestOutput) GetErrorCodeOk() (*int32, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedLoginRequestOutput) GetErrorOk ¶
func (o *EmbeddedLoginRequestOutput) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedLoginRequestOutput) GetExtra ¶
func (o *EmbeddedLoginRequestOutput) GetExtra() string
GetExtra returns the Extra field value if set, zero value otherwise.
func (*EmbeddedLoginRequestOutput) GetExtraOk ¶
func (o *EmbeddedLoginRequestOutput) GetExtraOk() (*string, bool)
GetExtraOk returns a tuple with the Extra field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedLoginRequestOutput) GetRedirectUrl ¶
func (o *EmbeddedLoginRequestOutput) GetRedirectUrl() string
GetRedirectUrl returns the RedirectUrl field value
func (*EmbeddedLoginRequestOutput) GetRedirectUrlOk ¶
func (o *EmbeddedLoginRequestOutput) GetRedirectUrlOk() (*string, bool)
GetRedirectUrlOk returns a tuple with the RedirectUrl field value and a boolean to check if the value has been set.
func (*EmbeddedLoginRequestOutput) GetToken ¶
func (o *EmbeddedLoginRequestOutput) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*EmbeddedLoginRequestOutput) GetTokenOk ¶
func (o *EmbeddedLoginRequestOutput) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedLoginRequestOutput) HasError ¶
func (o *EmbeddedLoginRequestOutput) HasError() bool
HasError returns a boolean if a field has been set.
func (*EmbeddedLoginRequestOutput) HasErrorCode ¶
func (o *EmbeddedLoginRequestOutput) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (*EmbeddedLoginRequestOutput) HasExtra ¶
func (o *EmbeddedLoginRequestOutput) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (*EmbeddedLoginRequestOutput) HasToken ¶
func (o *EmbeddedLoginRequestOutput) HasToken() bool
HasToken returns a boolean if a field has been set.
func (EmbeddedLoginRequestOutput) MarshalJSON ¶
func (o EmbeddedLoginRequestOutput) MarshalJSON() ([]byte, error)
func (*EmbeddedLoginRequestOutput) SetError ¶
func (o *EmbeddedLoginRequestOutput) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*EmbeddedLoginRequestOutput) SetErrorCode ¶
func (o *EmbeddedLoginRequestOutput) SetErrorCode(v int32)
SetErrorCode gets a reference to the given int32 and assigns it to the ErrorCode field.
func (*EmbeddedLoginRequestOutput) SetExtra ¶
func (o *EmbeddedLoginRequestOutput) SetExtra(v string)
SetExtra gets a reference to the given string and assigns it to the Extra field.
func (*EmbeddedLoginRequestOutput) SetRedirectUrl ¶
func (o *EmbeddedLoginRequestOutput) SetRedirectUrl(v string)
SetRedirectUrl sets field value
func (*EmbeddedLoginRequestOutput) SetToken ¶
func (o *EmbeddedLoginRequestOutput) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
type EnvironmentCopy ¶ added in v0.0.10
type EnvironmentCopy struct { TargetEnv TargetEnv `json:"target_env"` // Action to take when detecting a conflict when copying. Only applies to copying into an existing environment ConflictStrategy *string `json:"conflict_strategy,omitempty"` Scope *Scope `json:"scope,omitempty"` }
EnvironmentCopy struct for EnvironmentCopy
func NewEnvironmentCopy ¶ added in v0.0.10
func NewEnvironmentCopy(targetEnv TargetEnv) *EnvironmentCopy
NewEnvironmentCopy instantiates a new EnvironmentCopy 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 NewEnvironmentCopyWithDefaults ¶ added in v0.0.10
func NewEnvironmentCopyWithDefaults() *EnvironmentCopy
NewEnvironmentCopyWithDefaults instantiates a new EnvironmentCopy 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 (*EnvironmentCopy) GetConflictStrategy ¶ added in v0.0.10
func (o *EnvironmentCopy) GetConflictStrategy() string
GetConflictStrategy returns the ConflictStrategy field value if set, zero value otherwise.
func (*EnvironmentCopy) GetConflictStrategyOk ¶ added in v0.0.10
func (o *EnvironmentCopy) GetConflictStrategyOk() (*string, bool)
GetConflictStrategyOk returns a tuple with the ConflictStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopy) GetScope ¶ added in v0.0.10
func (o *EnvironmentCopy) GetScope() Scope
GetScope returns the Scope field value if set, zero value otherwise.
func (*EnvironmentCopy) GetScopeOk ¶ added in v0.0.10
func (o *EnvironmentCopy) GetScopeOk() (*Scope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopy) GetTargetEnv ¶ added in v0.0.10
func (o *EnvironmentCopy) GetTargetEnv() TargetEnv
GetTargetEnv returns the TargetEnv field value
func (*EnvironmentCopy) GetTargetEnvOk ¶ added in v0.0.10
func (o *EnvironmentCopy) GetTargetEnvOk() (*TargetEnv, bool)
GetTargetEnvOk returns a tuple with the TargetEnv field value and a boolean to check if the value has been set.
func (*EnvironmentCopy) HasConflictStrategy ¶ added in v0.0.10
func (o *EnvironmentCopy) HasConflictStrategy() bool
HasConflictStrategy returns a boolean if a field has been set.
func (*EnvironmentCopy) HasScope ¶ added in v0.0.10
func (o *EnvironmentCopy) HasScope() bool
HasScope returns a boolean if a field has been set.
func (EnvironmentCopy) MarshalJSON ¶ added in v0.0.10
func (o EnvironmentCopy) MarshalJSON() ([]byte, error)
func (*EnvironmentCopy) SetConflictStrategy ¶ added in v0.0.10
func (o *EnvironmentCopy) SetConflictStrategy(v string)
SetConflictStrategy gets a reference to the given string and assigns it to the ConflictStrategy field.
func (*EnvironmentCopy) SetScope ¶ added in v0.0.10
func (o *EnvironmentCopy) SetScope(v Scope)
SetScope gets a reference to the given Scope and assigns it to the Scope field.
func (*EnvironmentCopy) SetTargetEnv ¶ added in v0.0.10
func (o *EnvironmentCopy) SetTargetEnv(v TargetEnv)
SetTargetEnv sets field value
func (EnvironmentCopy) ToMap ¶ added in v0.0.10
func (o EnvironmentCopy) ToMap() (map[string]interface{}, error)
type EnvironmentCopyScope ¶ added in v0.0.10
type EnvironmentCopyScope struct { Resources *Resources `json:"resources,omitempty"` Roles *CopyEnvironmentScopeRoles `json:"roles,omitempty"` UserSets *UserSets `json:"user_sets,omitempty"` ResourceSets *ResourceSets `json:"resource_sets,omitempty"` }
EnvironmentCopyScope struct for EnvironmentCopyScope
func NewEnvironmentCopyScope ¶ added in v0.0.10
func NewEnvironmentCopyScope() *EnvironmentCopyScope
NewEnvironmentCopyScope instantiates a new EnvironmentCopyScope 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 NewEnvironmentCopyScopeWithDefaults ¶ added in v0.0.10
func NewEnvironmentCopyScopeWithDefaults() *EnvironmentCopyScope
NewEnvironmentCopyScopeWithDefaults instantiates a new EnvironmentCopyScope 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 (*EnvironmentCopyScope) GetResourceSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetResourceSets() ResourceSets
GetResourceSets returns the ResourceSets field value if set, zero value otherwise.
func (*EnvironmentCopyScope) GetResourceSetsOk ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetResourceSetsOk() (*ResourceSets, bool)
GetResourceSetsOk returns a tuple with the ResourceSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScope) GetResources ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetResources() Resources
GetResources returns the Resources field value if set, zero value otherwise.
func (*EnvironmentCopyScope) GetResourcesOk ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetResourcesOk() (*Resources, bool)
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScope) GetRoles ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetRoles() CopyEnvironmentScopeRoles
GetRoles returns the Roles field value if set, zero value otherwise.
func (*EnvironmentCopyScope) GetRolesOk ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetRolesOk() (*CopyEnvironmentScopeRoles, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScope) GetUserSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetUserSets() UserSets
GetUserSets returns the UserSets field value if set, zero value otherwise.
func (*EnvironmentCopyScope) GetUserSetsOk ¶ added in v0.0.10
func (o *EnvironmentCopyScope) GetUserSetsOk() (*UserSets, bool)
GetUserSetsOk returns a tuple with the UserSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScope) HasResourceSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) HasResourceSets() bool
HasResourceSets returns a boolean if a field has been set.
func (*EnvironmentCopyScope) HasResources ¶ added in v0.0.10
func (o *EnvironmentCopyScope) HasResources() bool
HasResources returns a boolean if a field has been set.
func (*EnvironmentCopyScope) HasRoles ¶ added in v0.0.10
func (o *EnvironmentCopyScope) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*EnvironmentCopyScope) HasUserSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) HasUserSets() bool
HasUserSets returns a boolean if a field has been set.
func (EnvironmentCopyScope) MarshalJSON ¶ added in v0.0.10
func (o EnvironmentCopyScope) MarshalJSON() ([]byte, error)
func (*EnvironmentCopyScope) SetResourceSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) SetResourceSets(v ResourceSets)
SetResourceSets gets a reference to the given ResourceSets and assigns it to the ResourceSets field.
func (*EnvironmentCopyScope) SetResources ¶ added in v0.0.10
func (o *EnvironmentCopyScope) SetResources(v Resources)
SetResources gets a reference to the given Resources and assigns it to the Resources field.
func (*EnvironmentCopyScope) SetRoles ¶ added in v0.0.10
func (o *EnvironmentCopyScope) SetRoles(v CopyEnvironmentScopeRoles)
SetRoles gets a reference to the given Roles and assigns it to the Roles field.
func (*EnvironmentCopyScope) SetUserSets ¶ added in v0.0.10
func (o *EnvironmentCopyScope) SetUserSets(v UserSets)
SetUserSets gets a reference to the given UserSets and assigns it to the UserSets field.
func (EnvironmentCopyScope) ToMap ¶ added in v0.0.10
func (o EnvironmentCopyScope) ToMap() (map[string]interface{}, error)
type EnvironmentCopyScopeFilters ¶ added in v0.0.10
type EnvironmentCopyScopeFilters struct { // Objects to include (use * as wildcard) Include []string `json:"include,omitempty"` // Object to exclude (use * as wildcard) Exclude []string `json:"exclude,omitempty"` }
EnvironmentCopyScopeFilters struct for EnvironmentCopyScopeFilters
func NewEnvironmentCopyScopeFilters ¶ added in v0.0.10
func NewEnvironmentCopyScopeFilters() *EnvironmentCopyScopeFilters
NewEnvironmentCopyScopeFilters instantiates a new EnvironmentCopyScopeFilters 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 NewEnvironmentCopyScopeFiltersWithDefaults ¶ added in v0.0.10
func NewEnvironmentCopyScopeFiltersWithDefaults() *EnvironmentCopyScopeFilters
NewEnvironmentCopyScopeFiltersWithDefaults instantiates a new EnvironmentCopyScopeFilters 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 (*EnvironmentCopyScopeFilters) GetExclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) GetExclude() []string
GetExclude returns the Exclude field value if set, zero value otherwise.
func (*EnvironmentCopyScopeFilters) GetExcludeOk ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) GetExcludeOk() ([]string, bool)
GetExcludeOk returns a tuple with the Exclude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScopeFilters) GetInclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) GetInclude() []string
GetInclude returns the Include field value if set, zero value otherwise.
func (*EnvironmentCopyScopeFilters) GetIncludeOk ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) GetIncludeOk() ([]string, bool)
GetIncludeOk returns a tuple with the Include field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyScopeFilters) HasExclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) HasExclude() bool
HasExclude returns a boolean if a field has been set.
func (*EnvironmentCopyScopeFilters) HasInclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) HasInclude() bool
HasInclude returns a boolean if a field has been set.
func (EnvironmentCopyScopeFilters) MarshalJSON ¶ added in v0.0.10
func (o EnvironmentCopyScopeFilters) MarshalJSON() ([]byte, error)
func (*EnvironmentCopyScopeFilters) SetExclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) SetExclude(v []string)
SetExclude gets a reference to the given []string and assigns it to the Exclude field.
func (*EnvironmentCopyScopeFilters) SetInclude ¶ added in v0.0.10
func (o *EnvironmentCopyScopeFilters) SetInclude(v []string)
SetInclude gets a reference to the given []string and assigns it to the Include field.
func (EnvironmentCopyScopeFilters) ToMap ¶ added in v0.0.10
func (o EnvironmentCopyScopeFilters) ToMap() (map[string]interface{}, error)
type EnvironmentCopyTarget ¶ added in v0.0.10
type EnvironmentCopyTarget struct { // Identifier of an existing environment to copy into Existing *string `json:"existing,omitempty"` New *New `json:"new,omitempty"` }
EnvironmentCopyTarget struct for EnvironmentCopyTarget
func NewEnvironmentCopyTarget ¶ added in v0.0.10
func NewEnvironmentCopyTarget() *EnvironmentCopyTarget
NewEnvironmentCopyTarget instantiates a new EnvironmentCopyTarget 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 NewEnvironmentCopyTargetWithDefaults ¶ added in v0.0.10
func NewEnvironmentCopyTargetWithDefaults() *EnvironmentCopyTarget
NewEnvironmentCopyTargetWithDefaults instantiates a new EnvironmentCopyTarget 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 (*EnvironmentCopyTarget) GetExisting ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) GetExisting() string
GetExisting returns the Existing field value if set, zero value otherwise.
func (*EnvironmentCopyTarget) GetExistingOk ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) GetExistingOk() (*string, bool)
GetExistingOk returns a tuple with the Existing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyTarget) GetNew ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) GetNew() New
GetNew returns the New field value if set, zero value otherwise.
func (*EnvironmentCopyTarget) GetNewOk ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) GetNewOk() (*New, bool)
GetNewOk returns a tuple with the New field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCopyTarget) HasExisting ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) HasExisting() bool
HasExisting returns a boolean if a field has been set.
func (*EnvironmentCopyTarget) HasNew ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) HasNew() bool
HasNew returns a boolean if a field has been set.
func (EnvironmentCopyTarget) MarshalJSON ¶ added in v0.0.10
func (o EnvironmentCopyTarget) MarshalJSON() ([]byte, error)
func (*EnvironmentCopyTarget) SetExisting ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) SetExisting(v string)
SetExisting gets a reference to the given string and assigns it to the Existing field.
func (*EnvironmentCopyTarget) SetNew ¶ added in v0.0.10
func (o *EnvironmentCopyTarget) SetNew(v New)
SetNew gets a reference to the given New and assigns it to the New field.
func (EnvironmentCopyTarget) ToMap ¶ added in v0.0.10
func (o EnvironmentCopyTarget) ToMap() (map[string]interface{}, error)
type EnvironmentCreate ¶
type EnvironmentCreate struct { // A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment. Key string `json:"key"` // The name of the environment Name string `json:"name"` // an optional longer description of the environment Description *string `json:"description,omitempty"` // when using gitops feature, an optional branch name for the environment CustomBranchName *string `json:"custom_branch_name,omitempty"` }
EnvironmentCreate struct for EnvironmentCreate
func NewEnvironmentCreate ¶
func NewEnvironmentCreate(key string, name string) *EnvironmentCreate
NewEnvironmentCreate instantiates a new EnvironmentCreate 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 NewEnvironmentCreateWithDefaults ¶
func NewEnvironmentCreateWithDefaults() *EnvironmentCreate
NewEnvironmentCreateWithDefaults instantiates a new EnvironmentCreate 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 (*EnvironmentCreate) GetCustomBranchName ¶
func (o *EnvironmentCreate) GetCustomBranchName() string
GetCustomBranchName returns the CustomBranchName field value if set, zero value otherwise.
func (*EnvironmentCreate) GetCustomBranchNameOk ¶
func (o *EnvironmentCreate) GetCustomBranchNameOk() (*string, bool)
GetCustomBranchNameOk returns a tuple with the CustomBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCreate) GetDescription ¶
func (o *EnvironmentCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EnvironmentCreate) GetDescriptionOk ¶
func (o *EnvironmentCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentCreate) GetKey ¶
func (o *EnvironmentCreate) GetKey() string
GetKey returns the Key field value
func (*EnvironmentCreate) GetKeyOk ¶
func (o *EnvironmentCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*EnvironmentCreate) GetName ¶
func (o *EnvironmentCreate) GetName() string
GetName returns the Name field value
func (*EnvironmentCreate) GetNameOk ¶
func (o *EnvironmentCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentCreate) HasCustomBranchName ¶
func (o *EnvironmentCreate) HasCustomBranchName() bool
HasCustomBranchName returns a boolean if a field has been set.
func (*EnvironmentCreate) HasDescription ¶
func (o *EnvironmentCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (EnvironmentCreate) MarshalJSON ¶
func (o EnvironmentCreate) MarshalJSON() ([]byte, error)
func (*EnvironmentCreate) SetCustomBranchName ¶
func (o *EnvironmentCreate) SetCustomBranchName(v string)
SetCustomBranchName gets a reference to the given string and assigns it to the CustomBranchName field.
func (*EnvironmentCreate) SetDescription ¶
func (o *EnvironmentCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EnvironmentCreate) SetKey ¶
func (o *EnvironmentCreate) SetKey(v string)
SetKey sets field value
func (*EnvironmentCreate) SetName ¶
func (o *EnvironmentCreate) SetName(v string)
SetName sets field value
type EnvironmentRead ¶
type EnvironmentRead struct { // A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment. Key string `json:"key"` // Unique id of the environment Id string `json:"id"` // Unique id of the organization that the environment belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the environment belongs to. ProjectId string `json:"project_id"` // Date and time when the environment was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the environment was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the environment Name string `json:"name"` // an optional longer description of the environment Description *string `json:"description,omitempty"` // when using gitops feature, an optional branch name for the environment CustomBranchName *string `json:"custom_branch_name,omitempty"` }
EnvironmentRead struct for EnvironmentRead
func NewEnvironmentRead ¶
func NewEnvironmentRead(key string, id string, organizationId string, projectId string, createdAt time.Time, updatedAt time.Time, name string) *EnvironmentRead
NewEnvironmentRead instantiates a new EnvironmentRead 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 NewEnvironmentReadWithDefaults ¶
func NewEnvironmentReadWithDefaults() *EnvironmentRead
NewEnvironmentReadWithDefaults instantiates a new EnvironmentRead 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 (*EnvironmentRead) GetCreatedAt ¶
func (o *EnvironmentRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentRead) GetCreatedAtOk ¶
func (o *EnvironmentRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetCustomBranchName ¶
func (o *EnvironmentRead) GetCustomBranchName() string
GetCustomBranchName returns the CustomBranchName field value if set, zero value otherwise.
func (*EnvironmentRead) GetCustomBranchNameOk ¶
func (o *EnvironmentRead) GetCustomBranchNameOk() (*string, bool)
GetCustomBranchNameOk returns a tuple with the CustomBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRead) GetDescription ¶
func (o *EnvironmentRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EnvironmentRead) GetDescriptionOk ¶
func (o *EnvironmentRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentRead) GetId ¶
func (o *EnvironmentRead) GetId() string
GetId returns the Id field value
func (*EnvironmentRead) GetIdOk ¶
func (o *EnvironmentRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetKey ¶
func (o *EnvironmentRead) GetKey() string
GetKey returns the Key field value
func (*EnvironmentRead) GetKeyOk ¶
func (o *EnvironmentRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetName ¶
func (o *EnvironmentRead) GetName() string
GetName returns the Name field value
func (*EnvironmentRead) GetNameOk ¶
func (o *EnvironmentRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetOrganizationId ¶
func (o *EnvironmentRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*EnvironmentRead) GetOrganizationIdOk ¶
func (o *EnvironmentRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetProjectId ¶
func (o *EnvironmentRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*EnvironmentRead) GetProjectIdOk ¶
func (o *EnvironmentRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*EnvironmentRead) GetUpdatedAt ¶
func (o *EnvironmentRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*EnvironmentRead) GetUpdatedAtOk ¶
func (o *EnvironmentRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentRead) HasCustomBranchName ¶
func (o *EnvironmentRead) HasCustomBranchName() bool
HasCustomBranchName returns a boolean if a field has been set.
func (*EnvironmentRead) HasDescription ¶
func (o *EnvironmentRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (EnvironmentRead) MarshalJSON ¶
func (o EnvironmentRead) MarshalJSON() ([]byte, error)
func (*EnvironmentRead) SetCreatedAt ¶
func (o *EnvironmentRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EnvironmentRead) SetCustomBranchName ¶
func (o *EnvironmentRead) SetCustomBranchName(v string)
SetCustomBranchName gets a reference to the given string and assigns it to the CustomBranchName field.
func (*EnvironmentRead) SetDescription ¶
func (o *EnvironmentRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EnvironmentRead) SetName ¶
func (o *EnvironmentRead) SetName(v string)
SetName sets field value
func (*EnvironmentRead) SetOrganizationId ¶
func (o *EnvironmentRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*EnvironmentRead) SetProjectId ¶
func (o *EnvironmentRead) SetProjectId(v string)
SetProjectId sets field value
func (*EnvironmentRead) SetUpdatedAt ¶
func (o *EnvironmentRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type EnvironmentStats ¶
type EnvironmentStats struct { // A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment. Key string `json:"key"` // Unique id of the environment Id string `json:"id"` // Unique id of the organization that the environment belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the environment belongs to. ProjectId string `json:"project_id"` // Date and time when the environment was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the environment was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the environment Name string `json:"name"` // an optional longer description of the environment Description *string `json:"description,omitempty"` // when using gitops feature, an optional branch name for the environment CustomBranchName *string `json:"custom_branch_name,omitempty"` PdpConfigs []PDPConfigRead `json:"pdp_configs"` Stats Statistics `json:"stats"` }
EnvironmentStats struct for EnvironmentStats
func NewEnvironmentStats ¶
func NewEnvironmentStats(key string, id string, organizationId string, projectId string, createdAt time.Time, updatedAt time.Time, name string, pdpConfigs []PDPConfigRead, stats Statistics) *EnvironmentStats
NewEnvironmentStats instantiates a new EnvironmentStats 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 NewEnvironmentStatsWithDefaults ¶
func NewEnvironmentStatsWithDefaults() *EnvironmentStats
NewEnvironmentStatsWithDefaults instantiates a new EnvironmentStats 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 (*EnvironmentStats) GetCreatedAt ¶
func (o *EnvironmentStats) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentStats) GetCreatedAtOk ¶
func (o *EnvironmentStats) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetCustomBranchName ¶
func (o *EnvironmentStats) GetCustomBranchName() string
GetCustomBranchName returns the CustomBranchName field value if set, zero value otherwise.
func (*EnvironmentStats) GetCustomBranchNameOk ¶
func (o *EnvironmentStats) GetCustomBranchNameOk() (*string, bool)
GetCustomBranchNameOk returns a tuple with the CustomBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentStats) GetDescription ¶
func (o *EnvironmentStats) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EnvironmentStats) GetDescriptionOk ¶
func (o *EnvironmentStats) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentStats) GetId ¶
func (o *EnvironmentStats) GetId() string
GetId returns the Id field value
func (*EnvironmentStats) GetIdOk ¶
func (o *EnvironmentStats) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetKey ¶
func (o *EnvironmentStats) GetKey() string
GetKey returns the Key field value
func (*EnvironmentStats) GetKeyOk ¶
func (o *EnvironmentStats) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetName ¶
func (o *EnvironmentStats) GetName() string
GetName returns the Name field value
func (*EnvironmentStats) GetNameOk ¶
func (o *EnvironmentStats) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetOrganizationId ¶
func (o *EnvironmentStats) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*EnvironmentStats) GetOrganizationIdOk ¶
func (o *EnvironmentStats) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetPdpConfigs ¶
func (o *EnvironmentStats) GetPdpConfigs() []PDPConfigRead
GetPdpConfigs returns the PdpConfigs field value
func (*EnvironmentStats) GetPdpConfigsOk ¶
func (o *EnvironmentStats) GetPdpConfigsOk() ([]PDPConfigRead, bool)
GetPdpConfigsOk returns a tuple with the PdpConfigs field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetProjectId ¶
func (o *EnvironmentStats) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*EnvironmentStats) GetProjectIdOk ¶
func (o *EnvironmentStats) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetStats ¶
func (o *EnvironmentStats) GetStats() Statistics
GetStats returns the Stats field value
func (*EnvironmentStats) GetStatsOk ¶
func (o *EnvironmentStats) GetStatsOk() (*Statistics, bool)
GetStatsOk returns a tuple with the Stats field value and a boolean to check if the value has been set.
func (*EnvironmentStats) GetUpdatedAt ¶
func (o *EnvironmentStats) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*EnvironmentStats) GetUpdatedAtOk ¶
func (o *EnvironmentStats) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*EnvironmentStats) HasCustomBranchName ¶
func (o *EnvironmentStats) HasCustomBranchName() bool
HasCustomBranchName returns a boolean if a field has been set.
func (*EnvironmentStats) HasDescription ¶
func (o *EnvironmentStats) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (EnvironmentStats) MarshalJSON ¶
func (o EnvironmentStats) MarshalJSON() ([]byte, error)
func (*EnvironmentStats) SetCreatedAt ¶
func (o *EnvironmentStats) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EnvironmentStats) SetCustomBranchName ¶
func (o *EnvironmentStats) SetCustomBranchName(v string)
SetCustomBranchName gets a reference to the given string and assigns it to the CustomBranchName field.
func (*EnvironmentStats) SetDescription ¶
func (o *EnvironmentStats) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EnvironmentStats) SetKey ¶
func (o *EnvironmentStats) SetKey(v string)
SetKey sets field value
func (*EnvironmentStats) SetName ¶
func (o *EnvironmentStats) SetName(v string)
SetName sets field value
func (*EnvironmentStats) SetOrganizationId ¶
func (o *EnvironmentStats) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*EnvironmentStats) SetPdpConfigs ¶
func (o *EnvironmentStats) SetPdpConfigs(v []PDPConfigRead)
SetPdpConfigs sets field value
func (*EnvironmentStats) SetProjectId ¶
func (o *EnvironmentStats) SetProjectId(v string)
SetProjectId sets field value
func (*EnvironmentStats) SetStats ¶
func (o *EnvironmentStats) SetStats(v Statistics)
SetStats sets field value
func (*EnvironmentStats) SetUpdatedAt ¶
func (o *EnvironmentStats) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type EnvironmentUpdate ¶
type EnvironmentUpdate struct { // The name of the environment Name *string `json:"name,omitempty"` // an optional longer description of the environment Description *string `json:"description,omitempty"` // when using gitops feature, an optional branch name for the environment CustomBranchName *string `json:"custom_branch_name,omitempty"` }
EnvironmentUpdate struct for EnvironmentUpdate
func NewEnvironmentUpdate ¶
func NewEnvironmentUpdate() *EnvironmentUpdate
NewEnvironmentUpdate instantiates a new EnvironmentUpdate 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 NewEnvironmentUpdateWithDefaults ¶
func NewEnvironmentUpdateWithDefaults() *EnvironmentUpdate
NewEnvironmentUpdateWithDefaults instantiates a new EnvironmentUpdate 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 (*EnvironmentUpdate) GetCustomBranchName ¶
func (o *EnvironmentUpdate) GetCustomBranchName() string
GetCustomBranchName returns the CustomBranchName field value if set, zero value otherwise.
func (*EnvironmentUpdate) GetCustomBranchNameOk ¶
func (o *EnvironmentUpdate) GetCustomBranchNameOk() (*string, bool)
GetCustomBranchNameOk returns a tuple with the CustomBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentUpdate) GetDescription ¶
func (o *EnvironmentUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EnvironmentUpdate) GetDescriptionOk ¶
func (o *EnvironmentUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentUpdate) GetName ¶
func (o *EnvironmentUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EnvironmentUpdate) GetNameOk ¶
func (o *EnvironmentUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentUpdate) HasCustomBranchName ¶
func (o *EnvironmentUpdate) HasCustomBranchName() bool
HasCustomBranchName returns a boolean if a field has been set.
func (*EnvironmentUpdate) HasDescription ¶
func (o *EnvironmentUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*EnvironmentUpdate) HasName ¶
func (o *EnvironmentUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (EnvironmentUpdate) MarshalJSON ¶
func (o EnvironmentUpdate) MarshalJSON() ([]byte, error)
func (*EnvironmentUpdate) SetCustomBranchName ¶
func (o *EnvironmentUpdate) SetCustomBranchName(v string)
SetCustomBranchName gets a reference to the given string and assigns it to the CustomBranchName field.
func (*EnvironmentUpdate) SetDescription ¶
func (o *EnvironmentUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EnvironmentUpdate) SetName ¶
func (o *EnvironmentUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type FailedInvite ¶
FailedInvite struct for FailedInvite
func NewFailedInvite ¶
func NewFailedInvite(email string, reason string) *FailedInvite
NewFailedInvite instantiates a new FailedInvite 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 NewFailedInviteWithDefaults ¶
func NewFailedInviteWithDefaults() *FailedInvite
NewFailedInviteWithDefaults instantiates a new FailedInvite 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 (*FailedInvite) GetEmail ¶
func (o *FailedInvite) GetEmail() string
GetEmail returns the Email field value
func (*FailedInvite) GetEmailOk ¶
func (o *FailedInvite) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*FailedInvite) GetReason ¶
func (o *FailedInvite) GetReason() string
GetReason returns the Reason field value
func (*FailedInvite) GetReasonOk ¶
func (o *FailedInvite) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (FailedInvite) MarshalJSON ¶
func (o FailedInvite) MarshalJSON() ([]byte, error)
func (*FailedInvite) SetReason ¶
func (o *FailedInvite) SetReason(v string)
SetReason sets field value
type FullData ¶
type FullData struct { Users map[string]UserData `json:"users"` Roles map[string]RoleData `json:"roles"` ConditionSetRules map[string]map[string]map[string][]string `json:"condition_set_rules"` }
FullData struct for FullData
func NewFullData ¶
func NewFullData(users map[string]UserData, roles map[string]RoleData, conditionSetRules map[string]map[string]map[string][]string) *FullData
NewFullData instantiates a new FullData 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 NewFullDataWithDefaults ¶
func NewFullDataWithDefaults() *FullData
NewFullDataWithDefaults instantiates a new FullData 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 (*FullData) GetConditionSetRules ¶
GetConditionSetRules returns the ConditionSetRules field value
func (*FullData) GetConditionSetRulesOk ¶
GetConditionSetRulesOk returns a tuple with the ConditionSetRules field value and a boolean to check if the value has been set.
func (*FullData) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*FullData) GetUsersOk ¶
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FullData) MarshalJSON ¶
func (*FullData) SetConditionSetRules ¶
SetConditionSetRules sets field value
type HTTPValidationError ¶
type HTTPValidationError struct {
Detail []ValidationError `json:"detail,omitempty"`
}
HTTPValidationError struct for HTTPValidationError
func NewHTTPValidationError ¶
func NewHTTPValidationError() *HTTPValidationError
NewHTTPValidationError instantiates a new HTTPValidationError 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 NewHTTPValidationErrorWithDefaults ¶
func NewHTTPValidationErrorWithDefaults() *HTTPValidationError
NewHTTPValidationErrorWithDefaults instantiates a new HTTPValidationError 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 (*HTTPValidationError) GetDetail ¶
func (o *HTTPValidationError) GetDetail() []ValidationError
GetDetail returns the Detail field value if set, zero value otherwise.
func (*HTTPValidationError) GetDetailOk ¶
func (o *HTTPValidationError) GetDetailOk() ([]ValidationError, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HTTPValidationError) HasDetail ¶
func (o *HTTPValidationError) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (HTTPValidationError) MarshalJSON ¶
func (o HTTPValidationError) MarshalJSON() ([]byte, error)
func (*HTTPValidationError) SetDetail ¶
func (o *HTTPValidationError) SetDetail(v []ValidationError)
SetDetail gets a reference to the given []ValidationError and assigns it to the Detail field.
type IdentityRead ¶
type IdentityRead struct { // Unique User Id of this identity in the identity provider (including the provider type) UserId string `json:"user_id"` // The identity provider type this identity came from Provider string `json:"provider"` // Unique User Id of this identity in the identity provider (NOT including the provider type) Sub string `json:"sub"` // Email connected to this account identity Email string `json:"email"` // Whether this email address connected to this account identity is verified or not. For social providers like 'Login with Google' this is done automatically, otherwise we will send the user a verification link in email. EmailVerified bool `json:"email_verified"` // Raw user info json coming from our identity provider and matching a specific account identity Auth0Info map[string]interface{} `json:"auth0_info"` }
IdentityRead struct for IdentityRead
func NewIdentityRead ¶
func NewIdentityRead(userId string, provider string, sub string, email string, emailVerified bool, auth0Info map[string]interface{}) *IdentityRead
NewIdentityRead instantiates a new IdentityRead 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 NewIdentityReadWithDefaults ¶
func NewIdentityReadWithDefaults() *IdentityRead
NewIdentityReadWithDefaults instantiates a new IdentityRead 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 (*IdentityRead) GetAuth0Info ¶
func (o *IdentityRead) GetAuth0Info() map[string]interface{}
GetAuth0Info returns the Auth0Info field value
func (*IdentityRead) GetAuth0InfoOk ¶
func (o *IdentityRead) GetAuth0InfoOk() (map[string]interface{}, bool)
GetAuth0InfoOk returns a tuple with the Auth0Info field value and a boolean to check if the value has been set.
func (*IdentityRead) GetEmail ¶
func (o *IdentityRead) GetEmail() string
GetEmail returns the Email field value
func (*IdentityRead) GetEmailOk ¶
func (o *IdentityRead) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*IdentityRead) GetEmailVerified ¶
func (o *IdentityRead) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value
func (*IdentityRead) GetEmailVerifiedOk ¶
func (o *IdentityRead) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value and a boolean to check if the value has been set.
func (*IdentityRead) GetProvider ¶
func (o *IdentityRead) GetProvider() string
GetProvider returns the Provider field value
func (*IdentityRead) GetProviderOk ¶
func (o *IdentityRead) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*IdentityRead) GetSub ¶
func (o *IdentityRead) GetSub() string
GetSub returns the Sub field value
func (*IdentityRead) GetSubOk ¶
func (o *IdentityRead) GetSubOk() (*string, bool)
GetSubOk returns a tuple with the Sub field value and a boolean to check if the value has been set.
func (*IdentityRead) GetUserId ¶
func (o *IdentityRead) GetUserId() string
GetUserId returns the UserId field value
func (*IdentityRead) GetUserIdOk ¶
func (o *IdentityRead) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (IdentityRead) MarshalJSON ¶
func (o IdentityRead) MarshalJSON() ([]byte, error)
func (*IdentityRead) SetAuth0Info ¶
func (o *IdentityRead) SetAuth0Info(v map[string]interface{})
SetAuth0Info sets field value
func (*IdentityRead) SetEmailVerified ¶
func (o *IdentityRead) SetEmailVerified(v bool)
SetEmailVerified sets field value
func (*IdentityRead) SetProvider ¶
func (o *IdentityRead) SetProvider(v string)
SetProvider sets field value
func (*IdentityRead) SetUserId ¶
func (o *IdentityRead) SetUserId(v string)
SetUserId sets field value
type InviteAttemptResult ¶
type InviteAttemptResult struct { // the invite code was accepted InviteSuccessful *bool `json:"invite_successful,omitempty"` // if the invite failed, the reason it failed InviteFailedReason *string `json:"invite_failed_reason,omitempty"` }
InviteAttemptResult struct for InviteAttemptResult
func NewInviteAttemptResult ¶
func NewInviteAttemptResult() *InviteAttemptResult
NewInviteAttemptResult instantiates a new InviteAttemptResult 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 NewInviteAttemptResultWithDefaults ¶
func NewInviteAttemptResultWithDefaults() *InviteAttemptResult
NewInviteAttemptResultWithDefaults instantiates a new InviteAttemptResult 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 (*InviteAttemptResult) GetInviteFailedReason ¶
func (o *InviteAttemptResult) GetInviteFailedReason() string
GetInviteFailedReason returns the InviteFailedReason field value if set, zero value otherwise.
func (*InviteAttemptResult) GetInviteFailedReasonOk ¶
func (o *InviteAttemptResult) GetInviteFailedReasonOk() (*string, bool)
GetInviteFailedReasonOk returns a tuple with the InviteFailedReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteAttemptResult) GetInviteSuccessful ¶
func (o *InviteAttemptResult) GetInviteSuccessful() bool
GetInviteSuccessful returns the InviteSuccessful field value if set, zero value otherwise.
func (*InviteAttemptResult) GetInviteSuccessfulOk ¶
func (o *InviteAttemptResult) GetInviteSuccessfulOk() (*bool, bool)
GetInviteSuccessfulOk returns a tuple with the InviteSuccessful field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteAttemptResult) HasInviteFailedReason ¶
func (o *InviteAttemptResult) HasInviteFailedReason() bool
HasInviteFailedReason returns a boolean if a field has been set.
func (*InviteAttemptResult) HasInviteSuccessful ¶
func (o *InviteAttemptResult) HasInviteSuccessful() bool
HasInviteSuccessful returns a boolean if a field has been set.
func (InviteAttemptResult) MarshalJSON ¶
func (o InviteAttemptResult) MarshalJSON() ([]byte, error)
func (*InviteAttemptResult) SetInviteFailedReason ¶
func (o *InviteAttemptResult) SetInviteFailedReason(v string)
SetInviteFailedReason gets a reference to the given string and assigns it to the InviteFailedReason field.
func (*InviteAttemptResult) SetInviteSuccessful ¶
func (o *InviteAttemptResult) SetInviteSuccessful(v bool)
SetInviteSuccessful gets a reference to the given bool and assigns it to the InviteSuccessful field.
type InviteCreate ¶
type InviteCreate struct { // The invited member's email address Email string `json:"email"` // The role the member will be assigned with Role string `json:"role"` }
InviteCreate struct for InviteCreate
func NewInviteCreate ¶
func NewInviteCreate(email string, role string) *InviteCreate
NewInviteCreate instantiates a new InviteCreate 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 NewInviteCreateWithDefaults ¶
func NewInviteCreateWithDefaults() *InviteCreate
NewInviteCreateWithDefaults instantiates a new InviteCreate 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 (*InviteCreate) GetEmail ¶
func (o *InviteCreate) GetEmail() string
GetEmail returns the Email field value
func (*InviteCreate) GetEmailOk ¶
func (o *InviteCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*InviteCreate) GetRole ¶
func (o *InviteCreate) GetRole() string
GetRole returns the Role field value
func (*InviteCreate) GetRoleOk ¶
func (o *InviteCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (InviteCreate) MarshalJSON ¶
func (o InviteCreate) MarshalJSON() ([]byte, error)
type InviteRead ¶
type InviteRead struct { // The invited member's email address Email string `json:"email"` // The role the member will be assigned with Role string `json:"role"` // Unique id of the invite Id string `json:"id"` // Unique id of the organization that the invite belongs to. OrganizationId string `json:"organization_id"` // The invite code that is sent to the member's email InviteCode string `json:"invite_code"` // Date and time when the invite was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // The status of the invite (pending, failed, etc) Status InviteStatus `json:"status"` // if failed, the reason the invitation failed FailedReason *string `json:"failed_reason,omitempty"` }
InviteRead struct for InviteRead
func NewInviteRead ¶
func NewInviteRead(email string, role string, id string, organizationId string, inviteCode string, createdAt time.Time, status InviteStatus) *InviteRead
NewInviteRead instantiates a new InviteRead 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 NewInviteReadWithDefaults ¶
func NewInviteReadWithDefaults() *InviteRead
NewInviteReadWithDefaults instantiates a new InviteRead 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 (*InviteRead) GetCreatedAt ¶
func (o *InviteRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*InviteRead) GetCreatedAtOk ¶
func (o *InviteRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*InviteRead) GetEmail ¶
func (o *InviteRead) GetEmail() string
GetEmail returns the Email field value
func (*InviteRead) GetEmailOk ¶
func (o *InviteRead) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*InviteRead) GetFailedReason ¶
func (o *InviteRead) GetFailedReason() string
GetFailedReason returns the FailedReason field value if set, zero value otherwise.
func (*InviteRead) GetFailedReasonOk ¶
func (o *InviteRead) GetFailedReasonOk() (*string, bool)
GetFailedReasonOk returns a tuple with the FailedReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InviteRead) GetIdOk ¶
func (o *InviteRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*InviteRead) GetInviteCode ¶
func (o *InviteRead) GetInviteCode() string
GetInviteCode returns the InviteCode field value
func (*InviteRead) GetInviteCodeOk ¶
func (o *InviteRead) GetInviteCodeOk() (*string, bool)
GetInviteCodeOk returns a tuple with the InviteCode field value and a boolean to check if the value has been set.
func (*InviteRead) GetOrganizationId ¶
func (o *InviteRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*InviteRead) GetOrganizationIdOk ¶
func (o *InviteRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*InviteRead) GetRole ¶
func (o *InviteRead) GetRole() string
GetRole returns the Role field value
func (*InviteRead) GetRoleOk ¶
func (o *InviteRead) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*InviteRead) GetStatus ¶
func (o *InviteRead) GetStatus() InviteStatus
GetStatus returns the Status field value
func (*InviteRead) GetStatusOk ¶
func (o *InviteRead) GetStatusOk() (*InviteStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*InviteRead) HasFailedReason ¶
func (o *InviteRead) HasFailedReason() bool
HasFailedReason returns a boolean if a field has been set.
func (InviteRead) MarshalJSON ¶
func (o InviteRead) MarshalJSON() ([]byte, error)
func (*InviteRead) SetCreatedAt ¶
func (o *InviteRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*InviteRead) SetFailedReason ¶
func (o *InviteRead) SetFailedReason(v string)
SetFailedReason gets a reference to the given string and assigns it to the FailedReason field.
func (*InviteRead) SetInviteCode ¶
func (o *InviteRead) SetInviteCode(v string)
SetInviteCode sets field value
func (*InviteRead) SetOrganizationId ¶
func (o *InviteRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*InviteRead) SetStatus ¶
func (o *InviteRead) SetStatus(v InviteStatus)
SetStatus sets field value
type InviteStatus ¶
type InviteStatus string
InviteStatus An enumeration.
const ( INVITE_PENDING InviteStatus = "pending" INVITE_ACCEPTED InviteStatus = "accepted" INVITE_FAILED InviteStatus = "failed" INVITE_CANCELED InviteStatus = "canceled" )
List of InviteStatus
func NewInviteStatusFromValue ¶
func NewInviteStatusFromValue(v string) (*InviteStatus, error)
NewInviteStatusFromValue returns a pointer to a valid InviteStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (InviteStatus) IsValid ¶
func (v InviteStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (InviteStatus) Ptr ¶
func (v InviteStatus) Ptr() *InviteStatus
Ptr returns reference to InviteStatus value
func (*InviteStatus) UnmarshalJSON ¶
func (v *InviteStatus) UnmarshalJSON(src []byte) error
type Jwks ¶ added in v0.0.10
type Jwks struct { // The keys to match against the request headers Keys []map[string]interface{} `json:"keys"` }
Jwks jwks for element frontend only login
func NewJwks ¶ added in v0.0.10
NewJwks instantiates a new Jwks 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 NewJwksWithDefaults ¶ added in v0.0.10
func NewJwksWithDefaults() *Jwks
NewJwksWithDefaults instantiates a new Jwks 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 (*Jwks) GetKeysOk ¶ added in v0.0.10
GetKeysOk returns a tuple with the Keys field value and a boolean to check if the value has been set.
func (Jwks) MarshalJSON ¶ added in v0.0.10
type Labels ¶
Labels struct for Labels
func NewLabels ¶
NewLabels instantiates a new Labels 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 NewLabelsWithDefaults ¶
func NewLabelsWithDefaults() *Labels
NewLabelsWithDefaults instantiates a new Labels 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 (*Labels) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Labels) GetVersion ¶
GetVersion returns the Version field value
func (*Labels) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (Labels) MarshalJSON ¶
type LanguageInstructions ¶
type LanguageInstructions struct { Language ProgrammingLanguage `json:"language"` Label string `json:"label"` Instructions string `json:"instructions"` }
LanguageInstructions struct for LanguageInstructions
func NewLanguageInstructions ¶
func NewLanguageInstructions(language ProgrammingLanguage, label string, instructions string) *LanguageInstructions
NewLanguageInstructions instantiates a new LanguageInstructions 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 NewLanguageInstructionsWithDefaults ¶
func NewLanguageInstructionsWithDefaults() *LanguageInstructions
NewLanguageInstructionsWithDefaults instantiates a new LanguageInstructions 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 (*LanguageInstructions) GetInstructions ¶
func (o *LanguageInstructions) GetInstructions() string
GetInstructions returns the Instructions field value
func (*LanguageInstructions) GetInstructionsOk ¶
func (o *LanguageInstructions) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field value and a boolean to check if the value has been set.
func (*LanguageInstructions) GetLabel ¶
func (o *LanguageInstructions) GetLabel() string
GetLabel returns the Label field value
func (*LanguageInstructions) GetLabelOk ¶
func (o *LanguageInstructions) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*LanguageInstructions) GetLanguage ¶
func (o *LanguageInstructions) GetLanguage() ProgrammingLanguage
GetLanguage returns the Language field value
func (*LanguageInstructions) GetLanguageOk ¶
func (o *LanguageInstructions) GetLanguageOk() (*ProgrammingLanguage, bool)
GetLanguageOk returns a tuple with the Language field value and a boolean to check if the value has been set.
func (LanguageInstructions) MarshalJSON ¶
func (o LanguageInstructions) MarshalJSON() ([]byte, error)
func (*LanguageInstructions) SetInstructions ¶
func (o *LanguageInstructions) SetInstructions(v string)
SetInstructions sets field value
func (*LanguageInstructions) SetLabel ¶
func (o *LanguageInstructions) SetLabel(v string)
SetLabel sets field value
func (*LanguageInstructions) SetLanguage ¶
func (o *LanguageInstructions) SetLanguage(v ProgrammingLanguage)
SetLanguage sets field value
type LocationInner ¶
type LocationInner struct {
// contains filtered or unexported fields
}
LocationInner struct for LocationInner
func (*LocationInner) MarshalJSON ¶
func (src *LocationInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LocationInner) UnmarshalJSON ¶
func (dst *LocationInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type LoginResult ¶
type LoginResult struct { // whether login was successful LoggedIn bool `json:"logged_in"` // when will the login session expire (the unix timestamp in seconds) ExpiresAt int32 `json:"expires_at"` // the active organization on the session after the login ActiveOrgId *string `json:"active_org_id,omitempty"` InviteAttempt *InviteAttemptResult `json:"invite_attempt,omitempty"` }
LoginResult struct for LoginResult
func NewLoginResult ¶
func NewLoginResult(loggedIn bool, expiresAt int32) *LoginResult
NewLoginResult instantiates a new LoginResult 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 NewLoginResultWithDefaults ¶
func NewLoginResultWithDefaults() *LoginResult
NewLoginResultWithDefaults instantiates a new LoginResult 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 (*LoginResult) GetActiveOrgId ¶
func (o *LoginResult) GetActiveOrgId() string
GetActiveOrgId returns the ActiveOrgId field value if set, zero value otherwise.
func (*LoginResult) GetActiveOrgIdOk ¶
func (o *LoginResult) GetActiveOrgIdOk() (*string, bool)
GetActiveOrgIdOk returns a tuple with the ActiveOrgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginResult) GetExpiresAt ¶
func (o *LoginResult) GetExpiresAt() int32
GetExpiresAt returns the ExpiresAt field value
func (*LoginResult) GetExpiresAtOk ¶
func (o *LoginResult) GetExpiresAtOk() (*int32, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*LoginResult) GetInviteAttempt ¶
func (o *LoginResult) GetInviteAttempt() InviteAttemptResult
GetInviteAttempt returns the InviteAttempt field value if set, zero value otherwise.
func (*LoginResult) GetInviteAttemptOk ¶
func (o *LoginResult) GetInviteAttemptOk() (*InviteAttemptResult, bool)
GetInviteAttemptOk returns a tuple with the InviteAttempt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LoginResult) GetLoggedIn ¶
func (o *LoginResult) GetLoggedIn() bool
GetLoggedIn returns the LoggedIn field value
func (*LoginResult) GetLoggedInOk ¶
func (o *LoginResult) GetLoggedInOk() (*bool, bool)
GetLoggedInOk returns a tuple with the LoggedIn field value and a boolean to check if the value has been set.
func (*LoginResult) HasActiveOrgId ¶
func (o *LoginResult) HasActiveOrgId() bool
HasActiveOrgId returns a boolean if a field has been set.
func (*LoginResult) HasInviteAttempt ¶
func (o *LoginResult) HasInviteAttempt() bool
HasInviteAttempt returns a boolean if a field has been set.
func (LoginResult) MarshalJSON ¶
func (o LoginResult) MarshalJSON() ([]byte, error)
func (*LoginResult) SetActiveOrgId ¶
func (o *LoginResult) SetActiveOrgId(v string)
SetActiveOrgId gets a reference to the given string and assigns it to the ActiveOrgId field.
func (*LoginResult) SetExpiresAt ¶
func (o *LoginResult) SetExpiresAt(v int32)
SetExpiresAt sets field value
func (*LoginResult) SetInviteAttempt ¶
func (o *LoginResult) SetInviteAttempt(v InviteAttemptResult)
SetInviteAttempt gets a reference to the given InviteAttemptResult and assigns it to the InviteAttempt field.
func (*LoginResult) SetLoggedIn ¶
func (o *LoginResult) SetLoggedIn(v bool)
SetLoggedIn sets field value
type MappedNullable ¶ added in v0.0.10
type MappingRule ¶ added in v1.0.1
type MappingRule struct { // The URL to match against the request URL Url string `json:"url"` HttpMethod Methods `json:"http_method"` // The resource to match against the request resource Resource string `json:"resource"` // The headers to match against the request headers Headers *map[string]string `json:"headers,omitempty"` // The action to match against the request action Action *string `json:"action,omitempty"` // The priority of the mapping rule. The higher the priority, the higher the precedence Priority *int32 `json:"priority,omitempty"` // The type of URL matching to use (empty for exact match, 'regex' for regular expression matching) UrlType *UrlMatchType `json:"url_type,omitempty"` }
MappingRule struct for MappingRule
func NewMappingRule ¶ added in v1.0.1
func NewMappingRule(url string, httpMethod Methods, resource string) *MappingRule
NewMappingRule instantiates a new MappingRule 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 NewMappingRuleWithDefaults ¶ added in v1.0.1
func NewMappingRuleWithDefaults() *MappingRule
NewMappingRuleWithDefaults instantiates a new MappingRule 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 (*MappingRule) GetAction ¶ added in v1.0.1
func (o *MappingRule) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*MappingRule) GetActionOk ¶ added in v1.0.1
func (o *MappingRule) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingRule) GetHeaders ¶ added in v1.0.1
func (o *MappingRule) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*MappingRule) GetHeadersOk ¶ added in v1.0.1
func (o *MappingRule) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingRule) GetHttpMethod ¶ added in v1.0.1
func (o *MappingRule) GetHttpMethod() Methods
GetHttpMethod returns the HttpMethod field value
func (*MappingRule) GetHttpMethodOk ¶ added in v1.0.1
func (o *MappingRule) GetHttpMethodOk() (*Methods, bool)
GetHttpMethodOk returns a tuple with the HttpMethod field value and a boolean to check if the value has been set.
func (*MappingRule) GetPriority ¶ added in v1.0.1
func (o *MappingRule) GetPriority() int32
GetPriority returns the Priority field value if set, zero value otherwise.
func (*MappingRule) GetPriorityOk ¶ added in v1.0.1
func (o *MappingRule) GetPriorityOk() (*int32, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingRule) GetResource ¶ added in v1.0.1
func (o *MappingRule) GetResource() string
GetResource returns the Resource field value
func (*MappingRule) GetResourceOk ¶ added in v1.0.1
func (o *MappingRule) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*MappingRule) GetUrl ¶ added in v1.0.1
func (o *MappingRule) GetUrl() string
GetUrl returns the Url field value
func (*MappingRule) GetUrlOk ¶ added in v1.0.1
func (o *MappingRule) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*MappingRule) GetUrlType ¶ added in v1.2.4
func (o *MappingRule) GetUrlType() UrlMatchType
GetUrlType returns the UrlType field value if set, zero value otherwise.
func (*MappingRule) GetUrlTypeOk ¶ added in v1.2.4
func (o *MappingRule) GetUrlTypeOk() (*UrlMatchType, bool)
GetUrlTypeOk returns a tuple with the UrlType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MappingRule) HasAction ¶ added in v1.0.1
func (o *MappingRule) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*MappingRule) HasHeaders ¶ added in v1.0.1
func (o *MappingRule) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*MappingRule) HasPriority ¶ added in v1.0.1
func (o *MappingRule) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*MappingRule) HasUrlType ¶ added in v1.2.4
func (o *MappingRule) HasUrlType() bool
HasUrlType returns a boolean if a field has been set.
func (*MappingRule) IsRegexUrl ¶ added in v1.2.4
func (o *MappingRule) IsRegexUrl() bool
IsRegexUrl returns true if URL matching is using regex
func (MappingRule) MarshalJSON ¶ added in v1.0.1
func (o MappingRule) MarshalJSON() ([]byte, error)
func (*MappingRule) SetAction ¶ added in v1.0.1
func (o *MappingRule) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*MappingRule) SetHeaders ¶ added in v1.0.1
func (o *MappingRule) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*MappingRule) SetHttpMethod ¶ added in v1.0.1
func (o *MappingRule) SetHttpMethod(v Methods)
SetHttpMethod sets field value
func (*MappingRule) SetPriority ¶ added in v1.0.1
func (o *MappingRule) SetPriority(v int32)
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*MappingRule) SetResource ¶ added in v1.0.1
func (o *MappingRule) SetResource(v string)
SetResource sets field value
func (*MappingRule) SetUrl ¶ added in v1.0.1
func (o *MappingRule) SetUrl(v string)
SetUrl sets field value
func (*MappingRule) SetUrlType ¶ added in v1.2.4
func (o *MappingRule) SetUrlType(v UrlMatchType)
SetUrlType gets a reference to the given UrlMatchType and assigns it to the UrlType field.
func (MappingRule) ToMap ¶ added in v1.0.1
func (o MappingRule) ToMap() (map[string]interface{}, error)
type MemberAccessLevel ¶
type MemberAccessLevel string
MemberAccessLevel An enumeration.
const ( READ MemberAccessLevel = "read" WRITE MemberAccessLevel = "write" ADMIN MemberAccessLevel = "admin" )
List of MemberAccessLevel
func NewMemberAccessLevelFromValue ¶
func NewMemberAccessLevelFromValue(v string) (*MemberAccessLevel, error)
NewMemberAccessLevelFromValue returns a pointer to a valid MemberAccessLevel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MemberAccessLevel) IsValid ¶
func (v MemberAccessLevel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MemberAccessLevel) Ptr ¶
func (v MemberAccessLevel) Ptr() *MemberAccessLevel
Ptr returns reference to MemberAccessLevel value
func (*MemberAccessLevel) UnmarshalJSON ¶
func (v *MemberAccessLevel) UnmarshalJSON(src []byte) error
type MemberAccessObj ¶
type MemberAccessObj string
MemberAccessObj An enumeration.
const ( ORG MemberAccessObj = "org" PROJECT MemberAccessObj = "project" ENV MemberAccessObj = "env" )
List of MemberAccessObj
func NewMemberAccessObjFromValue ¶
func NewMemberAccessObjFromValue(v string) (*MemberAccessObj, error)
NewMemberAccessObjFromValue returns a pointer to a valid MemberAccessObj for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MemberAccessObj) IsValid ¶
func (v MemberAccessObj) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MemberAccessObj) Ptr ¶
func (v MemberAccessObj) Ptr() *MemberAccessObj
Ptr returns reference to MemberAccessObj value
func (*MemberAccessObj) UnmarshalJSON ¶
func (v *MemberAccessObj) UnmarshalJSON(src []byte) error
type Methods ¶ added in v1.0.1
type Methods string
Methods An enumeration.
const ( GET Methods = "get" POST Methods = "post" PUT Methods = "put" PATCH Methods = "patch" DELETE Methods = "delete" HEAD Methods = "head" OPTIONS Methods = "options" )
List of Methods
func NewMethodsFromValue ¶ added in v1.0.1
NewMethodsFromValue returns a pointer to a valid Methods for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Methods) IsValid ¶ added in v1.0.1
IsValid return true if the value is valid for the enum, false otherwise
func (*Methods) UnmarshalJSON ¶ added in v1.0.1
type MultiInviteResult ¶
type MultiInviteResult struct { Success []InviteRead `json:"success"` // invites that were not even attempted, and the reason why Failed []FailedInvite `json:"failed,omitempty"` }
MultiInviteResult struct for MultiInviteResult
func NewMultiInviteResult ¶
func NewMultiInviteResult(success []InviteRead) *MultiInviteResult
NewMultiInviteResult instantiates a new MultiInviteResult 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 NewMultiInviteResultWithDefaults ¶
func NewMultiInviteResultWithDefaults() *MultiInviteResult
NewMultiInviteResultWithDefaults instantiates a new MultiInviteResult 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 (*MultiInviteResult) GetFailed ¶
func (o *MultiInviteResult) GetFailed() []FailedInvite
GetFailed returns the Failed field value if set, zero value otherwise.
func (*MultiInviteResult) GetFailedOk ¶
func (o *MultiInviteResult) GetFailedOk() ([]FailedInvite, bool)
GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultiInviteResult) GetSuccess ¶
func (o *MultiInviteResult) GetSuccess() []InviteRead
GetSuccess returns the Success field value
func (*MultiInviteResult) GetSuccessOk ¶
func (o *MultiInviteResult) GetSuccessOk() ([]InviteRead, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*MultiInviteResult) HasFailed ¶
func (o *MultiInviteResult) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (MultiInviteResult) MarshalJSON ¶
func (o MultiInviteResult) MarshalJSON() ([]byte, error)
func (*MultiInviteResult) SetFailed ¶
func (o *MultiInviteResult) SetFailed(v []FailedInvite)
SetFailed gets a reference to the given []FailedInvite and assigns it to the Failed field.
func (*MultiInviteResult) SetSuccess ¶
func (o *MultiInviteResult) SetSuccess(v []InviteRead)
SetSuccess sets field value
type New ¶ added in v0.0.10
type New struct { // A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment. Key string `json:"key"` // The name of the environment Name string `json:"name"` // an optional longer description of the environment Description *string `json:"description,omitempty"` // when using gitops feature, an optional branch name for the environment CustomBranchName *string `json:"custom_branch_name,omitempty"` Jwks *Jwks `json:"jwks,omitempty"` }
New Description of the environment to create. This environment must not already exist.
func NewNew ¶ added in v0.0.10
NewNew instantiates a new New 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 NewNewWithDefaults ¶ added in v0.0.10
func NewNewWithDefaults() *New
NewNewWithDefaults instantiates a new New 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 (*New) GetCustomBranchName ¶ added in v0.0.10
GetCustomBranchName returns the CustomBranchName field value if set, zero value otherwise.
func (*New) GetCustomBranchNameOk ¶ added in v0.0.10
GetCustomBranchNameOk returns a tuple with the CustomBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*New) GetDescription ¶ added in v0.0.10
GetDescription returns the Description field value if set, zero value otherwise.
func (*New) GetDescriptionOk ¶ added in v0.0.10
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*New) GetJwks ¶ added in v0.0.10
GetJwks returns the Jwks field value if set, zero value otherwise.
func (*New) GetJwksOk ¶ added in v0.0.10
GetJwksOk returns a tuple with the Jwks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*New) GetKeyOk ¶ added in v0.0.10
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*New) GetNameOk ¶ added in v0.0.10
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*New) HasCustomBranchName ¶ added in v0.0.10
HasCustomBranchName returns a boolean if a field has been set.
func (*New) HasDescription ¶ added in v0.0.10
HasDescription returns a boolean if a field has been set.
func (New) MarshalJSON ¶ added in v0.0.10
func (*New) SetCustomBranchName ¶ added in v0.0.10
SetCustomBranchName gets a reference to the given string and assigns it to the CustomBranchName field.
func (*New) SetDescription ¶ added in v0.0.10
SetDescription gets a reference to the given string and assigns it to the Description field.
type NullableAPIKeyCreate ¶
type NullableAPIKeyCreate struct {
// contains filtered or unexported fields
}
func NewNullableAPIKeyCreate ¶
func NewNullableAPIKeyCreate(val *APIKeyCreate) *NullableAPIKeyCreate
func (NullableAPIKeyCreate) Get ¶
func (v NullableAPIKeyCreate) Get() *APIKeyCreate
func (NullableAPIKeyCreate) IsSet ¶
func (v NullableAPIKeyCreate) IsSet() bool
func (NullableAPIKeyCreate) MarshalJSON ¶
func (v NullableAPIKeyCreate) MarshalJSON() ([]byte, error)
func (*NullableAPIKeyCreate) Set ¶
func (v *NullableAPIKeyCreate) Set(val *APIKeyCreate)
func (*NullableAPIKeyCreate) UnmarshalJSON ¶
func (v *NullableAPIKeyCreate) UnmarshalJSON(src []byte) error
func (*NullableAPIKeyCreate) Unset ¶
func (v *NullableAPIKeyCreate) Unset()
type NullableAPIKeyOwnerType ¶
type NullableAPIKeyOwnerType struct {
// contains filtered or unexported fields
}
func NewNullableAPIKeyOwnerType ¶
func NewNullableAPIKeyOwnerType(val *APIKeyOwnerType) *NullableAPIKeyOwnerType
func (NullableAPIKeyOwnerType) Get ¶
func (v NullableAPIKeyOwnerType) Get() *APIKeyOwnerType
func (NullableAPIKeyOwnerType) IsSet ¶
func (v NullableAPIKeyOwnerType) IsSet() bool
func (NullableAPIKeyOwnerType) MarshalJSON ¶
func (v NullableAPIKeyOwnerType) MarshalJSON() ([]byte, error)
func (*NullableAPIKeyOwnerType) Set ¶
func (v *NullableAPIKeyOwnerType) Set(val *APIKeyOwnerType)
func (*NullableAPIKeyOwnerType) UnmarshalJSON ¶
func (v *NullableAPIKeyOwnerType) UnmarshalJSON(src []byte) error
func (*NullableAPIKeyOwnerType) Unset ¶
func (v *NullableAPIKeyOwnerType) Unset()
type NullableAPIKeyRead ¶
type NullableAPIKeyRead struct {
// contains filtered or unexported fields
}
func NewNullableAPIKeyRead ¶
func NewNullableAPIKeyRead(val *APIKeyRead) *NullableAPIKeyRead
func (NullableAPIKeyRead) Get ¶
func (v NullableAPIKeyRead) Get() *APIKeyRead
func (NullableAPIKeyRead) IsSet ¶
func (v NullableAPIKeyRead) IsSet() bool
func (NullableAPIKeyRead) MarshalJSON ¶
func (v NullableAPIKeyRead) MarshalJSON() ([]byte, error)
func (*NullableAPIKeyRead) Set ¶
func (v *NullableAPIKeyRead) Set(val *APIKeyRead)
func (*NullableAPIKeyRead) UnmarshalJSON ¶
func (v *NullableAPIKeyRead) UnmarshalJSON(src []byte) error
func (*NullableAPIKeyRead) Unset ¶
func (v *NullableAPIKeyRead) Unset()
type NullableAPIKeyScopeRead ¶
type NullableAPIKeyScopeRead struct {
// contains filtered or unexported fields
}
func NewNullableAPIKeyScopeRead ¶
func NewNullableAPIKeyScopeRead(val *APIKeyScopeRead) *NullableAPIKeyScopeRead
func (NullableAPIKeyScopeRead) Get ¶
func (v NullableAPIKeyScopeRead) Get() *APIKeyScopeRead
func (NullableAPIKeyScopeRead) IsSet ¶
func (v NullableAPIKeyScopeRead) IsSet() bool
func (NullableAPIKeyScopeRead) MarshalJSON ¶
func (v NullableAPIKeyScopeRead) MarshalJSON() ([]byte, error)
func (*NullableAPIKeyScopeRead) Set ¶
func (v *NullableAPIKeyScopeRead) Set(val *APIKeyScopeRead)
func (*NullableAPIKeyScopeRead) UnmarshalJSON ¶
func (v *NullableAPIKeyScopeRead) UnmarshalJSON(src []byte) error
func (*NullableAPIKeyScopeRead) Unset ¶
func (v *NullableAPIKeyScopeRead) Unset()
type NullableActionBlockEditable ¶
type NullableActionBlockEditable struct {
// contains filtered or unexported fields
}
func NewNullableActionBlockEditable ¶
func NewNullableActionBlockEditable(val *ActionBlockEditable) *NullableActionBlockEditable
func (NullableActionBlockEditable) Get ¶
func (v NullableActionBlockEditable) Get() *ActionBlockEditable
func (NullableActionBlockEditable) IsSet ¶
func (v NullableActionBlockEditable) IsSet() bool
func (NullableActionBlockEditable) MarshalJSON ¶
func (v NullableActionBlockEditable) MarshalJSON() ([]byte, error)
func (*NullableActionBlockEditable) Set ¶
func (v *NullableActionBlockEditable) Set(val *ActionBlockEditable)
func (*NullableActionBlockEditable) UnmarshalJSON ¶
func (v *NullableActionBlockEditable) UnmarshalJSON(src []byte) error
func (*NullableActionBlockEditable) Unset ¶
func (v *NullableActionBlockEditable) Unset()
type NullableActionBlockRead ¶
type NullableActionBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableActionBlockRead ¶
func NewNullableActionBlockRead(val *ActionBlockRead) *NullableActionBlockRead
func (NullableActionBlockRead) Get ¶
func (v NullableActionBlockRead) Get() *ActionBlockRead
func (NullableActionBlockRead) IsSet ¶
func (v NullableActionBlockRead) IsSet() bool
func (NullableActionBlockRead) MarshalJSON ¶
func (v NullableActionBlockRead) MarshalJSON() ([]byte, error)
func (*NullableActionBlockRead) Set ¶
func (v *NullableActionBlockRead) Set(val *ActionBlockRead)
func (*NullableActionBlockRead) UnmarshalJSON ¶
func (v *NullableActionBlockRead) UnmarshalJSON(src []byte) error
func (*NullableActionBlockRead) Unset ¶
func (v *NullableActionBlockRead) Unset()
type NullableActor ¶
type NullableActor struct {
// contains filtered or unexported fields
}
func NewNullableActor ¶
func NewNullableActor(val *Actor) *NullableActor
func (NullableActor) Get ¶
func (v NullableActor) Get() *Actor
func (NullableActor) IsSet ¶
func (v NullableActor) IsSet() bool
func (NullableActor) MarshalJSON ¶
func (v NullableActor) MarshalJSON() ([]byte, error)
func (*NullableActor) Set ¶
func (v *NullableActor) Set(val *Actor)
func (*NullableActor) UnmarshalJSON ¶
func (v *NullableActor) UnmarshalJSON(src []byte) error
func (*NullableActor) Unset ¶
func (v *NullableActor) Unset()
type NullableAddRolePermissions ¶
type NullableAddRolePermissions struct {
// contains filtered or unexported fields
}
func NewNullableAddRolePermissions ¶
func NewNullableAddRolePermissions(val *AddRolePermissions) *NullableAddRolePermissions
func (NullableAddRolePermissions) Get ¶
func (v NullableAddRolePermissions) Get() *AddRolePermissions
func (NullableAddRolePermissions) IsSet ¶
func (v NullableAddRolePermissions) IsSet() bool
func (NullableAddRolePermissions) MarshalJSON ¶
func (v NullableAddRolePermissions) MarshalJSON() ([]byte, error)
func (*NullableAddRolePermissions) Set ¶
func (v *NullableAddRolePermissions) Set(val *AddRolePermissions)
func (*NullableAddRolePermissions) UnmarshalJSON ¶
func (v *NullableAddRolePermissions) UnmarshalJSON(src []byte) error
func (*NullableAddRolePermissions) Unset ¶
func (v *NullableAddRolePermissions) Unset()
type NullableAttributeBlockEditable ¶
type NullableAttributeBlockEditable struct {
// contains filtered or unexported fields
}
func NewNullableAttributeBlockEditable ¶
func NewNullableAttributeBlockEditable(val *AttributeBlockEditable) *NullableAttributeBlockEditable
func (NullableAttributeBlockEditable) Get ¶
func (v NullableAttributeBlockEditable) Get() *AttributeBlockEditable
func (NullableAttributeBlockEditable) IsSet ¶
func (v NullableAttributeBlockEditable) IsSet() bool
func (NullableAttributeBlockEditable) MarshalJSON ¶
func (v NullableAttributeBlockEditable) MarshalJSON() ([]byte, error)
func (*NullableAttributeBlockEditable) Set ¶
func (v *NullableAttributeBlockEditable) Set(val *AttributeBlockEditable)
func (*NullableAttributeBlockEditable) UnmarshalJSON ¶
func (v *NullableAttributeBlockEditable) UnmarshalJSON(src []byte) error
func (*NullableAttributeBlockEditable) Unset ¶
func (v *NullableAttributeBlockEditable) Unset()
type NullableAttributeBlockRead ¶
type NullableAttributeBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableAttributeBlockRead ¶
func NewNullableAttributeBlockRead(val *AttributeBlockRead) *NullableAttributeBlockRead
func (NullableAttributeBlockRead) Get ¶
func (v NullableAttributeBlockRead) Get() *AttributeBlockRead
func (NullableAttributeBlockRead) IsSet ¶
func (v NullableAttributeBlockRead) IsSet() bool
func (NullableAttributeBlockRead) MarshalJSON ¶
func (v NullableAttributeBlockRead) MarshalJSON() ([]byte, error)
func (*NullableAttributeBlockRead) Set ¶
func (v *NullableAttributeBlockRead) Set(val *AttributeBlockRead)
func (*NullableAttributeBlockRead) UnmarshalJSON ¶
func (v *NullableAttributeBlockRead) UnmarshalJSON(src []byte) error
func (*NullableAttributeBlockRead) Unset ¶
func (v *NullableAttributeBlockRead) Unset()
type NullableAttributeType ¶
type NullableAttributeType struct {
// contains filtered or unexported fields
}
func NewNullableAttributeType ¶
func NewNullableAttributeType(val *AttributeType) *NullableAttributeType
func (NullableAttributeType) Get ¶
func (v NullableAttributeType) Get() *AttributeType
func (NullableAttributeType) IsSet ¶
func (v NullableAttributeType) IsSet() bool
func (NullableAttributeType) MarshalJSON ¶
func (v NullableAttributeType) MarshalJSON() ([]byte, error)
func (*NullableAttributeType) Set ¶
func (v *NullableAttributeType) Set(val *AttributeType)
func (*NullableAttributeType) UnmarshalJSON ¶
func (v *NullableAttributeType) UnmarshalJSON(src []byte) error
func (*NullableAttributeType) Unset ¶
func (v *NullableAttributeType) Unset()
type NullableAttributes ¶
type NullableAttributes struct {
// contains filtered or unexported fields
}
func NewNullableAttributes ¶
func NewNullableAttributes(val *Attributes) *NullableAttributes
func (NullableAttributes) Get ¶
func (v NullableAttributes) Get() *Attributes
func (NullableAttributes) IsSet ¶
func (v NullableAttributes) IsSet() bool
func (NullableAttributes) MarshalJSON ¶
func (v NullableAttributes) MarshalJSON() ([]byte, error)
func (*NullableAttributes) Set ¶
func (v *NullableAttributes) Set(val *Attributes)
func (*NullableAttributes) UnmarshalJSON ¶
func (v *NullableAttributes) UnmarshalJSON(src []byte) error
func (*NullableAttributes) Unset ¶
func (v *NullableAttributes) Unset()
type NullableAuthMechanism ¶ added in v1.0.1
type NullableAuthMechanism struct {
// contains filtered or unexported fields
}
func NewNullableAuthMechanism ¶ added in v1.0.1
func NewNullableAuthMechanism(val *AuthMechanism) *NullableAuthMechanism
func (NullableAuthMechanism) Get ¶ added in v1.0.1
func (v NullableAuthMechanism) Get() *AuthMechanism
func (NullableAuthMechanism) IsSet ¶ added in v1.0.1
func (v NullableAuthMechanism) IsSet() bool
func (NullableAuthMechanism) MarshalJSON ¶ added in v1.0.1
func (v NullableAuthMechanism) MarshalJSON() ([]byte, error)
func (*NullableAuthMechanism) Set ¶ added in v1.0.1
func (v *NullableAuthMechanism) Set(val *AuthMechanism)
func (*NullableAuthMechanism) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableAuthMechanism) UnmarshalJSON(src []byte) error
func (*NullableAuthMechanism) Unset ¶ added in v1.0.1
func (v *NullableAuthMechanism) Unset()
type NullableAuthnMeAPIKeyRead ¶
type NullableAuthnMeAPIKeyRead struct {
// contains filtered or unexported fields
}
func NewNullableAuthnMeAPIKeyRead ¶
func NewNullableAuthnMeAPIKeyRead(val *AuthnMeAPIKeyRead) *NullableAuthnMeAPIKeyRead
func (NullableAuthnMeAPIKeyRead) Get ¶
func (v NullableAuthnMeAPIKeyRead) Get() *AuthnMeAPIKeyRead
func (NullableAuthnMeAPIKeyRead) IsSet ¶
func (v NullableAuthnMeAPIKeyRead) IsSet() bool
func (NullableAuthnMeAPIKeyRead) MarshalJSON ¶
func (v NullableAuthnMeAPIKeyRead) MarshalJSON() ([]byte, error)
func (*NullableAuthnMeAPIKeyRead) Set ¶
func (v *NullableAuthnMeAPIKeyRead) Set(val *AuthnMeAPIKeyRead)
func (*NullableAuthnMeAPIKeyRead) UnmarshalJSON ¶
func (v *NullableAuthnMeAPIKeyRead) UnmarshalJSON(src []byte) error
func (*NullableAuthnMeAPIKeyRead) Unset ¶
func (v *NullableAuthnMeAPIKeyRead) Unset()
type NullableAuthnMeMemberRead ¶
type NullableAuthnMeMemberRead struct {
// contains filtered or unexported fields
}
func NewNullableAuthnMeMemberRead ¶
func NewNullableAuthnMeMemberRead(val *AuthnMeMemberRead) *NullableAuthnMeMemberRead
func (NullableAuthnMeMemberRead) Get ¶
func (v NullableAuthnMeMemberRead) Get() *AuthnMeMemberRead
func (NullableAuthnMeMemberRead) IsSet ¶
func (v NullableAuthnMeMemberRead) IsSet() bool
func (NullableAuthnMeMemberRead) MarshalJSON ¶
func (v NullableAuthnMeMemberRead) MarshalJSON() ([]byte, error)
func (*NullableAuthnMeMemberRead) Set ¶
func (v *NullableAuthnMeMemberRead) Set(val *AuthnMeMemberRead)
func (*NullableAuthnMeMemberRead) UnmarshalJSON ¶
func (v *NullableAuthnMeMemberRead) UnmarshalJSON(src []byte) error
func (*NullableAuthnMeMemberRead) Unset ¶
func (v *NullableAuthnMeMemberRead) Unset()
type NullableAuthnMeRead ¶
type NullableAuthnMeRead struct {
// contains filtered or unexported fields
}
func NewNullableAuthnMeRead ¶
func NewNullableAuthnMeRead(val *AuthnMeRead) *NullableAuthnMeRead
func (NullableAuthnMeRead) Get ¶
func (v NullableAuthnMeRead) Get() *AuthnMeRead
func (NullableAuthnMeRead) IsSet ¶
func (v NullableAuthnMeRead) IsSet() bool
func (NullableAuthnMeRead) MarshalJSON ¶
func (v NullableAuthnMeRead) MarshalJSON() ([]byte, error)
func (*NullableAuthnMeRead) Set ¶
func (v *NullableAuthnMeRead) Set(val *AuthnMeRead)
func (*NullableAuthnMeRead) UnmarshalJSON ¶
func (v *NullableAuthnMeRead) UnmarshalJSON(src []byte) error
func (*NullableAuthnMeRead) Unset ¶
func (v *NullableAuthnMeRead) Unset()
type NullableAuthnMeUserRead ¶
type NullableAuthnMeUserRead struct {
// contains filtered or unexported fields
}
func NewNullableAuthnMeUserRead ¶
func NewNullableAuthnMeUserRead(val *AuthnMeUserRead) *NullableAuthnMeUserRead
func (NullableAuthnMeUserRead) Get ¶
func (v NullableAuthnMeUserRead) Get() *AuthnMeUserRead
func (NullableAuthnMeUserRead) IsSet ¶
func (v NullableAuthnMeUserRead) IsSet() bool
func (NullableAuthnMeUserRead) MarshalJSON ¶
func (v NullableAuthnMeUserRead) MarshalJSON() ([]byte, error)
func (*NullableAuthnMeUserRead) Set ¶
func (v *NullableAuthnMeUserRead) Set(val *AuthnMeUserRead)
func (*NullableAuthnMeUserRead) UnmarshalJSON ¶
func (v *NullableAuthnMeUserRead) UnmarshalJSON(src []byte) error
func (*NullableAuthnMeUserRead) Unset ¶
func (v *NullableAuthnMeUserRead) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBulkRoleAssignmentReport ¶ added in v0.0.10
type NullableBulkRoleAssignmentReport struct {
// contains filtered or unexported fields
}
func NewNullableBulkRoleAssignmentReport ¶ added in v0.0.10
func NewNullableBulkRoleAssignmentReport(val *BulkRoleAssignmentReport) *NullableBulkRoleAssignmentReport
func (NullableBulkRoleAssignmentReport) Get ¶ added in v0.0.10
func (v NullableBulkRoleAssignmentReport) Get() *BulkRoleAssignmentReport
func (NullableBulkRoleAssignmentReport) IsSet ¶ added in v0.0.10
func (v NullableBulkRoleAssignmentReport) IsSet() bool
func (NullableBulkRoleAssignmentReport) MarshalJSON ¶ added in v0.0.10
func (v NullableBulkRoleAssignmentReport) MarshalJSON() ([]byte, error)
func (*NullableBulkRoleAssignmentReport) Set ¶ added in v0.0.10
func (v *NullableBulkRoleAssignmentReport) Set(val *BulkRoleAssignmentReport)
func (*NullableBulkRoleAssignmentReport) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableBulkRoleAssignmentReport) UnmarshalJSON(src []byte) error
func (*NullableBulkRoleAssignmentReport) Unset ¶ added in v0.0.10
func (v *NullableBulkRoleAssignmentReport) Unset()
type NullableBulkRoleUnAssignmentReport ¶ added in v0.0.10
type NullableBulkRoleUnAssignmentReport struct {
// contains filtered or unexported fields
}
func NewNullableBulkRoleUnAssignmentReport ¶ added in v0.0.10
func NewNullableBulkRoleUnAssignmentReport(val *BulkRoleUnAssignmentReport) *NullableBulkRoleUnAssignmentReport
func (NullableBulkRoleUnAssignmentReport) Get ¶ added in v0.0.10
func (v NullableBulkRoleUnAssignmentReport) Get() *BulkRoleUnAssignmentReport
func (NullableBulkRoleUnAssignmentReport) IsSet ¶ added in v0.0.10
func (v NullableBulkRoleUnAssignmentReport) IsSet() bool
func (NullableBulkRoleUnAssignmentReport) MarshalJSON ¶ added in v0.0.10
func (v NullableBulkRoleUnAssignmentReport) MarshalJSON() ([]byte, error)
func (*NullableBulkRoleUnAssignmentReport) Set ¶ added in v0.0.10
func (v *NullableBulkRoleUnAssignmentReport) Set(val *BulkRoleUnAssignmentReport)
func (*NullableBulkRoleUnAssignmentReport) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableBulkRoleUnAssignmentReport) UnmarshalJSON(src []byte) error
func (*NullableBulkRoleUnAssignmentReport) Unset ¶ added in v0.0.10
func (v *NullableBulkRoleUnAssignmentReport) Unset()
type NullableConditionSetCreate ¶
type NullableConditionSetCreate struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetCreate ¶
func NewNullableConditionSetCreate(val *ConditionSetCreate) *NullableConditionSetCreate
func (NullableConditionSetCreate) Get ¶
func (v NullableConditionSetCreate) Get() *ConditionSetCreate
func (NullableConditionSetCreate) IsSet ¶
func (v NullableConditionSetCreate) IsSet() bool
func (NullableConditionSetCreate) MarshalJSON ¶
func (v NullableConditionSetCreate) MarshalJSON() ([]byte, error)
func (*NullableConditionSetCreate) Set ¶
func (v *NullableConditionSetCreate) Set(val *ConditionSetCreate)
func (*NullableConditionSetCreate) UnmarshalJSON ¶
func (v *NullableConditionSetCreate) UnmarshalJSON(src []byte) error
func (*NullableConditionSetCreate) Unset ¶
func (v *NullableConditionSetCreate) Unset()
type NullableConditionSetData ¶ added in v0.0.10
type NullableConditionSetData struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetData ¶ added in v0.0.10
func NewNullableConditionSetData(val *ConditionSetData) *NullableConditionSetData
func (NullableConditionSetData) Get ¶ added in v0.0.10
func (v NullableConditionSetData) Get() *ConditionSetData
func (NullableConditionSetData) IsSet ¶ added in v0.0.10
func (v NullableConditionSetData) IsSet() bool
func (NullableConditionSetData) MarshalJSON ¶ added in v0.0.10
func (v NullableConditionSetData) MarshalJSON() ([]byte, error)
func (*NullableConditionSetData) Set ¶ added in v0.0.10
func (v *NullableConditionSetData) Set(val *ConditionSetData)
func (*NullableConditionSetData) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableConditionSetData) UnmarshalJSON(src []byte) error
func (*NullableConditionSetData) Unset ¶ added in v0.0.10
func (v *NullableConditionSetData) Unset()
type NullableConditionSetRead ¶
type NullableConditionSetRead struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetRead ¶
func NewNullableConditionSetRead(val *ConditionSetRead) *NullableConditionSetRead
func (NullableConditionSetRead) Get ¶
func (v NullableConditionSetRead) Get() *ConditionSetRead
func (NullableConditionSetRead) IsSet ¶
func (v NullableConditionSetRead) IsSet() bool
func (NullableConditionSetRead) MarshalJSON ¶
func (v NullableConditionSetRead) MarshalJSON() ([]byte, error)
func (*NullableConditionSetRead) Set ¶
func (v *NullableConditionSetRead) Set(val *ConditionSetRead)
func (*NullableConditionSetRead) UnmarshalJSON ¶
func (v *NullableConditionSetRead) UnmarshalJSON(src []byte) error
func (*NullableConditionSetRead) Unset ¶
func (v *NullableConditionSetRead) Unset()
type NullableConditionSetRuleCreate ¶
type NullableConditionSetRuleCreate struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetRuleCreate ¶
func NewNullableConditionSetRuleCreate(val *ConditionSetRuleCreate) *NullableConditionSetRuleCreate
func (NullableConditionSetRuleCreate) Get ¶
func (v NullableConditionSetRuleCreate) Get() *ConditionSetRuleCreate
func (NullableConditionSetRuleCreate) IsSet ¶
func (v NullableConditionSetRuleCreate) IsSet() bool
func (NullableConditionSetRuleCreate) MarshalJSON ¶
func (v NullableConditionSetRuleCreate) MarshalJSON() ([]byte, error)
func (*NullableConditionSetRuleCreate) Set ¶
func (v *NullableConditionSetRuleCreate) Set(val *ConditionSetRuleCreate)
func (*NullableConditionSetRuleCreate) UnmarshalJSON ¶
func (v *NullableConditionSetRuleCreate) UnmarshalJSON(src []byte) error
func (*NullableConditionSetRuleCreate) Unset ¶
func (v *NullableConditionSetRuleCreate) Unset()
type NullableConditionSetRuleRead ¶
type NullableConditionSetRuleRead struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetRuleRead ¶
func NewNullableConditionSetRuleRead(val *ConditionSetRuleRead) *NullableConditionSetRuleRead
func (NullableConditionSetRuleRead) Get ¶
func (v NullableConditionSetRuleRead) Get() *ConditionSetRuleRead
func (NullableConditionSetRuleRead) IsSet ¶
func (v NullableConditionSetRuleRead) IsSet() bool
func (NullableConditionSetRuleRead) MarshalJSON ¶
func (v NullableConditionSetRuleRead) MarshalJSON() ([]byte, error)
func (*NullableConditionSetRuleRead) Set ¶
func (v *NullableConditionSetRuleRead) Set(val *ConditionSetRuleRead)
func (*NullableConditionSetRuleRead) UnmarshalJSON ¶
func (v *NullableConditionSetRuleRead) UnmarshalJSON(src []byte) error
func (*NullableConditionSetRuleRead) Unset ¶
func (v *NullableConditionSetRuleRead) Unset()
type NullableConditionSetRuleRemove ¶
type NullableConditionSetRuleRemove struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetRuleRemove ¶
func NewNullableConditionSetRuleRemove(val *ConditionSetRuleRemove) *NullableConditionSetRuleRemove
func (NullableConditionSetRuleRemove) Get ¶
func (v NullableConditionSetRuleRemove) Get() *ConditionSetRuleRemove
func (NullableConditionSetRuleRemove) IsSet ¶
func (v NullableConditionSetRuleRemove) IsSet() bool
func (NullableConditionSetRuleRemove) MarshalJSON ¶
func (v NullableConditionSetRuleRemove) MarshalJSON() ([]byte, error)
func (*NullableConditionSetRuleRemove) Set ¶
func (v *NullableConditionSetRuleRemove) Set(val *ConditionSetRuleRemove)
func (*NullableConditionSetRuleRemove) UnmarshalJSON ¶
func (v *NullableConditionSetRuleRemove) UnmarshalJSON(src []byte) error
func (*NullableConditionSetRuleRemove) Unset ¶
func (v *NullableConditionSetRuleRemove) Unset()
type NullableConditionSetType ¶
type NullableConditionSetType struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetType ¶
func NewNullableConditionSetType(val *ConditionSetType) *NullableConditionSetType
func (NullableConditionSetType) Get ¶
func (v NullableConditionSetType) Get() *ConditionSetType
func (NullableConditionSetType) IsSet ¶
func (v NullableConditionSetType) IsSet() bool
func (NullableConditionSetType) MarshalJSON ¶
func (v NullableConditionSetType) MarshalJSON() ([]byte, error)
func (*NullableConditionSetType) Set ¶
func (v *NullableConditionSetType) Set(val *ConditionSetType)
func (*NullableConditionSetType) UnmarshalJSON ¶
func (v *NullableConditionSetType) UnmarshalJSON(src []byte) error
func (*NullableConditionSetType) Unset ¶
func (v *NullableConditionSetType) Unset()
type NullableConditionSetUpdate ¶
type NullableConditionSetUpdate struct {
// contains filtered or unexported fields
}
func NewNullableConditionSetUpdate ¶
func NewNullableConditionSetUpdate(val *ConditionSetUpdate) *NullableConditionSetUpdate
func (NullableConditionSetUpdate) Get ¶
func (v NullableConditionSetUpdate) Get() *ConditionSetUpdate
func (NullableConditionSetUpdate) IsSet ¶
func (v NullableConditionSetUpdate) IsSet() bool
func (NullableConditionSetUpdate) MarshalJSON ¶
func (v NullableConditionSetUpdate) MarshalJSON() ([]byte, error)
func (*NullableConditionSetUpdate) Set ¶
func (v *NullableConditionSetUpdate) Set(val *ConditionSetUpdate)
func (*NullableConditionSetUpdate) UnmarshalJSON ¶
func (v *NullableConditionSetUpdate) UnmarshalJSON(src []byte) error
func (*NullableConditionSetUpdate) Unset ¶
func (v *NullableConditionSetUpdate) Unset()
type NullableCopyEnvironmentScopeRoles ¶ added in v1.0.5
type NullableCopyEnvironmentScopeRoles struct {
// contains filtered or unexported fields
}
func NewNullableCopyEnvironmentScopeRoles ¶ added in v1.0.5
func NewNullableCopyEnvironmentScopeRoles(val *CopyEnvironmentScopeRoles) *NullableCopyEnvironmentScopeRoles
func (NullableCopyEnvironmentScopeRoles) Get ¶ added in v1.0.5
func (v NullableCopyEnvironmentScopeRoles) Get() *CopyEnvironmentScopeRoles
func (NullableCopyEnvironmentScopeRoles) IsSet ¶ added in v1.0.5
func (v NullableCopyEnvironmentScopeRoles) IsSet() bool
func (NullableCopyEnvironmentScopeRoles) MarshalJSON ¶ added in v1.0.5
func (v NullableCopyEnvironmentScopeRoles) MarshalJSON() ([]byte, error)
func (*NullableCopyEnvironmentScopeRoles) Set ¶ added in v1.0.5
func (v *NullableCopyEnvironmentScopeRoles) Set(val *CopyEnvironmentScopeRoles)
func (*NullableCopyEnvironmentScopeRoles) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableCopyEnvironmentScopeRoles) UnmarshalJSON(src []byte) error
func (*NullableCopyEnvironmentScopeRoles) Unset ¶ added in v1.0.5
func (v *NullableCopyEnvironmentScopeRoles) Unset()
type NullableDataSourceConfig ¶
type NullableDataSourceConfig struct {
// contains filtered or unexported fields
}
func NewNullableDataSourceConfig ¶
func NewNullableDataSourceConfig(val *DataSourceConfig) *NullableDataSourceConfig
func (NullableDataSourceConfig) Get ¶
func (v NullableDataSourceConfig) Get() *DataSourceConfig
func (NullableDataSourceConfig) IsSet ¶
func (v NullableDataSourceConfig) IsSet() bool
func (NullableDataSourceConfig) MarshalJSON ¶
func (v NullableDataSourceConfig) MarshalJSON() ([]byte, error)
func (*NullableDataSourceConfig) Set ¶
func (v *NullableDataSourceConfig) Set(val *DataSourceConfig)
func (*NullableDataSourceConfig) UnmarshalJSON ¶
func (v *NullableDataSourceConfig) UnmarshalJSON(src []byte) error
func (*NullableDataSourceConfig) Unset ¶
func (v *NullableDataSourceConfig) Unset()
type NullableDataSourceEntry ¶
type NullableDataSourceEntry struct {
// contains filtered or unexported fields
}
func NewNullableDataSourceEntry ¶
func NewNullableDataSourceEntry(val *DataSourceEntry) *NullableDataSourceEntry
func (NullableDataSourceEntry) Get ¶
func (v NullableDataSourceEntry) Get() *DataSourceEntry
func (NullableDataSourceEntry) IsSet ¶
func (v NullableDataSourceEntry) IsSet() bool
func (NullableDataSourceEntry) MarshalJSON ¶
func (v NullableDataSourceEntry) MarshalJSON() ([]byte, error)
func (*NullableDataSourceEntry) Set ¶
func (v *NullableDataSourceEntry) Set(val *DataSourceEntry)
func (*NullableDataSourceEntry) UnmarshalJSON ¶
func (v *NullableDataSourceEntry) UnmarshalJSON(src []byte) error
func (*NullableDataSourceEntry) Unset ¶
func (v *NullableDataSourceEntry) Unset()
type NullableDerivedRole ¶ added in v1.0.5
type NullableDerivedRole struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRole ¶ added in v1.0.5
func NewNullableDerivedRole(val *DerivedRole) *NullableDerivedRole
func (NullableDerivedRole) Get ¶ added in v1.0.5
func (v NullableDerivedRole) Get() *DerivedRole
func (NullableDerivedRole) IsSet ¶ added in v1.0.5
func (v NullableDerivedRole) IsSet() bool
func (NullableDerivedRole) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRole) MarshalJSON() ([]byte, error)
func (*NullableDerivedRole) Set ¶ added in v1.0.5
func (v *NullableDerivedRole) Set(val *DerivedRole)
func (*NullableDerivedRole) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRole) UnmarshalJSON(src []byte) error
func (*NullableDerivedRole) Unset ¶ added in v1.0.5
func (v *NullableDerivedRole) Unset()
type NullableDerivedRoleBlockEdit ¶ added in v1.0.5
type NullableDerivedRoleBlockEdit struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleBlockEdit ¶ added in v1.0.5
func NewNullableDerivedRoleBlockEdit(val *DerivedRoleBlockEdit) *NullableDerivedRoleBlockEdit
func (NullableDerivedRoleBlockEdit) Get ¶ added in v1.0.5
func (v NullableDerivedRoleBlockEdit) Get() *DerivedRoleBlockEdit
func (NullableDerivedRoleBlockEdit) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleBlockEdit) IsSet() bool
func (NullableDerivedRoleBlockEdit) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleBlockEdit) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleBlockEdit) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockEdit) Set(val *DerivedRoleBlockEdit)
func (*NullableDerivedRoleBlockEdit) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockEdit) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleBlockEdit) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockEdit) Unset()
type NullableDerivedRoleBlockRead ¶ added in v1.0.5
type NullableDerivedRoleBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleBlockRead ¶ added in v1.0.5
func NewNullableDerivedRoleBlockRead(val *DerivedRoleBlockRead) *NullableDerivedRoleBlockRead
func (NullableDerivedRoleBlockRead) Get ¶ added in v1.0.5
func (v NullableDerivedRoleBlockRead) Get() *DerivedRoleBlockRead
func (NullableDerivedRoleBlockRead) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleBlockRead) IsSet() bool
func (NullableDerivedRoleBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleBlockRead) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleBlockRead) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockRead) Set(val *DerivedRoleBlockRead)
func (*NullableDerivedRoleBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockRead) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleBlockRead) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleBlockRead) Unset()
type NullableDerivedRoleRule ¶ added in v1.0.5
type NullableDerivedRoleRule struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleRule ¶ added in v1.0.5
func NewNullableDerivedRoleRule(val *DerivedRoleRule) *NullableDerivedRoleRule
func (NullableDerivedRoleRule) Get ¶ added in v1.0.5
func (v NullableDerivedRoleRule) Get() *DerivedRoleRule
func (NullableDerivedRoleRule) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleRule) IsSet() bool
func (NullableDerivedRoleRule) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleRule) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleRule) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleRule) Set(val *DerivedRoleRule)
func (*NullableDerivedRoleRule) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleRule) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleRule) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleRule) Unset()
type NullableDerivedRoleRuleCreate ¶ added in v1.0.5
type NullableDerivedRoleRuleCreate struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleRuleCreate ¶ added in v1.0.5
func NewNullableDerivedRoleRuleCreate(val *DerivedRoleRuleCreate) *NullableDerivedRoleRuleCreate
func (NullableDerivedRoleRuleCreate) Get ¶ added in v1.0.5
func (v NullableDerivedRoleRuleCreate) Get() *DerivedRoleRuleCreate
func (NullableDerivedRoleRuleCreate) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleRuleCreate) IsSet() bool
func (NullableDerivedRoleRuleCreate) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleRuleCreate) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleRuleCreate) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleCreate) Set(val *DerivedRoleRuleCreate)
func (*NullableDerivedRoleRuleCreate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleCreate) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleRuleCreate) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleCreate) Unset()
type NullableDerivedRoleRuleDelete ¶ added in v1.0.5
type NullableDerivedRoleRuleDelete struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleRuleDelete ¶ added in v1.0.5
func NewNullableDerivedRoleRuleDelete(val *DerivedRoleRuleDelete) *NullableDerivedRoleRuleDelete
func (NullableDerivedRoleRuleDelete) Get ¶ added in v1.0.5
func (v NullableDerivedRoleRuleDelete) Get() *DerivedRoleRuleDelete
func (NullableDerivedRoleRuleDelete) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleRuleDelete) IsSet() bool
func (NullableDerivedRoleRuleDelete) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleRuleDelete) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleRuleDelete) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleDelete) Set(val *DerivedRoleRuleDelete)
func (*NullableDerivedRoleRuleDelete) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleDelete) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleRuleDelete) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleDelete) Unset()
type NullableDerivedRoleRuleRead ¶ added in v1.0.5
type NullableDerivedRoleRuleRead struct {
// contains filtered or unexported fields
}
func NewNullableDerivedRoleRuleRead ¶ added in v1.0.5
func NewNullableDerivedRoleRuleRead(val *DerivedRoleRuleRead) *NullableDerivedRoleRuleRead
func (NullableDerivedRoleRuleRead) Get ¶ added in v1.0.5
func (v NullableDerivedRoleRuleRead) Get() *DerivedRoleRuleRead
func (NullableDerivedRoleRuleRead) IsSet ¶ added in v1.0.5
func (v NullableDerivedRoleRuleRead) IsSet() bool
func (NullableDerivedRoleRuleRead) MarshalJSON ¶ added in v1.0.5
func (v NullableDerivedRoleRuleRead) MarshalJSON() ([]byte, error)
func (*NullableDerivedRoleRuleRead) Set ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleRead) Set(val *DerivedRoleRuleRead)
func (*NullableDerivedRoleRuleRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleRead) UnmarshalJSON(src []byte) error
func (*NullableDerivedRoleRuleRead) Unset ¶ added in v1.0.5
func (v *NullableDerivedRoleRuleRead) Unset()
type NullableDevLogin ¶
type NullableDevLogin struct {
// contains filtered or unexported fields
}
func NewNullableDevLogin ¶
func NewNullableDevLogin(val *DevLogin) *NullableDevLogin
func (NullableDevLogin) Get ¶
func (v NullableDevLogin) Get() *DevLogin
func (NullableDevLogin) IsSet ¶
func (v NullableDevLogin) IsSet() bool
func (NullableDevLogin) MarshalJSON ¶
func (v NullableDevLogin) MarshalJSON() ([]byte, error)
func (*NullableDevLogin) Set ¶
func (v *NullableDevLogin) Set(val *DevLogin)
func (*NullableDevLogin) UnmarshalJSON ¶
func (v *NullableDevLogin) UnmarshalJSON(src []byte) error
func (*NullableDevLogin) Unset ¶
func (v *NullableDevLogin) Unset()
type NullableElementsConfigCreate ¶
type NullableElementsConfigCreate struct {
// contains filtered or unexported fields
}
func NewNullableElementsConfigCreate ¶
func NewNullableElementsConfigCreate(val *ElementsConfigCreate) *NullableElementsConfigCreate
func (NullableElementsConfigCreate) Get ¶
func (v NullableElementsConfigCreate) Get() *ElementsConfigCreate
func (NullableElementsConfigCreate) IsSet ¶
func (v NullableElementsConfigCreate) IsSet() bool
func (NullableElementsConfigCreate) MarshalJSON ¶
func (v NullableElementsConfigCreate) MarshalJSON() ([]byte, error)
func (*NullableElementsConfigCreate) Set ¶
func (v *NullableElementsConfigCreate) Set(val *ElementsConfigCreate)
func (*NullableElementsConfigCreate) UnmarshalJSON ¶
func (v *NullableElementsConfigCreate) UnmarshalJSON(src []byte) error
func (*NullableElementsConfigCreate) Unset ¶
func (v *NullableElementsConfigCreate) Unset()
type NullableElementsConfigRead ¶
type NullableElementsConfigRead struct {
// contains filtered or unexported fields
}
func NewNullableElementsConfigRead ¶
func NewNullableElementsConfigRead(val *ElementsConfigRead) *NullableElementsConfigRead
func (NullableElementsConfigRead) Get ¶
func (v NullableElementsConfigRead) Get() *ElementsConfigRead
func (NullableElementsConfigRead) IsSet ¶
func (v NullableElementsConfigRead) IsSet() bool
func (NullableElementsConfigRead) MarshalJSON ¶
func (v NullableElementsConfigRead) MarshalJSON() ([]byte, error)
func (*NullableElementsConfigRead) Set ¶
func (v *NullableElementsConfigRead) Set(val *ElementsConfigRead)
func (*NullableElementsConfigRead) UnmarshalJSON ¶
func (v *NullableElementsConfigRead) UnmarshalJSON(src []byte) error
func (*NullableElementsConfigRead) Unset ¶
func (v *NullableElementsConfigRead) Unset()
type NullableElementsConfigUpdate ¶
type NullableElementsConfigUpdate struct {
// contains filtered or unexported fields
}
func NewNullableElementsConfigUpdate ¶
func NewNullableElementsConfigUpdate(val *ElementsConfigUpdate) *NullableElementsConfigUpdate
func (NullableElementsConfigUpdate) Get ¶
func (v NullableElementsConfigUpdate) Get() *ElementsConfigUpdate
func (NullableElementsConfigUpdate) IsSet ¶
func (v NullableElementsConfigUpdate) IsSet() bool
func (NullableElementsConfigUpdate) MarshalJSON ¶
func (v NullableElementsConfigUpdate) MarshalJSON() ([]byte, error)
func (*NullableElementsConfigUpdate) Set ¶
func (v *NullableElementsConfigUpdate) Set(val *ElementsConfigUpdate)
func (*NullableElementsConfigUpdate) UnmarshalJSON ¶
func (v *NullableElementsConfigUpdate) UnmarshalJSON(src []byte) error
func (*NullableElementsConfigUpdate) Unset ¶
func (v *NullableElementsConfigUpdate) Unset()
type NullableElementsEnvRead ¶
type NullableElementsEnvRead struct {
// contains filtered or unexported fields
}
func NewNullableElementsEnvRead ¶
func NewNullableElementsEnvRead(val *ElementsEnvRead) *NullableElementsEnvRead
func (NullableElementsEnvRead) Get ¶
func (v NullableElementsEnvRead) Get() *ElementsEnvRead
func (NullableElementsEnvRead) IsSet ¶
func (v NullableElementsEnvRead) IsSet() bool
func (NullableElementsEnvRead) MarshalJSON ¶
func (v NullableElementsEnvRead) MarshalJSON() ([]byte, error)
func (*NullableElementsEnvRead) Set ¶
func (v *NullableElementsEnvRead) Set(val *ElementsEnvRead)
func (*NullableElementsEnvRead) UnmarshalJSON ¶
func (v *NullableElementsEnvRead) UnmarshalJSON(src []byte) error
func (*NullableElementsEnvRead) Unset ¶
func (v *NullableElementsEnvRead) Unset()
type NullableElementsEnvUpdate ¶
type NullableElementsEnvUpdate struct {
// contains filtered or unexported fields
}
func NewNullableElementsEnvUpdate ¶
func NewNullableElementsEnvUpdate(val *ElementsEnvUpdate) *NullableElementsEnvUpdate
func (NullableElementsEnvUpdate) Get ¶
func (v NullableElementsEnvUpdate) Get() *ElementsEnvUpdate
func (NullableElementsEnvUpdate) IsSet ¶
func (v NullableElementsEnvUpdate) IsSet() bool
func (NullableElementsEnvUpdate) MarshalJSON ¶
func (v NullableElementsEnvUpdate) MarshalJSON() ([]byte, error)
func (*NullableElementsEnvUpdate) Set ¶
func (v *NullableElementsEnvUpdate) Set(val *ElementsEnvUpdate)
func (*NullableElementsEnvUpdate) UnmarshalJSON ¶
func (v *NullableElementsEnvUpdate) UnmarshalJSON(src []byte) error
func (*NullableElementsEnvUpdate) Unset ¶
func (v *NullableElementsEnvUpdate) Unset()
type NullableElementsPermissionLevel ¶
type NullableElementsPermissionLevel struct {
// contains filtered or unexported fields
}
func NewNullableElementsPermissionLevel ¶
func NewNullableElementsPermissionLevel(val *ElementsPermissionLevel) *NullableElementsPermissionLevel
func (NullableElementsPermissionLevel) Get ¶
func (v NullableElementsPermissionLevel) Get() *ElementsPermissionLevel
func (NullableElementsPermissionLevel) IsSet ¶
func (v NullableElementsPermissionLevel) IsSet() bool
func (NullableElementsPermissionLevel) MarshalJSON ¶
func (v NullableElementsPermissionLevel) MarshalJSON() ([]byte, error)
func (*NullableElementsPermissionLevel) Set ¶
func (v *NullableElementsPermissionLevel) Set(val *ElementsPermissionLevel)
func (*NullableElementsPermissionLevel) UnmarshalJSON ¶
func (v *NullableElementsPermissionLevel) UnmarshalJSON(src []byte) error
func (*NullableElementsPermissionLevel) Unset ¶
func (v *NullableElementsPermissionLevel) Unset()
type NullableElementsRoleRead ¶
type NullableElementsRoleRead struct {
// contains filtered or unexported fields
}
func NewNullableElementsRoleRead ¶
func NewNullableElementsRoleRead(val *ElementsRoleRead) *NullableElementsRoleRead
func (NullableElementsRoleRead) Get ¶
func (v NullableElementsRoleRead) Get() *ElementsRoleRead
func (NullableElementsRoleRead) IsSet ¶
func (v NullableElementsRoleRead) IsSet() bool
func (NullableElementsRoleRead) MarshalJSON ¶
func (v NullableElementsRoleRead) MarshalJSON() ([]byte, error)
func (*NullableElementsRoleRead) Set ¶
func (v *NullableElementsRoleRead) Set(val *ElementsRoleRead)
func (*NullableElementsRoleRead) UnmarshalJSON ¶
func (v *NullableElementsRoleRead) UnmarshalJSON(src []byte) error
func (*NullableElementsRoleRead) Unset ¶
func (v *NullableElementsRoleRead) Unset()
type NullableElementsType ¶
type NullableElementsType struct {
// contains filtered or unexported fields
}
func NewNullableElementsType ¶
func NewNullableElementsType(val *ElementsType) *NullableElementsType
func (NullableElementsType) Get ¶
func (v NullableElementsType) Get() *ElementsType
func (NullableElementsType) IsSet ¶
func (v NullableElementsType) IsSet() bool
func (NullableElementsType) MarshalJSON ¶
func (v NullableElementsType) MarshalJSON() ([]byte, error)
func (*NullableElementsType) Set ¶
func (v *NullableElementsType) Set(val *ElementsType)
func (*NullableElementsType) UnmarshalJSON ¶
func (v *NullableElementsType) UnmarshalJSON(src []byte) error
func (*NullableElementsType) Unset ¶
func (v *NullableElementsType) Unset()
type NullableElementsUserCreate ¶
type NullableElementsUserCreate struct {
// contains filtered or unexported fields
}
func NewNullableElementsUserCreate ¶
func NewNullableElementsUserCreate(val *ElementsUserCreate) *NullableElementsUserCreate
func (NullableElementsUserCreate) Get ¶
func (v NullableElementsUserCreate) Get() *ElementsUserCreate
func (NullableElementsUserCreate) IsSet ¶
func (v NullableElementsUserCreate) IsSet() bool
func (NullableElementsUserCreate) MarshalJSON ¶
func (v NullableElementsUserCreate) MarshalJSON() ([]byte, error)
func (*NullableElementsUserCreate) Set ¶
func (v *NullableElementsUserCreate) Set(val *ElementsUserCreate)
func (*NullableElementsUserCreate) UnmarshalJSON ¶
func (v *NullableElementsUserCreate) UnmarshalJSON(src []byte) error
func (*NullableElementsUserCreate) Unset ¶
func (v *NullableElementsUserCreate) Unset()
type NullableElementsUserRoleCreate ¶
type NullableElementsUserRoleCreate struct {
// contains filtered or unexported fields
}
func NewNullableElementsUserRoleCreate ¶
func NewNullableElementsUserRoleCreate(val *ElementsUserRoleCreate) *NullableElementsUserRoleCreate
func (NullableElementsUserRoleCreate) Get ¶
func (v NullableElementsUserRoleCreate) Get() *ElementsUserRoleCreate
func (NullableElementsUserRoleCreate) IsSet ¶
func (v NullableElementsUserRoleCreate) IsSet() bool
func (NullableElementsUserRoleCreate) MarshalJSON ¶
func (v NullableElementsUserRoleCreate) MarshalJSON() ([]byte, error)
func (*NullableElementsUserRoleCreate) Set ¶
func (v *NullableElementsUserRoleCreate) Set(val *ElementsUserRoleCreate)
func (*NullableElementsUserRoleCreate) UnmarshalJSON ¶
func (v *NullableElementsUserRoleCreate) UnmarshalJSON(src []byte) error
func (*NullableElementsUserRoleCreate) Unset ¶
func (v *NullableElementsUserRoleCreate) Unset()
type NullableElementsUserRoleRemove ¶
type NullableElementsUserRoleRemove struct {
// contains filtered or unexported fields
}
func NewNullableElementsUserRoleRemove ¶
func NewNullableElementsUserRoleRemove(val *ElementsUserRoleRemove) *NullableElementsUserRoleRemove
func (NullableElementsUserRoleRemove) Get ¶
func (v NullableElementsUserRoleRemove) Get() *ElementsUserRoleRemove
func (NullableElementsUserRoleRemove) IsSet ¶
func (v NullableElementsUserRoleRemove) IsSet() bool
func (NullableElementsUserRoleRemove) MarshalJSON ¶
func (v NullableElementsUserRoleRemove) MarshalJSON() ([]byte, error)
func (*NullableElementsUserRoleRemove) Set ¶
func (v *NullableElementsUserRoleRemove) Set(val *ElementsUserRoleRemove)
func (*NullableElementsUserRoleRemove) UnmarshalJSON ¶
func (v *NullableElementsUserRoleRemove) UnmarshalJSON(src []byte) error
func (*NullableElementsUserRoleRemove) Unset ¶
func (v *NullableElementsUserRoleRemove) Unset()
type NullableEmbeddedLoginRequestOutput ¶
type NullableEmbeddedLoginRequestOutput struct {
// contains filtered or unexported fields
}
func NewNullableEmbeddedLoginRequestOutput ¶
func NewNullableEmbeddedLoginRequestOutput(val *EmbeddedLoginRequestOutput) *NullableEmbeddedLoginRequestOutput
func (NullableEmbeddedLoginRequestOutput) Get ¶
func (v NullableEmbeddedLoginRequestOutput) Get() *EmbeddedLoginRequestOutput
func (NullableEmbeddedLoginRequestOutput) IsSet ¶
func (v NullableEmbeddedLoginRequestOutput) IsSet() bool
func (NullableEmbeddedLoginRequestOutput) MarshalJSON ¶
func (v NullableEmbeddedLoginRequestOutput) MarshalJSON() ([]byte, error)
func (*NullableEmbeddedLoginRequestOutput) Set ¶
func (v *NullableEmbeddedLoginRequestOutput) Set(val *EmbeddedLoginRequestOutput)
func (*NullableEmbeddedLoginRequestOutput) UnmarshalJSON ¶
func (v *NullableEmbeddedLoginRequestOutput) UnmarshalJSON(src []byte) error
func (*NullableEmbeddedLoginRequestOutput) Unset ¶
func (v *NullableEmbeddedLoginRequestOutput) Unset()
type NullableEnvironmentCopy ¶ added in v0.0.10
type NullableEnvironmentCopy struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCopy ¶ added in v0.0.10
func NewNullableEnvironmentCopy(val *EnvironmentCopy) *NullableEnvironmentCopy
func (NullableEnvironmentCopy) Get ¶ added in v0.0.10
func (v NullableEnvironmentCopy) Get() *EnvironmentCopy
func (NullableEnvironmentCopy) IsSet ¶ added in v0.0.10
func (v NullableEnvironmentCopy) IsSet() bool
func (NullableEnvironmentCopy) MarshalJSON ¶ added in v0.0.10
func (v NullableEnvironmentCopy) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCopy) Set ¶ added in v0.0.10
func (v *NullableEnvironmentCopy) Set(val *EnvironmentCopy)
func (*NullableEnvironmentCopy) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableEnvironmentCopy) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCopy) Unset ¶ added in v0.0.10
func (v *NullableEnvironmentCopy) Unset()
type NullableEnvironmentCopyScope ¶ added in v0.0.10
type NullableEnvironmentCopyScope struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCopyScope ¶ added in v0.0.10
func NewNullableEnvironmentCopyScope(val *EnvironmentCopyScope) *NullableEnvironmentCopyScope
func (NullableEnvironmentCopyScope) Get ¶ added in v0.0.10
func (v NullableEnvironmentCopyScope) Get() *EnvironmentCopyScope
func (NullableEnvironmentCopyScope) IsSet ¶ added in v0.0.10
func (v NullableEnvironmentCopyScope) IsSet() bool
func (NullableEnvironmentCopyScope) MarshalJSON ¶ added in v0.0.10
func (v NullableEnvironmentCopyScope) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCopyScope) Set ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScope) Set(val *EnvironmentCopyScope)
func (*NullableEnvironmentCopyScope) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScope) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCopyScope) Unset ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScope) Unset()
type NullableEnvironmentCopyScopeFilters ¶ added in v0.0.10
type NullableEnvironmentCopyScopeFilters struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCopyScopeFilters ¶ added in v0.0.10
func NewNullableEnvironmentCopyScopeFilters(val *EnvironmentCopyScopeFilters) *NullableEnvironmentCopyScopeFilters
func (NullableEnvironmentCopyScopeFilters) Get ¶ added in v0.0.10
func (v NullableEnvironmentCopyScopeFilters) Get() *EnvironmentCopyScopeFilters
func (NullableEnvironmentCopyScopeFilters) IsSet ¶ added in v0.0.10
func (v NullableEnvironmentCopyScopeFilters) IsSet() bool
func (NullableEnvironmentCopyScopeFilters) MarshalJSON ¶ added in v0.0.10
func (v NullableEnvironmentCopyScopeFilters) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCopyScopeFilters) Set ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScopeFilters) Set(val *EnvironmentCopyScopeFilters)
func (*NullableEnvironmentCopyScopeFilters) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScopeFilters) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCopyScopeFilters) Unset ¶ added in v0.0.10
func (v *NullableEnvironmentCopyScopeFilters) Unset()
type NullableEnvironmentCopyTarget ¶ added in v0.0.10
type NullableEnvironmentCopyTarget struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCopyTarget ¶ added in v0.0.10
func NewNullableEnvironmentCopyTarget(val *EnvironmentCopyTarget) *NullableEnvironmentCopyTarget
func (NullableEnvironmentCopyTarget) Get ¶ added in v0.0.10
func (v NullableEnvironmentCopyTarget) Get() *EnvironmentCopyTarget
func (NullableEnvironmentCopyTarget) IsSet ¶ added in v0.0.10
func (v NullableEnvironmentCopyTarget) IsSet() bool
func (NullableEnvironmentCopyTarget) MarshalJSON ¶ added in v0.0.10
func (v NullableEnvironmentCopyTarget) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCopyTarget) Set ¶ added in v0.0.10
func (v *NullableEnvironmentCopyTarget) Set(val *EnvironmentCopyTarget)
func (*NullableEnvironmentCopyTarget) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableEnvironmentCopyTarget) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCopyTarget) Unset ¶ added in v0.0.10
func (v *NullableEnvironmentCopyTarget) Unset()
type NullableEnvironmentCreate ¶
type NullableEnvironmentCreate struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCreate ¶
func NewNullableEnvironmentCreate(val *EnvironmentCreate) *NullableEnvironmentCreate
func (NullableEnvironmentCreate) Get ¶
func (v NullableEnvironmentCreate) Get() *EnvironmentCreate
func (NullableEnvironmentCreate) IsSet ¶
func (v NullableEnvironmentCreate) IsSet() bool
func (NullableEnvironmentCreate) MarshalJSON ¶
func (v NullableEnvironmentCreate) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCreate) Set ¶
func (v *NullableEnvironmentCreate) Set(val *EnvironmentCreate)
func (*NullableEnvironmentCreate) UnmarshalJSON ¶
func (v *NullableEnvironmentCreate) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCreate) Unset ¶
func (v *NullableEnvironmentCreate) Unset()
type NullableEnvironmentRead ¶
type NullableEnvironmentRead struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentRead ¶
func NewNullableEnvironmentRead(val *EnvironmentRead) *NullableEnvironmentRead
func (NullableEnvironmentRead) Get ¶
func (v NullableEnvironmentRead) Get() *EnvironmentRead
func (NullableEnvironmentRead) IsSet ¶
func (v NullableEnvironmentRead) IsSet() bool
func (NullableEnvironmentRead) MarshalJSON ¶
func (v NullableEnvironmentRead) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentRead) Set ¶
func (v *NullableEnvironmentRead) Set(val *EnvironmentRead)
func (*NullableEnvironmentRead) UnmarshalJSON ¶
func (v *NullableEnvironmentRead) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentRead) Unset ¶
func (v *NullableEnvironmentRead) Unset()
type NullableEnvironmentStats ¶
type NullableEnvironmentStats struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentStats ¶
func NewNullableEnvironmentStats(val *EnvironmentStats) *NullableEnvironmentStats
func (NullableEnvironmentStats) Get ¶
func (v NullableEnvironmentStats) Get() *EnvironmentStats
func (NullableEnvironmentStats) IsSet ¶
func (v NullableEnvironmentStats) IsSet() bool
func (NullableEnvironmentStats) MarshalJSON ¶
func (v NullableEnvironmentStats) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentStats) Set ¶
func (v *NullableEnvironmentStats) Set(val *EnvironmentStats)
func (*NullableEnvironmentStats) UnmarshalJSON ¶
func (v *NullableEnvironmentStats) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentStats) Unset ¶
func (v *NullableEnvironmentStats) Unset()
type NullableEnvironmentUpdate ¶
type NullableEnvironmentUpdate struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentUpdate ¶
func NewNullableEnvironmentUpdate(val *EnvironmentUpdate) *NullableEnvironmentUpdate
func (NullableEnvironmentUpdate) Get ¶
func (v NullableEnvironmentUpdate) Get() *EnvironmentUpdate
func (NullableEnvironmentUpdate) IsSet ¶
func (v NullableEnvironmentUpdate) IsSet() bool
func (NullableEnvironmentUpdate) MarshalJSON ¶
func (v NullableEnvironmentUpdate) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentUpdate) Set ¶
func (v *NullableEnvironmentUpdate) Set(val *EnvironmentUpdate)
func (*NullableEnvironmentUpdate) UnmarshalJSON ¶
func (v *NullableEnvironmentUpdate) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentUpdate) Unset ¶
func (v *NullableEnvironmentUpdate) Unset()
type NullableFailedInvite ¶
type NullableFailedInvite struct {
// contains filtered or unexported fields
}
func NewNullableFailedInvite ¶
func NewNullableFailedInvite(val *FailedInvite) *NullableFailedInvite
func (NullableFailedInvite) Get ¶
func (v NullableFailedInvite) Get() *FailedInvite
func (NullableFailedInvite) IsSet ¶
func (v NullableFailedInvite) IsSet() bool
func (NullableFailedInvite) MarshalJSON ¶
func (v NullableFailedInvite) MarshalJSON() ([]byte, error)
func (*NullableFailedInvite) Set ¶
func (v *NullableFailedInvite) Set(val *FailedInvite)
func (*NullableFailedInvite) UnmarshalJSON ¶
func (v *NullableFailedInvite) UnmarshalJSON(src []byte) error
func (*NullableFailedInvite) Unset ¶
func (v *NullableFailedInvite) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFullData ¶
type NullableFullData struct {
// contains filtered or unexported fields
}
func NewNullableFullData ¶
func NewNullableFullData(val *FullData) *NullableFullData
func (NullableFullData) Get ¶
func (v NullableFullData) Get() *FullData
func (NullableFullData) IsSet ¶
func (v NullableFullData) IsSet() bool
func (NullableFullData) MarshalJSON ¶
func (v NullableFullData) MarshalJSON() ([]byte, error)
func (*NullableFullData) Set ¶
func (v *NullableFullData) Set(val *FullData)
func (*NullableFullData) UnmarshalJSON ¶
func (v *NullableFullData) UnmarshalJSON(src []byte) error
func (*NullableFullData) Unset ¶
func (v *NullableFullData) Unset()
type NullableHTTPValidationError ¶
type NullableHTTPValidationError struct {
// contains filtered or unexported fields
}
func NewNullableHTTPValidationError ¶
func NewNullableHTTPValidationError(val *HTTPValidationError) *NullableHTTPValidationError
func (NullableHTTPValidationError) Get ¶
func (v NullableHTTPValidationError) Get() *HTTPValidationError
func (NullableHTTPValidationError) IsSet ¶
func (v NullableHTTPValidationError) IsSet() bool
func (NullableHTTPValidationError) MarshalJSON ¶
func (v NullableHTTPValidationError) MarshalJSON() ([]byte, error)
func (*NullableHTTPValidationError) Set ¶
func (v *NullableHTTPValidationError) Set(val *HTTPValidationError)
func (*NullableHTTPValidationError) UnmarshalJSON ¶
func (v *NullableHTTPValidationError) UnmarshalJSON(src []byte) error
func (*NullableHTTPValidationError) Unset ¶
func (v *NullableHTTPValidationError) Unset()
type NullableIdentityRead ¶
type NullableIdentityRead struct {
// contains filtered or unexported fields
}
func NewNullableIdentityRead ¶
func NewNullableIdentityRead(val *IdentityRead) *NullableIdentityRead
func (NullableIdentityRead) Get ¶
func (v NullableIdentityRead) Get() *IdentityRead
func (NullableIdentityRead) IsSet ¶
func (v NullableIdentityRead) IsSet() bool
func (NullableIdentityRead) MarshalJSON ¶
func (v NullableIdentityRead) MarshalJSON() ([]byte, error)
func (*NullableIdentityRead) Set ¶
func (v *NullableIdentityRead) Set(val *IdentityRead)
func (*NullableIdentityRead) UnmarshalJSON ¶
func (v *NullableIdentityRead) UnmarshalJSON(src []byte) error
func (*NullableIdentityRead) Unset ¶
func (v *NullableIdentityRead) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInviteAttemptResult ¶
type NullableInviteAttemptResult struct {
// contains filtered or unexported fields
}
func NewNullableInviteAttemptResult ¶
func NewNullableInviteAttemptResult(val *InviteAttemptResult) *NullableInviteAttemptResult
func (NullableInviteAttemptResult) Get ¶
func (v NullableInviteAttemptResult) Get() *InviteAttemptResult
func (NullableInviteAttemptResult) IsSet ¶
func (v NullableInviteAttemptResult) IsSet() bool
func (NullableInviteAttemptResult) MarshalJSON ¶
func (v NullableInviteAttemptResult) MarshalJSON() ([]byte, error)
func (*NullableInviteAttemptResult) Set ¶
func (v *NullableInviteAttemptResult) Set(val *InviteAttemptResult)
func (*NullableInviteAttemptResult) UnmarshalJSON ¶
func (v *NullableInviteAttemptResult) UnmarshalJSON(src []byte) error
func (*NullableInviteAttemptResult) Unset ¶
func (v *NullableInviteAttemptResult) Unset()
type NullableInviteCreate ¶
type NullableInviteCreate struct {
// contains filtered or unexported fields
}
func NewNullableInviteCreate ¶
func NewNullableInviteCreate(val *InviteCreate) *NullableInviteCreate
func (NullableInviteCreate) Get ¶
func (v NullableInviteCreate) Get() *InviteCreate
func (NullableInviteCreate) IsSet ¶
func (v NullableInviteCreate) IsSet() bool
func (NullableInviteCreate) MarshalJSON ¶
func (v NullableInviteCreate) MarshalJSON() ([]byte, error)
func (*NullableInviteCreate) Set ¶
func (v *NullableInviteCreate) Set(val *InviteCreate)
func (*NullableInviteCreate) UnmarshalJSON ¶
func (v *NullableInviteCreate) UnmarshalJSON(src []byte) error
func (*NullableInviteCreate) Unset ¶
func (v *NullableInviteCreate) Unset()
type NullableInviteRead ¶
type NullableInviteRead struct {
// contains filtered or unexported fields
}
func NewNullableInviteRead ¶
func NewNullableInviteRead(val *InviteRead) *NullableInviteRead
func (NullableInviteRead) Get ¶
func (v NullableInviteRead) Get() *InviteRead
func (NullableInviteRead) IsSet ¶
func (v NullableInviteRead) IsSet() bool
func (NullableInviteRead) MarshalJSON ¶
func (v NullableInviteRead) MarshalJSON() ([]byte, error)
func (*NullableInviteRead) Set ¶
func (v *NullableInviteRead) Set(val *InviteRead)
func (*NullableInviteRead) UnmarshalJSON ¶
func (v *NullableInviteRead) UnmarshalJSON(src []byte) error
func (*NullableInviteRead) Unset ¶
func (v *NullableInviteRead) Unset()
type NullableInviteStatus ¶
type NullableInviteStatus struct {
// contains filtered or unexported fields
}
func NewNullableInviteStatus ¶
func NewNullableInviteStatus(val *InviteStatus) *NullableInviteStatus
func (NullableInviteStatus) Get ¶
func (v NullableInviteStatus) Get() *InviteStatus
func (NullableInviteStatus) IsSet ¶
func (v NullableInviteStatus) IsSet() bool
func (NullableInviteStatus) MarshalJSON ¶
func (v NullableInviteStatus) MarshalJSON() ([]byte, error)
func (*NullableInviteStatus) Set ¶
func (v *NullableInviteStatus) Set(val *InviteStatus)
func (*NullableInviteStatus) UnmarshalJSON ¶
func (v *NullableInviteStatus) UnmarshalJSON(src []byte) error
func (*NullableInviteStatus) Unset ¶
func (v *NullableInviteStatus) Unset()
type NullableJwks ¶ added in v0.0.10
type NullableJwks struct {
// contains filtered or unexported fields
}
func NewNullableJwks ¶ added in v0.0.10
func NewNullableJwks(val *Jwks) *NullableJwks
func (NullableJwks) Get ¶ added in v0.0.10
func (v NullableJwks) Get() *Jwks
func (NullableJwks) IsSet ¶ added in v0.0.10
func (v NullableJwks) IsSet() bool
func (NullableJwks) MarshalJSON ¶ added in v0.0.10
func (v NullableJwks) MarshalJSON() ([]byte, error)
func (*NullableJwks) Set ¶ added in v0.0.10
func (v *NullableJwks) Set(val *Jwks)
func (*NullableJwks) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableJwks) UnmarshalJSON(src []byte) error
func (*NullableJwks) Unset ¶ added in v0.0.10
func (v *NullableJwks) Unset()
type NullableLabels ¶
type NullableLabels struct {
// contains filtered or unexported fields
}
func NewNullableLabels ¶
func NewNullableLabels(val *Labels) *NullableLabels
func (NullableLabels) Get ¶
func (v NullableLabels) Get() *Labels
func (NullableLabels) IsSet ¶
func (v NullableLabels) IsSet() bool
func (NullableLabels) MarshalJSON ¶
func (v NullableLabels) MarshalJSON() ([]byte, error)
func (*NullableLabels) Set ¶
func (v *NullableLabels) Set(val *Labels)
func (*NullableLabels) UnmarshalJSON ¶
func (v *NullableLabels) UnmarshalJSON(src []byte) error
func (*NullableLabels) Unset ¶
func (v *NullableLabels) Unset()
type NullableLanguageInstructions ¶
type NullableLanguageInstructions struct {
// contains filtered or unexported fields
}
func NewNullableLanguageInstructions ¶
func NewNullableLanguageInstructions(val *LanguageInstructions) *NullableLanguageInstructions
func (NullableLanguageInstructions) Get ¶
func (v NullableLanguageInstructions) Get() *LanguageInstructions
func (NullableLanguageInstructions) IsSet ¶
func (v NullableLanguageInstructions) IsSet() bool
func (NullableLanguageInstructions) MarshalJSON ¶
func (v NullableLanguageInstructions) MarshalJSON() ([]byte, error)
func (*NullableLanguageInstructions) Set ¶
func (v *NullableLanguageInstructions) Set(val *LanguageInstructions)
func (*NullableLanguageInstructions) UnmarshalJSON ¶
func (v *NullableLanguageInstructions) UnmarshalJSON(src []byte) error
func (*NullableLanguageInstructions) Unset ¶
func (v *NullableLanguageInstructions) Unset()
type NullableLocationInner ¶
type NullableLocationInner struct {
// contains filtered or unexported fields
}
func NewNullableLocationInner ¶
func NewNullableLocationInner(val *LocationInner) *NullableLocationInner
func (NullableLocationInner) Get ¶
func (v NullableLocationInner) Get() *LocationInner
func (NullableLocationInner) IsSet ¶
func (v NullableLocationInner) IsSet() bool
func (NullableLocationInner) MarshalJSON ¶
func (v NullableLocationInner) MarshalJSON() ([]byte, error)
func (*NullableLocationInner) Set ¶
func (v *NullableLocationInner) Set(val *LocationInner)
func (*NullableLocationInner) UnmarshalJSON ¶
func (v *NullableLocationInner) UnmarshalJSON(src []byte) error
func (*NullableLocationInner) Unset ¶
func (v *NullableLocationInner) Unset()
type NullableLoginResult ¶
type NullableLoginResult struct {
// contains filtered or unexported fields
}
func NewNullableLoginResult ¶
func NewNullableLoginResult(val *LoginResult) *NullableLoginResult
func (NullableLoginResult) Get ¶
func (v NullableLoginResult) Get() *LoginResult
func (NullableLoginResult) IsSet ¶
func (v NullableLoginResult) IsSet() bool
func (NullableLoginResult) MarshalJSON ¶
func (v NullableLoginResult) MarshalJSON() ([]byte, error)
func (*NullableLoginResult) Set ¶
func (v *NullableLoginResult) Set(val *LoginResult)
func (*NullableLoginResult) UnmarshalJSON ¶
func (v *NullableLoginResult) UnmarshalJSON(src []byte) error
func (*NullableLoginResult) Unset ¶
func (v *NullableLoginResult) Unset()
type NullableMappingRule ¶ added in v1.0.1
type NullableMappingRule struct {
// contains filtered or unexported fields
}
func NewNullableMappingRule ¶ added in v1.0.1
func NewNullableMappingRule(val *MappingRule) *NullableMappingRule
func (NullableMappingRule) Get ¶ added in v1.0.1
func (v NullableMappingRule) Get() *MappingRule
func (NullableMappingRule) IsSet ¶ added in v1.0.1
func (v NullableMappingRule) IsSet() bool
func (NullableMappingRule) MarshalJSON ¶ added in v1.0.1
func (v NullableMappingRule) MarshalJSON() ([]byte, error)
func (*NullableMappingRule) Set ¶ added in v1.0.1
func (v *NullableMappingRule) Set(val *MappingRule)
func (*NullableMappingRule) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableMappingRule) UnmarshalJSON(src []byte) error
func (*NullableMappingRule) Unset ¶ added in v1.0.1
func (v *NullableMappingRule) Unset()
type NullableMemberAccessLevel ¶
type NullableMemberAccessLevel struct {
// contains filtered or unexported fields
}
func NewNullableMemberAccessLevel ¶
func NewNullableMemberAccessLevel(val *MemberAccessLevel) *NullableMemberAccessLevel
func (NullableMemberAccessLevel) Get ¶
func (v NullableMemberAccessLevel) Get() *MemberAccessLevel
func (NullableMemberAccessLevel) IsSet ¶
func (v NullableMemberAccessLevel) IsSet() bool
func (NullableMemberAccessLevel) MarshalJSON ¶
func (v NullableMemberAccessLevel) MarshalJSON() ([]byte, error)
func (*NullableMemberAccessLevel) Set ¶
func (v *NullableMemberAccessLevel) Set(val *MemberAccessLevel)
func (*NullableMemberAccessLevel) UnmarshalJSON ¶
func (v *NullableMemberAccessLevel) UnmarshalJSON(src []byte) error
func (*NullableMemberAccessLevel) Unset ¶
func (v *NullableMemberAccessLevel) Unset()
type NullableMemberAccessObj ¶
type NullableMemberAccessObj struct {
// contains filtered or unexported fields
}
func NewNullableMemberAccessObj ¶
func NewNullableMemberAccessObj(val *MemberAccessObj) *NullableMemberAccessObj
func (NullableMemberAccessObj) Get ¶
func (v NullableMemberAccessObj) Get() *MemberAccessObj
func (NullableMemberAccessObj) IsSet ¶
func (v NullableMemberAccessObj) IsSet() bool
func (NullableMemberAccessObj) MarshalJSON ¶
func (v NullableMemberAccessObj) MarshalJSON() ([]byte, error)
func (*NullableMemberAccessObj) Set ¶
func (v *NullableMemberAccessObj) Set(val *MemberAccessObj)
func (*NullableMemberAccessObj) UnmarshalJSON ¶
func (v *NullableMemberAccessObj) UnmarshalJSON(src []byte) error
func (*NullableMemberAccessObj) Unset ¶
func (v *NullableMemberAccessObj) Unset()
type NullableMethods ¶ added in v1.0.1
type NullableMethods struct {
// contains filtered or unexported fields
}
func NewNullableMethods ¶ added in v1.0.1
func NewNullableMethods(val *Methods) *NullableMethods
func (NullableMethods) Get ¶ added in v1.0.1
func (v NullableMethods) Get() *Methods
func (NullableMethods) IsSet ¶ added in v1.0.1
func (v NullableMethods) IsSet() bool
func (NullableMethods) MarshalJSON ¶ added in v1.0.1
func (v NullableMethods) MarshalJSON() ([]byte, error)
func (*NullableMethods) Set ¶ added in v1.0.1
func (v *NullableMethods) Set(val *Methods)
func (*NullableMethods) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableMethods) UnmarshalJSON(src []byte) error
func (*NullableMethods) Unset ¶ added in v1.0.1
func (v *NullableMethods) Unset()
type NullableMultiInviteResult ¶
type NullableMultiInviteResult struct {
// contains filtered or unexported fields
}
func NewNullableMultiInviteResult ¶
func NewNullableMultiInviteResult(val *MultiInviteResult) *NullableMultiInviteResult
func (NullableMultiInviteResult) Get ¶
func (v NullableMultiInviteResult) Get() *MultiInviteResult
func (NullableMultiInviteResult) IsSet ¶
func (v NullableMultiInviteResult) IsSet() bool
func (NullableMultiInviteResult) MarshalJSON ¶
func (v NullableMultiInviteResult) MarshalJSON() ([]byte, error)
func (*NullableMultiInviteResult) Set ¶
func (v *NullableMultiInviteResult) Set(val *MultiInviteResult)
func (*NullableMultiInviteResult) UnmarshalJSON ¶
func (v *NullableMultiInviteResult) UnmarshalJSON(src []byte) error
func (*NullableMultiInviteResult) Unset ¶
func (v *NullableMultiInviteResult) Unset()
type NullableNew ¶ added in v0.0.10
type NullableNew struct {
// contains filtered or unexported fields
}
func NewNullableNew ¶ added in v0.0.10
func NewNullableNew(val *New) *NullableNew
func (NullableNew) Get ¶ added in v0.0.10
func (v NullableNew) Get() *New
func (NullableNew) IsSet ¶ added in v0.0.10
func (v NullableNew) IsSet() bool
func (NullableNew) MarshalJSON ¶ added in v0.0.10
func (v NullableNew) MarshalJSON() ([]byte, error)
func (*NullableNew) Set ¶ added in v0.0.10
func (v *NullableNew) Set(val *New)
func (*NullableNew) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableNew) UnmarshalJSON(src []byte) error
func (*NullableNew) Unset ¶ added in v0.0.10
func (v *NullableNew) Unset()
type NullableOPADecisionLog ¶
type NullableOPADecisionLog struct {
// contains filtered or unexported fields
}
func NewNullableOPADecisionLog ¶
func NewNullableOPADecisionLog(val *OPADecisionLog) *NullableOPADecisionLog
func (NullableOPADecisionLog) Get ¶
func (v NullableOPADecisionLog) Get() *OPADecisionLog
func (NullableOPADecisionLog) IsSet ¶
func (v NullableOPADecisionLog) IsSet() bool
func (NullableOPADecisionLog) MarshalJSON ¶
func (v NullableOPADecisionLog) MarshalJSON() ([]byte, error)
func (*NullableOPADecisionLog) Set ¶
func (v *NullableOPADecisionLog) Set(val *OPADecisionLog)
func (*NullableOPADecisionLog) UnmarshalJSON ¶
func (v *NullableOPADecisionLog) UnmarshalJSON(src []byte) error
func (*NullableOPADecisionLog) Unset ¶
func (v *NullableOPADecisionLog) Unset()
type NullableOPALClient ¶
type NullableOPALClient struct {
// contains filtered or unexported fields
}
func NewNullableOPALClient ¶
func NewNullableOPALClient(val *OPALClient) *NullableOPALClient
func (NullableOPALClient) Get ¶
func (v NullableOPALClient) Get() *OPALClient
func (NullableOPALClient) IsSet ¶
func (v NullableOPALClient) IsSet() bool
func (NullableOPALClient) MarshalJSON ¶
func (v NullableOPALClient) MarshalJSON() ([]byte, error)
func (*NullableOPALClient) Set ¶
func (v *NullableOPALClient) Set(val *OPALClient)
func (*NullableOPALClient) UnmarshalJSON ¶
func (v *NullableOPALClient) UnmarshalJSON(src []byte) error
func (*NullableOPALClient) Unset ¶
func (v *NullableOPALClient) Unset()
type NullableOnboardingStep ¶
type NullableOnboardingStep struct {
// contains filtered or unexported fields
}
func NewNullableOnboardingStep ¶
func NewNullableOnboardingStep(val *OnboardingStep) *NullableOnboardingStep
func (NullableOnboardingStep) Get ¶
func (v NullableOnboardingStep) Get() *OnboardingStep
func (NullableOnboardingStep) IsSet ¶
func (v NullableOnboardingStep) IsSet() bool
func (NullableOnboardingStep) MarshalJSON ¶
func (v NullableOnboardingStep) MarshalJSON() ([]byte, error)
func (*NullableOnboardingStep) Set ¶
func (v *NullableOnboardingStep) Set(val *OnboardingStep)
func (*NullableOnboardingStep) UnmarshalJSON ¶
func (v *NullableOnboardingStep) UnmarshalJSON(src []byte) error
func (*NullableOnboardingStep) Unset ¶
func (v *NullableOnboardingStep) Unset()
type NullableOrgMemberRead ¶
type NullableOrgMemberRead struct {
// contains filtered or unexported fields
}
func NewNullableOrgMemberRead ¶
func NewNullableOrgMemberRead(val *OrgMemberRead) *NullableOrgMemberRead
func (NullableOrgMemberRead) Get ¶
func (v NullableOrgMemberRead) Get() *OrgMemberRead
func (NullableOrgMemberRead) IsSet ¶
func (v NullableOrgMemberRead) IsSet() bool
func (NullableOrgMemberRead) MarshalJSON ¶
func (v NullableOrgMemberRead) MarshalJSON() ([]byte, error)
func (*NullableOrgMemberRead) Set ¶
func (v *NullableOrgMemberRead) Set(val *OrgMemberRead)
func (*NullableOrgMemberRead) UnmarshalJSON ¶
func (v *NullableOrgMemberRead) UnmarshalJSON(src []byte) error
func (*NullableOrgMemberRead) Unset ¶
func (v *NullableOrgMemberRead) Unset()
type NullableOrgMemberUpdate ¶
type NullableOrgMemberUpdate struct {
// contains filtered or unexported fields
}
func NewNullableOrgMemberUpdate ¶
func NewNullableOrgMemberUpdate(val *OrgMemberUpdate) *NullableOrgMemberUpdate
func (NullableOrgMemberUpdate) Get ¶
func (v NullableOrgMemberUpdate) Get() *OrgMemberUpdate
func (NullableOrgMemberUpdate) IsSet ¶
func (v NullableOrgMemberUpdate) IsSet() bool
func (NullableOrgMemberUpdate) MarshalJSON ¶
func (v NullableOrgMemberUpdate) MarshalJSON() ([]byte, error)
func (*NullableOrgMemberUpdate) Set ¶
func (v *NullableOrgMemberUpdate) Set(val *OrgMemberUpdate)
func (*NullableOrgMemberUpdate) UnmarshalJSON ¶
func (v *NullableOrgMemberUpdate) UnmarshalJSON(src []byte) error
func (*NullableOrgMemberUpdate) Unset ¶
func (v *NullableOrgMemberUpdate) Unset()
type NullableOrganizationCreate ¶
type NullableOrganizationCreate struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationCreate ¶
func NewNullableOrganizationCreate(val *OrganizationCreate) *NullableOrganizationCreate
func (NullableOrganizationCreate) Get ¶
func (v NullableOrganizationCreate) Get() *OrganizationCreate
func (NullableOrganizationCreate) IsSet ¶
func (v NullableOrganizationCreate) IsSet() bool
func (NullableOrganizationCreate) MarshalJSON ¶
func (v NullableOrganizationCreate) MarshalJSON() ([]byte, error)
func (*NullableOrganizationCreate) Set ¶
func (v *NullableOrganizationCreate) Set(val *OrganizationCreate)
func (*NullableOrganizationCreate) UnmarshalJSON ¶
func (v *NullableOrganizationCreate) UnmarshalJSON(src []byte) error
func (*NullableOrganizationCreate) Unset ¶
func (v *NullableOrganizationCreate) Unset()
type NullableOrganizationRead ¶
type NullableOrganizationRead struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationRead ¶
func NewNullableOrganizationRead(val *OrganizationRead) *NullableOrganizationRead
func (NullableOrganizationRead) Get ¶
func (v NullableOrganizationRead) Get() *OrganizationRead
func (NullableOrganizationRead) IsSet ¶
func (v NullableOrganizationRead) IsSet() bool
func (NullableOrganizationRead) MarshalJSON ¶
func (v NullableOrganizationRead) MarshalJSON() ([]byte, error)
func (*NullableOrganizationRead) Set ¶
func (v *NullableOrganizationRead) Set(val *OrganizationRead)
func (*NullableOrganizationRead) UnmarshalJSON ¶
func (v *NullableOrganizationRead) UnmarshalJSON(src []byte) error
func (*NullableOrganizationRead) Unset ¶
func (v *NullableOrganizationRead) Unset()
type NullableOrganizationReadWithAPIKey ¶
type NullableOrganizationReadWithAPIKey struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationReadWithAPIKey ¶
func NewNullableOrganizationReadWithAPIKey(val *OrganizationReadWithAPIKey) *NullableOrganizationReadWithAPIKey
func (NullableOrganizationReadWithAPIKey) Get ¶
func (v NullableOrganizationReadWithAPIKey) Get() *OrganizationReadWithAPIKey
func (NullableOrganizationReadWithAPIKey) IsSet ¶
func (v NullableOrganizationReadWithAPIKey) IsSet() bool
func (NullableOrganizationReadWithAPIKey) MarshalJSON ¶
func (v NullableOrganizationReadWithAPIKey) MarshalJSON() ([]byte, error)
func (*NullableOrganizationReadWithAPIKey) Set ¶
func (v *NullableOrganizationReadWithAPIKey) Set(val *OrganizationReadWithAPIKey)
func (*NullableOrganizationReadWithAPIKey) UnmarshalJSON ¶
func (v *NullableOrganizationReadWithAPIKey) UnmarshalJSON(src []byte) error
func (*NullableOrganizationReadWithAPIKey) Unset ¶
func (v *NullableOrganizationReadWithAPIKey) Unset()
type NullableOrganizationUpdate ¶
type NullableOrganizationUpdate struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUpdate ¶
func NewNullableOrganizationUpdate(val *OrganizationUpdate) *NullableOrganizationUpdate
func (NullableOrganizationUpdate) Get ¶
func (v NullableOrganizationUpdate) Get() *OrganizationUpdate
func (NullableOrganizationUpdate) IsSet ¶
func (v NullableOrganizationUpdate) IsSet() bool
func (NullableOrganizationUpdate) MarshalJSON ¶
func (v NullableOrganizationUpdate) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUpdate) Set ¶
func (v *NullableOrganizationUpdate) Set(val *OrganizationUpdate)
func (*NullableOrganizationUpdate) UnmarshalJSON ¶
func (v *NullableOrganizationUpdate) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUpdate) Unset ¶
func (v *NullableOrganizationUpdate) Unset()
type NullablePDPConfigRead ¶
type NullablePDPConfigRead struct {
// contains filtered or unexported fields
}
func NewNullablePDPConfigRead ¶
func NewNullablePDPConfigRead(val *PDPConfigRead) *NullablePDPConfigRead
func (NullablePDPConfigRead) Get ¶
func (v NullablePDPConfigRead) Get() *PDPConfigRead
func (NullablePDPConfigRead) IsSet ¶
func (v NullablePDPConfigRead) IsSet() bool
func (NullablePDPConfigRead) MarshalJSON ¶
func (v NullablePDPConfigRead) MarshalJSON() ([]byte, error)
func (*NullablePDPConfigRead) Set ¶
func (v *NullablePDPConfigRead) Set(val *PDPConfigRead)
func (*NullablePDPConfigRead) UnmarshalJSON ¶
func (v *NullablePDPConfigRead) UnmarshalJSON(src []byte) error
func (*NullablePDPConfigRead) Unset ¶
func (v *NullablePDPConfigRead) Unset()
type NullablePDPContext ¶
type NullablePDPContext struct {
// contains filtered or unexported fields
}
func NewNullablePDPContext ¶
func NewNullablePDPContext(val *PDPContext) *NullablePDPContext
func (NullablePDPContext) Get ¶
func (v NullablePDPContext) Get() *PDPContext
func (NullablePDPContext) IsSet ¶
func (v NullablePDPContext) IsSet() bool
func (NullablePDPContext) MarshalJSON ¶
func (v NullablePDPContext) MarshalJSON() ([]byte, error)
func (*NullablePDPContext) Set ¶
func (v *NullablePDPContext) Set(val *PDPContext)
func (*NullablePDPContext) UnmarshalJSON ¶
func (v *NullablePDPContext) UnmarshalJSON(src []byte) error
func (*NullablePDPContext) Unset ¶
func (v *NullablePDPContext) Unset()
type NullablePDPState ¶
type NullablePDPState struct {
// contains filtered or unexported fields
}
func NewNullablePDPState ¶
func NewNullablePDPState(val *PDPState) *NullablePDPState
func (NullablePDPState) Get ¶
func (v NullablePDPState) Get() *PDPState
func (NullablePDPState) IsSet ¶
func (v NullablePDPState) IsSet() bool
func (NullablePDPState) MarshalJSON ¶
func (v NullablePDPState) MarshalJSON() ([]byte, error)
func (*NullablePDPState) Set ¶
func (v *NullablePDPState) Set(val *PDPState)
func (*NullablePDPState) UnmarshalJSON ¶
func (v *NullablePDPState) UnmarshalJSON(src []byte) error
func (*NullablePDPState) Unset ¶
func (v *NullablePDPState) Unset()
type NullablePDPStateUpdate ¶
type NullablePDPStateUpdate struct {
// contains filtered or unexported fields
}
func NewNullablePDPStateUpdate ¶
func NewNullablePDPStateUpdate(val *PDPStateUpdate) *NullablePDPStateUpdate
func (NullablePDPStateUpdate) Get ¶
func (v NullablePDPStateUpdate) Get() *PDPStateUpdate
func (NullablePDPStateUpdate) IsSet ¶
func (v NullablePDPStateUpdate) IsSet() bool
func (NullablePDPStateUpdate) MarshalJSON ¶
func (v NullablePDPStateUpdate) MarshalJSON() ([]byte, error)
func (*NullablePDPStateUpdate) Set ¶
func (v *NullablePDPStateUpdate) Set(val *PDPStateUpdate)
func (*NullablePDPStateUpdate) UnmarshalJSON ¶
func (v *NullablePDPStateUpdate) UnmarshalJSON(src []byte) error
func (*NullablePDPStateUpdate) Unset ¶
func (v *NullablePDPStateUpdate) Unset()
type NullablePaginatedResultAPIKeyRead ¶
type NullablePaginatedResultAPIKeyRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultAPIKeyRead ¶
func NewNullablePaginatedResultAPIKeyRead(val *PaginatedResultAPIKeyRead) *NullablePaginatedResultAPIKeyRead
func (NullablePaginatedResultAPIKeyRead) Get ¶
func (v NullablePaginatedResultAPIKeyRead) Get() *PaginatedResultAPIKeyRead
func (NullablePaginatedResultAPIKeyRead) IsSet ¶
func (v NullablePaginatedResultAPIKeyRead) IsSet() bool
func (NullablePaginatedResultAPIKeyRead) MarshalJSON ¶
func (v NullablePaginatedResultAPIKeyRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultAPIKeyRead) Set ¶
func (v *NullablePaginatedResultAPIKeyRead) Set(val *PaginatedResultAPIKeyRead)
func (*NullablePaginatedResultAPIKeyRead) UnmarshalJSON ¶
func (v *NullablePaginatedResultAPIKeyRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultAPIKeyRead) Unset ¶
func (v *NullablePaginatedResultAPIKeyRead) Unset()
type NullablePaginatedResultConditionSetRead ¶ added in v0.0.10
type NullablePaginatedResultConditionSetRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultConditionSetRead ¶ added in v0.0.10
func NewNullablePaginatedResultConditionSetRead(val *PaginatedResultConditionSetRead) *NullablePaginatedResultConditionSetRead
func (NullablePaginatedResultConditionSetRead) IsSet ¶ added in v0.0.10
func (v NullablePaginatedResultConditionSetRead) IsSet() bool
func (NullablePaginatedResultConditionSetRead) MarshalJSON ¶ added in v0.0.10
func (v NullablePaginatedResultConditionSetRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultConditionSetRead) Set ¶ added in v0.0.10
func (v *NullablePaginatedResultConditionSetRead) Set(val *PaginatedResultConditionSetRead)
func (*NullablePaginatedResultConditionSetRead) UnmarshalJSON ¶ added in v0.0.10
func (v *NullablePaginatedResultConditionSetRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultConditionSetRead) Unset ¶ added in v0.0.10
func (v *NullablePaginatedResultConditionSetRead) Unset()
type NullablePaginatedResultElementsConfigRead ¶
type NullablePaginatedResultElementsConfigRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultElementsConfigRead ¶
func NewNullablePaginatedResultElementsConfigRead(val *PaginatedResultElementsConfigRead) *NullablePaginatedResultElementsConfigRead
func (NullablePaginatedResultElementsConfigRead) IsSet ¶
func (v NullablePaginatedResultElementsConfigRead) IsSet() bool
func (NullablePaginatedResultElementsConfigRead) MarshalJSON ¶
func (v NullablePaginatedResultElementsConfigRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultElementsConfigRead) Set ¶
func (v *NullablePaginatedResultElementsConfigRead) Set(val *PaginatedResultElementsConfigRead)
func (*NullablePaginatedResultElementsConfigRead) UnmarshalJSON ¶
func (v *NullablePaginatedResultElementsConfigRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultElementsConfigRead) Unset ¶
func (v *NullablePaginatedResultElementsConfigRead) Unset()
type NullablePaginatedResultOPADecisionLog ¶
type NullablePaginatedResultOPADecisionLog struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultOPADecisionLog ¶
func NewNullablePaginatedResultOPADecisionLog(val *PaginatedResultOPADecisionLog) *NullablePaginatedResultOPADecisionLog
func (NullablePaginatedResultOPADecisionLog) Get ¶
func (v NullablePaginatedResultOPADecisionLog) Get() *PaginatedResultOPADecisionLog
func (NullablePaginatedResultOPADecisionLog) IsSet ¶
func (v NullablePaginatedResultOPADecisionLog) IsSet() bool
func (NullablePaginatedResultOPADecisionLog) MarshalJSON ¶
func (v NullablePaginatedResultOPADecisionLog) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultOPADecisionLog) Set ¶
func (v *NullablePaginatedResultOPADecisionLog) Set(val *PaginatedResultOPADecisionLog)
func (*NullablePaginatedResultOPADecisionLog) UnmarshalJSON ¶
func (v *NullablePaginatedResultOPADecisionLog) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultOPADecisionLog) Unset ¶
func (v *NullablePaginatedResultOPADecisionLog) Unset()
type NullablePaginatedResultRelationRead ¶ added in v1.0.5
type NullablePaginatedResultRelationRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultRelationRead ¶ added in v1.0.5
func NewNullablePaginatedResultRelationRead(val *PaginatedResultRelationRead) *NullablePaginatedResultRelationRead
func (NullablePaginatedResultRelationRead) Get ¶ added in v1.0.5
func (v NullablePaginatedResultRelationRead) Get() *PaginatedResultRelationRead
func (NullablePaginatedResultRelationRead) IsSet ¶ added in v1.0.5
func (v NullablePaginatedResultRelationRead) IsSet() bool
func (NullablePaginatedResultRelationRead) MarshalJSON ¶ added in v1.0.5
func (v NullablePaginatedResultRelationRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultRelationRead) Set ¶ added in v1.0.5
func (v *NullablePaginatedResultRelationRead) Set(val *PaginatedResultRelationRead)
func (*NullablePaginatedResultRelationRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullablePaginatedResultRelationRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultRelationRead) Unset ¶ added in v1.0.5
func (v *NullablePaginatedResultRelationRead) Unset()
type NullablePaginatedResultResourceRoleRead ¶ added in v1.0.5
type NullablePaginatedResultResourceRoleRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultResourceRoleRead ¶ added in v1.0.5
func NewNullablePaginatedResultResourceRoleRead(val *PaginatedResultResourceRoleRead) *NullablePaginatedResultResourceRoleRead
func (NullablePaginatedResultResourceRoleRead) IsSet ¶ added in v1.0.5
func (v NullablePaginatedResultResourceRoleRead) IsSet() bool
func (NullablePaginatedResultResourceRoleRead) MarshalJSON ¶ added in v1.0.5
func (v NullablePaginatedResultResourceRoleRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultResourceRoleRead) Set ¶ added in v1.0.5
func (v *NullablePaginatedResultResourceRoleRead) Set(val *PaginatedResultResourceRoleRead)
func (*NullablePaginatedResultResourceRoleRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullablePaginatedResultResourceRoleRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultResourceRoleRead) Unset ¶ added in v1.0.5
func (v *NullablePaginatedResultResourceRoleRead) Unset()
type NullablePaginatedResultUserRead ¶
type NullablePaginatedResultUserRead struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedResultUserRead ¶
func NewNullablePaginatedResultUserRead(val *PaginatedResultUserRead) *NullablePaginatedResultUserRead
func (NullablePaginatedResultUserRead) Get ¶
func (v NullablePaginatedResultUserRead) Get() *PaginatedResultUserRead
func (NullablePaginatedResultUserRead) IsSet ¶
func (v NullablePaginatedResultUserRead) IsSet() bool
func (NullablePaginatedResultUserRead) MarshalJSON ¶
func (v NullablePaginatedResultUserRead) MarshalJSON() ([]byte, error)
func (*NullablePaginatedResultUserRead) Set ¶
func (v *NullablePaginatedResultUserRead) Set(val *PaginatedResultUserRead)
func (*NullablePaginatedResultUserRead) UnmarshalJSON ¶
func (v *NullablePaginatedResultUserRead) UnmarshalJSON(src []byte) error
func (*NullablePaginatedResultUserRead) Unset ¶
func (v *NullablePaginatedResultUserRead) Unset()
type NullableParentId ¶ added in v0.0.10
type NullableParentId struct {
// contains filtered or unexported fields
}
func NewNullableParentId ¶ added in v0.0.10
func NewNullableParentId(val *ParentId) *NullableParentId
func (NullableParentId) Get ¶ added in v0.0.10
func (v NullableParentId) Get() *ParentId
func (NullableParentId) IsSet ¶ added in v0.0.10
func (v NullableParentId) IsSet() bool
func (NullableParentId) MarshalJSON ¶ added in v0.0.10
func (v NullableParentId) MarshalJSON() ([]byte, error)
func (*NullableParentId) Set ¶ added in v0.0.10
func (v *NullableParentId) Set(val *ParentId)
func (*NullableParentId) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableParentId) UnmarshalJSON(src []byte) error
func (*NullableParentId) Unset ¶ added in v0.0.10
func (v *NullableParentId) Unset()
type NullablePdp ¶
type NullablePdp struct {
// contains filtered or unexported fields
}
func NewNullablePdp ¶
func NewNullablePdp(val *Pdp) *NullablePdp
func (NullablePdp) Get ¶
func (v NullablePdp) Get() *Pdp
func (NullablePdp) IsSet ¶
func (v NullablePdp) IsSet() bool
func (NullablePdp) MarshalJSON ¶
func (v NullablePdp) MarshalJSON() ([]byte, error)
func (*NullablePdp) Set ¶
func (v *NullablePdp) Set(val *Pdp)
func (*NullablePdp) UnmarshalJSON ¶
func (v *NullablePdp) UnmarshalJSON(src []byte) error
func (*NullablePdp) Unset ¶
func (v *NullablePdp) Unset()
type NullablePdpValues ¶
type NullablePdpValues struct {
// contains filtered or unexported fields
}
func NewNullablePdpValues ¶
func NewNullablePdpValues(val *PdpValues) *NullablePdpValues
func (NullablePdpValues) Get ¶
func (v NullablePdpValues) Get() *PdpValues
func (NullablePdpValues) IsSet ¶
func (v NullablePdpValues) IsSet() bool
func (NullablePdpValues) MarshalJSON ¶
func (v NullablePdpValues) MarshalJSON() ([]byte, error)
func (*NullablePdpValues) Set ¶
func (v *NullablePdpValues) Set(val *PdpValues)
func (*NullablePdpValues) UnmarshalJSON ¶
func (v *NullablePdpValues) UnmarshalJSON(src []byte) error
func (*NullablePdpValues) Unset ¶
func (v *NullablePdpValues) Unset()
type NullablePermissionLevelRoleRead ¶
type NullablePermissionLevelRoleRead struct {
// contains filtered or unexported fields
}
func NewNullablePermissionLevelRoleRead ¶
func NewNullablePermissionLevelRoleRead(val *PermissionLevelRoleRead) *NullablePermissionLevelRoleRead
func (NullablePermissionLevelRoleRead) Get ¶
func (v NullablePermissionLevelRoleRead) Get() *PermissionLevelRoleRead
func (NullablePermissionLevelRoleRead) IsSet ¶
func (v NullablePermissionLevelRoleRead) IsSet() bool
func (NullablePermissionLevelRoleRead) MarshalJSON ¶
func (v NullablePermissionLevelRoleRead) MarshalJSON() ([]byte, error)
func (*NullablePermissionLevelRoleRead) Set ¶
func (v *NullablePermissionLevelRoleRead) Set(val *PermissionLevelRoleRead)
func (*NullablePermissionLevelRoleRead) UnmarshalJSON ¶
func (v *NullablePermissionLevelRoleRead) UnmarshalJSON(src []byte) error
func (*NullablePermissionLevelRoleRead) Unset ¶
func (v *NullablePermissionLevelRoleRead) Unset()
type NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings ¶ added in v1.0.5
type NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings struct {
// contains filtered or unexported fields
}
func NewNullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings ¶ added in v1.0.5
func NewNullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings(val *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
func (NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) IsSet ¶ added in v1.0.5
func (v NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) IsSet() bool
func (NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON ¶ added in v1.0.5
func (v NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON() ([]byte, error)
func (*NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) UnmarshalJSON ¶ added in v1.0.5
func (v *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) UnmarshalJSON(src []byte) error
func (*NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) Unset ¶ added in v1.0.5
func (v *NullablePermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) Unset()
type NullablePermitBackendSchemasSchemaOpalDataDerivationSettings ¶ added in v1.0.5
type NullablePermitBackendSchemasSchemaOpalDataDerivationSettings struct {
// contains filtered or unexported fields
}
func NewNullablePermitBackendSchemasSchemaOpalDataDerivationSettings ¶ added in v1.0.5
func NewNullablePermitBackendSchemasSchemaOpalDataDerivationSettings(val *PermitBackendSchemasSchemaOpalDataDerivationSettings) *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings
func (NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) IsSet ¶ added in v1.0.5
func (v NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) IsSet() bool
func (NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON ¶ added in v1.0.5
func (v NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON() ([]byte, error)
func (*NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) UnmarshalJSON ¶ added in v1.0.5
func (v *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) UnmarshalJSON(src []byte) error
func (*NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) Unset ¶ added in v1.0.5
func (v *NullablePermitBackendSchemasSchemaOpalDataDerivationSettings) Unset()
type NullablePolicyRepoCreate ¶
type NullablePolicyRepoCreate struct {
// contains filtered or unexported fields
}
func NewNullablePolicyRepoCreate ¶
func NewNullablePolicyRepoCreate(val *PolicyRepoCreate) *NullablePolicyRepoCreate
func (NullablePolicyRepoCreate) Get ¶
func (v NullablePolicyRepoCreate) Get() *PolicyRepoCreate
func (NullablePolicyRepoCreate) IsSet ¶
func (v NullablePolicyRepoCreate) IsSet() bool
func (NullablePolicyRepoCreate) MarshalJSON ¶
func (v NullablePolicyRepoCreate) MarshalJSON() ([]byte, error)
func (*NullablePolicyRepoCreate) Set ¶
func (v *NullablePolicyRepoCreate) Set(val *PolicyRepoCreate)
func (*NullablePolicyRepoCreate) UnmarshalJSON ¶
func (v *NullablePolicyRepoCreate) UnmarshalJSON(src []byte) error
func (*NullablePolicyRepoCreate) Unset ¶
func (v *NullablePolicyRepoCreate) Unset()
type NullablePolicyRepoRead ¶
type NullablePolicyRepoRead struct {
// contains filtered or unexported fields
}
func NewNullablePolicyRepoRead ¶
func NewNullablePolicyRepoRead(val *PolicyRepoRead) *NullablePolicyRepoRead
func (NullablePolicyRepoRead) Get ¶
func (v NullablePolicyRepoRead) Get() *PolicyRepoRead
func (NullablePolicyRepoRead) IsSet ¶
func (v NullablePolicyRepoRead) IsSet() bool
func (NullablePolicyRepoRead) MarshalJSON ¶
func (v NullablePolicyRepoRead) MarshalJSON() ([]byte, error)
func (*NullablePolicyRepoRead) Set ¶
func (v *NullablePolicyRepoRead) Set(val *PolicyRepoRead)
func (*NullablePolicyRepoRead) UnmarshalJSON ¶
func (v *NullablePolicyRepoRead) UnmarshalJSON(src []byte) error
func (*NullablePolicyRepoRead) Unset ¶
func (v *NullablePolicyRepoRead) Unset()
type NullablePolicyRepoStatus ¶
type NullablePolicyRepoStatus struct {
// contains filtered or unexported fields
}
func NewNullablePolicyRepoStatus ¶
func NewNullablePolicyRepoStatus(val *PolicyRepoStatus) *NullablePolicyRepoStatus
func (NullablePolicyRepoStatus) Get ¶
func (v NullablePolicyRepoStatus) Get() *PolicyRepoStatus
func (NullablePolicyRepoStatus) IsSet ¶
func (v NullablePolicyRepoStatus) IsSet() bool
func (NullablePolicyRepoStatus) MarshalJSON ¶
func (v NullablePolicyRepoStatus) MarshalJSON() ([]byte, error)
func (*NullablePolicyRepoStatus) Set ¶
func (v *NullablePolicyRepoStatus) Set(val *PolicyRepoStatus)
func (*NullablePolicyRepoStatus) UnmarshalJSON ¶
func (v *NullablePolicyRepoStatus) UnmarshalJSON(src []byte) error
func (*NullablePolicyRepoStatus) Unset ¶
func (v *NullablePolicyRepoStatus) Unset()
type NullableProgrammingLanguage ¶
type NullableProgrammingLanguage struct {
// contains filtered or unexported fields
}
func NewNullableProgrammingLanguage ¶
func NewNullableProgrammingLanguage(val *ProgrammingLanguage) *NullableProgrammingLanguage
func (NullableProgrammingLanguage) Get ¶
func (v NullableProgrammingLanguage) Get() *ProgrammingLanguage
func (NullableProgrammingLanguage) IsSet ¶
func (v NullableProgrammingLanguage) IsSet() bool
func (NullableProgrammingLanguage) MarshalJSON ¶
func (v NullableProgrammingLanguage) MarshalJSON() ([]byte, error)
func (*NullableProgrammingLanguage) Set ¶
func (v *NullableProgrammingLanguage) Set(val *ProgrammingLanguage)
func (*NullableProgrammingLanguage) UnmarshalJSON ¶
func (v *NullableProgrammingLanguage) UnmarshalJSON(src []byte) error
func (*NullableProgrammingLanguage) Unset ¶
func (v *NullableProgrammingLanguage) Unset()
type NullableProjectCreate ¶
type NullableProjectCreate struct {
// contains filtered or unexported fields
}
func NewNullableProjectCreate ¶
func NewNullableProjectCreate(val *ProjectCreate) *NullableProjectCreate
func (NullableProjectCreate) Get ¶
func (v NullableProjectCreate) Get() *ProjectCreate
func (NullableProjectCreate) IsSet ¶
func (v NullableProjectCreate) IsSet() bool
func (NullableProjectCreate) MarshalJSON ¶
func (v NullableProjectCreate) MarshalJSON() ([]byte, error)
func (*NullableProjectCreate) Set ¶
func (v *NullableProjectCreate) Set(val *ProjectCreate)
func (*NullableProjectCreate) UnmarshalJSON ¶
func (v *NullableProjectCreate) UnmarshalJSON(src []byte) error
func (*NullableProjectCreate) Unset ¶
func (v *NullableProjectCreate) Unset()
type NullableProjectRead ¶
type NullableProjectRead struct {
// contains filtered or unexported fields
}
func NewNullableProjectRead ¶
func NewNullableProjectRead(val *ProjectRead) *NullableProjectRead
func (NullableProjectRead) Get ¶
func (v NullableProjectRead) Get() *ProjectRead
func (NullableProjectRead) IsSet ¶
func (v NullableProjectRead) IsSet() bool
func (NullableProjectRead) MarshalJSON ¶
func (v NullableProjectRead) MarshalJSON() ([]byte, error)
func (*NullableProjectRead) Set ¶
func (v *NullableProjectRead) Set(val *ProjectRead)
func (*NullableProjectRead) UnmarshalJSON ¶
func (v *NullableProjectRead) UnmarshalJSON(src []byte) error
func (*NullableProjectRead) Unset ¶
func (v *NullableProjectRead) Unset()
type NullableProjectUpdate ¶
type NullableProjectUpdate struct {
// contains filtered or unexported fields
}
func NewNullableProjectUpdate ¶
func NewNullableProjectUpdate(val *ProjectUpdate) *NullableProjectUpdate
func (NullableProjectUpdate) Get ¶
func (v NullableProjectUpdate) Get() *ProjectUpdate
func (NullableProjectUpdate) IsSet ¶
func (v NullableProjectUpdate) IsSet() bool
func (NullableProjectUpdate) MarshalJSON ¶
func (v NullableProjectUpdate) MarshalJSON() ([]byte, error)
func (*NullableProjectUpdate) Set ¶
func (v *NullableProjectUpdate) Set(val *ProjectUpdate)
func (*NullableProjectUpdate) UnmarshalJSON ¶
func (v *NullableProjectUpdate) UnmarshalJSON(src []byte) error
func (*NullableProjectUpdate) Unset ¶
func (v *NullableProjectUpdate) Unset()
type NullableProxyConfigCreate ¶ added in v1.0.1
type NullableProxyConfigCreate struct {
// contains filtered or unexported fields
}
func NewNullableProxyConfigCreate ¶ added in v1.0.1
func NewNullableProxyConfigCreate(val *ProxyConfigCreate) *NullableProxyConfigCreate
func (NullableProxyConfigCreate) Get ¶ added in v1.0.1
func (v NullableProxyConfigCreate) Get() *ProxyConfigCreate
func (NullableProxyConfigCreate) IsSet ¶ added in v1.0.1
func (v NullableProxyConfigCreate) IsSet() bool
func (NullableProxyConfigCreate) MarshalJSON ¶ added in v1.0.1
func (v NullableProxyConfigCreate) MarshalJSON() ([]byte, error)
func (*NullableProxyConfigCreate) Set ¶ added in v1.0.1
func (v *NullableProxyConfigCreate) Set(val *ProxyConfigCreate)
func (*NullableProxyConfigCreate) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableProxyConfigCreate) UnmarshalJSON(src []byte) error
func (*NullableProxyConfigCreate) Unset ¶ added in v1.0.1
func (v *NullableProxyConfigCreate) Unset()
type NullableProxyConfigRead ¶ added in v1.0.1
type NullableProxyConfigRead struct {
// contains filtered or unexported fields
}
func NewNullableProxyConfigRead ¶ added in v1.0.1
func NewNullableProxyConfigRead(val *ProxyConfigRead) *NullableProxyConfigRead
func (NullableProxyConfigRead) Get ¶ added in v1.0.1
func (v NullableProxyConfigRead) Get() *ProxyConfigRead
func (NullableProxyConfigRead) IsSet ¶ added in v1.0.1
func (v NullableProxyConfigRead) IsSet() bool
func (NullableProxyConfigRead) MarshalJSON ¶ added in v1.0.1
func (v NullableProxyConfigRead) MarshalJSON() ([]byte, error)
func (*NullableProxyConfigRead) Set ¶ added in v1.0.1
func (v *NullableProxyConfigRead) Set(val *ProxyConfigRead)
func (*NullableProxyConfigRead) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableProxyConfigRead) UnmarshalJSON(src []byte) error
func (*NullableProxyConfigRead) Unset ¶ added in v1.0.1
func (v *NullableProxyConfigRead) Unset()
type NullableProxyConfigUpdate ¶ added in v1.0.1
type NullableProxyConfigUpdate struct {
// contains filtered or unexported fields
}
func NewNullableProxyConfigUpdate ¶ added in v1.0.1
func NewNullableProxyConfigUpdate(val *ProxyConfigUpdate) *NullableProxyConfigUpdate
func (NullableProxyConfigUpdate) Get ¶ added in v1.0.1
func (v NullableProxyConfigUpdate) Get() *ProxyConfigUpdate
func (NullableProxyConfigUpdate) IsSet ¶ added in v1.0.1
func (v NullableProxyConfigUpdate) IsSet() bool
func (NullableProxyConfigUpdate) MarshalJSON ¶ added in v1.0.1
func (v NullableProxyConfigUpdate) MarshalJSON() ([]byte, error)
func (*NullableProxyConfigUpdate) Set ¶ added in v1.0.1
func (v *NullableProxyConfigUpdate) Set(val *ProxyConfigUpdate)
func (*NullableProxyConfigUpdate) UnmarshalJSON ¶ added in v1.0.1
func (v *NullableProxyConfigUpdate) UnmarshalJSON(src []byte) error
func (*NullableProxyConfigUpdate) Unset ¶ added in v1.0.1
func (v *NullableProxyConfigUpdate) Unset()
type NullableRelationBlockRead ¶ added in v1.0.5
type NullableRelationBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableRelationBlockRead ¶ added in v1.0.5
func NewNullableRelationBlockRead(val *RelationBlockRead) *NullableRelationBlockRead
func (NullableRelationBlockRead) Get ¶ added in v1.0.5
func (v NullableRelationBlockRead) Get() *RelationBlockRead
func (NullableRelationBlockRead) IsSet ¶ added in v1.0.5
func (v NullableRelationBlockRead) IsSet() bool
func (NullableRelationBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationBlockRead) MarshalJSON() ([]byte, error)
func (*NullableRelationBlockRead) Set ¶ added in v1.0.5
func (v *NullableRelationBlockRead) Set(val *RelationBlockRead)
func (*NullableRelationBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationBlockRead) UnmarshalJSON(src []byte) error
func (*NullableRelationBlockRead) Unset ¶ added in v1.0.5
func (v *NullableRelationBlockRead) Unset()
type NullableRelationCreate ¶ added in v1.0.5
type NullableRelationCreate struct {
// contains filtered or unexported fields
}
func NewNullableRelationCreate ¶ added in v1.0.5
func NewNullableRelationCreate(val *RelationCreate) *NullableRelationCreate
func (NullableRelationCreate) Get ¶ added in v1.0.5
func (v NullableRelationCreate) Get() *RelationCreate
func (NullableRelationCreate) IsSet ¶ added in v1.0.5
func (v NullableRelationCreate) IsSet() bool
func (NullableRelationCreate) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationCreate) MarshalJSON() ([]byte, error)
func (*NullableRelationCreate) Set ¶ added in v1.0.5
func (v *NullableRelationCreate) Set(val *RelationCreate)
func (*NullableRelationCreate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationCreate) UnmarshalJSON(src []byte) error
func (*NullableRelationCreate) Unset ¶ added in v1.0.5
func (v *NullableRelationCreate) Unset()
type NullableRelationRead ¶ added in v1.0.5
type NullableRelationRead struct {
// contains filtered or unexported fields
}
func NewNullableRelationRead ¶ added in v1.0.5
func NewNullableRelationRead(val *RelationRead) *NullableRelationRead
func (NullableRelationRead) Get ¶ added in v1.0.5
func (v NullableRelationRead) Get() *RelationRead
func (NullableRelationRead) IsSet ¶ added in v1.0.5
func (v NullableRelationRead) IsSet() bool
func (NullableRelationRead) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationRead) MarshalJSON() ([]byte, error)
func (*NullableRelationRead) Set ¶ added in v1.0.5
func (v *NullableRelationRead) Set(val *RelationRead)
func (*NullableRelationRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationRead) UnmarshalJSON(src []byte) error
func (*NullableRelationRead) Unset ¶ added in v1.0.5
func (v *NullableRelationRead) Unset()
type NullableRelationshipTupleBlockRead ¶ added in v1.0.5
type NullableRelationshipTupleBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleBlockRead ¶ added in v1.0.5
func NewNullableRelationshipTupleBlockRead(val *RelationshipTupleBlockRead) *NullableRelationshipTupleBlockRead
func (NullableRelationshipTupleBlockRead) Get ¶ added in v1.0.5
func (v NullableRelationshipTupleBlockRead) Get() *RelationshipTupleBlockRead
func (NullableRelationshipTupleBlockRead) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleBlockRead) IsSet() bool
func (NullableRelationshipTupleBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleBlockRead) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleBlockRead) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleBlockRead) Set(val *RelationshipTupleBlockRead)
func (*NullableRelationshipTupleBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleBlockRead) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleBlockRead) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleBlockRead) Unset()
type NullableRelationshipTupleCreate ¶ added in v1.0.5
type NullableRelationshipTupleCreate struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleCreate ¶ added in v1.0.5
func NewNullableRelationshipTupleCreate(val *RelationshipTupleCreate) *NullableRelationshipTupleCreate
func (NullableRelationshipTupleCreate) Get ¶ added in v1.0.5
func (v NullableRelationshipTupleCreate) Get() *RelationshipTupleCreate
func (NullableRelationshipTupleCreate) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleCreate) IsSet() bool
func (NullableRelationshipTupleCreate) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleCreate) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleCreate) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreate) Set(val *RelationshipTupleCreate)
func (*NullableRelationshipTupleCreate) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreate) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleCreate) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreate) Unset()
type NullableRelationshipTupleCreateBulkOperation ¶ added in v1.0.5
type NullableRelationshipTupleCreateBulkOperation struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleCreateBulkOperation ¶ added in v1.0.5
func NewNullableRelationshipTupleCreateBulkOperation(val *RelationshipTupleCreateBulkOperation) *NullableRelationshipTupleCreateBulkOperation
func (NullableRelationshipTupleCreateBulkOperation) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleCreateBulkOperation) IsSet() bool
func (NullableRelationshipTupleCreateBulkOperation) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleCreateBulkOperation) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleCreateBulkOperation) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreateBulkOperation) Set(val *RelationshipTupleCreateBulkOperation)
func (*NullableRelationshipTupleCreateBulkOperation) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreateBulkOperation) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleCreateBulkOperation) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleCreateBulkOperation) Unset()
type NullableRelationshipTupleDelete ¶ added in v1.0.5
type NullableRelationshipTupleDelete struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleDelete ¶ added in v1.0.5
func NewNullableRelationshipTupleDelete(val *RelationshipTupleDelete) *NullableRelationshipTupleDelete
func (NullableRelationshipTupleDelete) Get ¶ added in v1.0.5
func (v NullableRelationshipTupleDelete) Get() *RelationshipTupleDelete
func (NullableRelationshipTupleDelete) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleDelete) IsSet() bool
func (NullableRelationshipTupleDelete) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleDelete) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleDelete) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleDelete) Set(val *RelationshipTupleDelete)
func (*NullableRelationshipTupleDelete) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleDelete) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleDelete) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleDelete) Unset()
type NullableRelationshipTupleDeleteBulkOperation ¶ added in v1.0.5
type NullableRelationshipTupleDeleteBulkOperation struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleDeleteBulkOperation ¶ added in v1.0.5
func NewNullableRelationshipTupleDeleteBulkOperation(val *RelationshipTupleDeleteBulkOperation) *NullableRelationshipTupleDeleteBulkOperation
func (NullableRelationshipTupleDeleteBulkOperation) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleDeleteBulkOperation) IsSet() bool
func (NullableRelationshipTupleDeleteBulkOperation) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleDeleteBulkOperation) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleDeleteBulkOperation) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleDeleteBulkOperation) Set(val *RelationshipTupleDeleteBulkOperation)
func (*NullableRelationshipTupleDeleteBulkOperation) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleDeleteBulkOperation) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleDeleteBulkOperation) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleDeleteBulkOperation) Unset()
type NullableRelationshipTupleObj ¶ added in v1.0.5
type NullableRelationshipTupleObj struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleObj ¶ added in v1.0.5
func NewNullableRelationshipTupleObj(val *RelationshipTupleObj) *NullableRelationshipTupleObj
func (NullableRelationshipTupleObj) Get ¶ added in v1.0.5
func (v NullableRelationshipTupleObj) Get() *RelationshipTupleObj
func (NullableRelationshipTupleObj) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleObj) IsSet() bool
func (NullableRelationshipTupleObj) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleObj) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleObj) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleObj) Set(val *RelationshipTupleObj)
func (*NullableRelationshipTupleObj) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleObj) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleObj) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleObj) Unset()
type NullableRelationshipTupleRead ¶ added in v1.0.5
type NullableRelationshipTupleRead struct {
// contains filtered or unexported fields
}
func NewNullableRelationshipTupleRead ¶ added in v1.0.5
func NewNullableRelationshipTupleRead(val *RelationshipTupleRead) *NullableRelationshipTupleRead
func (NullableRelationshipTupleRead) Get ¶ added in v1.0.5
func (v NullableRelationshipTupleRead) Get() *RelationshipTupleRead
func (NullableRelationshipTupleRead) IsSet ¶ added in v1.0.5
func (v NullableRelationshipTupleRead) IsSet() bool
func (NullableRelationshipTupleRead) MarshalJSON ¶ added in v1.0.5
func (v NullableRelationshipTupleRead) MarshalJSON() ([]byte, error)
func (*NullableRelationshipTupleRead) Set ¶ added in v1.0.5
func (v *NullableRelationshipTupleRead) Set(val *RelationshipTupleRead)
func (*NullableRelationshipTupleRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableRelationshipTupleRead) UnmarshalJSON(src []byte) error
func (*NullableRelationshipTupleRead) Unset ¶ added in v1.0.5
func (v *NullableRelationshipTupleRead) Unset()
type NullableRemoteConfig ¶
type NullableRemoteConfig struct {
// contains filtered or unexported fields
}
func NewNullableRemoteConfig ¶
func NewNullableRemoteConfig(val *RemoteConfig) *NullableRemoteConfig
func (NullableRemoteConfig) Get ¶
func (v NullableRemoteConfig) Get() *RemoteConfig
func (NullableRemoteConfig) IsSet ¶
func (v NullableRemoteConfig) IsSet() bool
func (NullableRemoteConfig) MarshalJSON ¶
func (v NullableRemoteConfig) MarshalJSON() ([]byte, error)
func (*NullableRemoteConfig) Set ¶
func (v *NullableRemoteConfig) Set(val *RemoteConfig)
func (*NullableRemoteConfig) UnmarshalJSON ¶
func (v *NullableRemoteConfig) UnmarshalJSON(src []byte) error
func (*NullableRemoteConfig) Unset ¶
func (v *NullableRemoteConfig) Unset()
type NullableRemoveRolePermissions ¶
type NullableRemoveRolePermissions struct {
// contains filtered or unexported fields
}
func NewNullableRemoveRolePermissions ¶
func NewNullableRemoveRolePermissions(val *RemoveRolePermissions) *NullableRemoveRolePermissions
func (NullableRemoveRolePermissions) Get ¶
func (v NullableRemoveRolePermissions) Get() *RemoveRolePermissions
func (NullableRemoveRolePermissions) IsSet ¶
func (v NullableRemoveRolePermissions) IsSet() bool
func (NullableRemoveRolePermissions) MarshalJSON ¶
func (v NullableRemoveRolePermissions) MarshalJSON() ([]byte, error)
func (*NullableRemoveRolePermissions) Set ¶
func (v *NullableRemoveRolePermissions) Set(val *RemoveRolePermissions)
func (*NullableRemoveRolePermissions) UnmarshalJSON ¶
func (v *NullableRemoveRolePermissions) UnmarshalJSON(src []byte) error
func (*NullableRemoveRolePermissions) Unset ¶
func (v *NullableRemoveRolePermissions) Unset()
type NullableResourceActionCreate ¶
type NullableResourceActionCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceActionCreate ¶
func NewNullableResourceActionCreate(val *ResourceActionCreate) *NullableResourceActionCreate
func (NullableResourceActionCreate) Get ¶
func (v NullableResourceActionCreate) Get() *ResourceActionCreate
func (NullableResourceActionCreate) IsSet ¶
func (v NullableResourceActionCreate) IsSet() bool
func (NullableResourceActionCreate) MarshalJSON ¶
func (v NullableResourceActionCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceActionCreate) Set ¶
func (v *NullableResourceActionCreate) Set(val *ResourceActionCreate)
func (*NullableResourceActionCreate) UnmarshalJSON ¶
func (v *NullableResourceActionCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceActionCreate) Unset ¶
func (v *NullableResourceActionCreate) Unset()
type NullableResourceActionGroupCreate ¶ added in v0.0.10
type NullableResourceActionGroupCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceActionGroupCreate ¶ added in v0.0.10
func NewNullableResourceActionGroupCreate(val *ResourceActionGroupCreate) *NullableResourceActionGroupCreate
func (NullableResourceActionGroupCreate) Get ¶ added in v0.0.10
func (v NullableResourceActionGroupCreate) Get() *ResourceActionGroupCreate
func (NullableResourceActionGroupCreate) IsSet ¶ added in v0.0.10
func (v NullableResourceActionGroupCreate) IsSet() bool
func (NullableResourceActionGroupCreate) MarshalJSON ¶ added in v0.0.10
func (v NullableResourceActionGroupCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceActionGroupCreate) Set ¶ added in v0.0.10
func (v *NullableResourceActionGroupCreate) Set(val *ResourceActionGroupCreate)
func (*NullableResourceActionGroupCreate) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableResourceActionGroupCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceActionGroupCreate) Unset ¶ added in v0.0.10
func (v *NullableResourceActionGroupCreate) Unset()
type NullableResourceActionGroupRead ¶ added in v0.0.10
type NullableResourceActionGroupRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceActionGroupRead ¶ added in v0.0.10
func NewNullableResourceActionGroupRead(val *ResourceActionGroupRead) *NullableResourceActionGroupRead
func (NullableResourceActionGroupRead) Get ¶ added in v0.0.10
func (v NullableResourceActionGroupRead) Get() *ResourceActionGroupRead
func (NullableResourceActionGroupRead) IsSet ¶ added in v0.0.10
func (v NullableResourceActionGroupRead) IsSet() bool
func (NullableResourceActionGroupRead) MarshalJSON ¶ added in v0.0.10
func (v NullableResourceActionGroupRead) MarshalJSON() ([]byte, error)
func (*NullableResourceActionGroupRead) Set ¶ added in v0.0.10
func (v *NullableResourceActionGroupRead) Set(val *ResourceActionGroupRead)
func (*NullableResourceActionGroupRead) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableResourceActionGroupRead) UnmarshalJSON(src []byte) error
func (*NullableResourceActionGroupRead) Unset ¶ added in v0.0.10
func (v *NullableResourceActionGroupRead) Unset()
type NullableResourceActionRead ¶
type NullableResourceActionRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceActionRead ¶
func NewNullableResourceActionRead(val *ResourceActionRead) *NullableResourceActionRead
func (NullableResourceActionRead) Get ¶
func (v NullableResourceActionRead) Get() *ResourceActionRead
func (NullableResourceActionRead) IsSet ¶
func (v NullableResourceActionRead) IsSet() bool
func (NullableResourceActionRead) MarshalJSON ¶
func (v NullableResourceActionRead) MarshalJSON() ([]byte, error)
func (*NullableResourceActionRead) Set ¶
func (v *NullableResourceActionRead) Set(val *ResourceActionRead)
func (*NullableResourceActionRead) UnmarshalJSON ¶
func (v *NullableResourceActionRead) UnmarshalJSON(src []byte) error
func (*NullableResourceActionRead) Unset ¶
func (v *NullableResourceActionRead) Unset()
type NullableResourceActionUpdate ¶
type NullableResourceActionUpdate struct {
// contains filtered or unexported fields
}
func NewNullableResourceActionUpdate ¶
func NewNullableResourceActionUpdate(val *ResourceActionUpdate) *NullableResourceActionUpdate
func (NullableResourceActionUpdate) Get ¶
func (v NullableResourceActionUpdate) Get() *ResourceActionUpdate
func (NullableResourceActionUpdate) IsSet ¶
func (v NullableResourceActionUpdate) IsSet() bool
func (NullableResourceActionUpdate) MarshalJSON ¶
func (v NullableResourceActionUpdate) MarshalJSON() ([]byte, error)
func (*NullableResourceActionUpdate) Set ¶
func (v *NullableResourceActionUpdate) Set(val *ResourceActionUpdate)
func (*NullableResourceActionUpdate) UnmarshalJSON ¶
func (v *NullableResourceActionUpdate) UnmarshalJSON(src []byte) error
func (*NullableResourceActionUpdate) Unset ¶
func (v *NullableResourceActionUpdate) Unset()
type NullableResourceAttributeCreate ¶
type NullableResourceAttributeCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceAttributeCreate ¶
func NewNullableResourceAttributeCreate(val *ResourceAttributeCreate) *NullableResourceAttributeCreate
func (NullableResourceAttributeCreate) Get ¶
func (v NullableResourceAttributeCreate) Get() *ResourceAttributeCreate
func (NullableResourceAttributeCreate) IsSet ¶
func (v NullableResourceAttributeCreate) IsSet() bool
func (NullableResourceAttributeCreate) MarshalJSON ¶
func (v NullableResourceAttributeCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceAttributeCreate) Set ¶
func (v *NullableResourceAttributeCreate) Set(val *ResourceAttributeCreate)
func (*NullableResourceAttributeCreate) UnmarshalJSON ¶
func (v *NullableResourceAttributeCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceAttributeCreate) Unset ¶
func (v *NullableResourceAttributeCreate) Unset()
type NullableResourceAttributeRead ¶
type NullableResourceAttributeRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceAttributeRead ¶
func NewNullableResourceAttributeRead(val *ResourceAttributeRead) *NullableResourceAttributeRead
func (NullableResourceAttributeRead) Get ¶
func (v NullableResourceAttributeRead) Get() *ResourceAttributeRead
func (NullableResourceAttributeRead) IsSet ¶
func (v NullableResourceAttributeRead) IsSet() bool
func (NullableResourceAttributeRead) MarshalJSON ¶
func (v NullableResourceAttributeRead) MarshalJSON() ([]byte, error)
func (*NullableResourceAttributeRead) Set ¶
func (v *NullableResourceAttributeRead) Set(val *ResourceAttributeRead)
func (*NullableResourceAttributeRead) UnmarshalJSON ¶
func (v *NullableResourceAttributeRead) UnmarshalJSON(src []byte) error
func (*NullableResourceAttributeRead) Unset ¶
func (v *NullableResourceAttributeRead) Unset()
type NullableResourceAttributeUpdate ¶
type NullableResourceAttributeUpdate struct {
// contains filtered or unexported fields
}
func NewNullableResourceAttributeUpdate ¶
func NewNullableResourceAttributeUpdate(val *ResourceAttributeUpdate) *NullableResourceAttributeUpdate
func (NullableResourceAttributeUpdate) Get ¶
func (v NullableResourceAttributeUpdate) Get() *ResourceAttributeUpdate
func (NullableResourceAttributeUpdate) IsSet ¶
func (v NullableResourceAttributeUpdate) IsSet() bool
func (NullableResourceAttributeUpdate) MarshalJSON ¶
func (v NullableResourceAttributeUpdate) MarshalJSON() ([]byte, error)
func (*NullableResourceAttributeUpdate) Set ¶
func (v *NullableResourceAttributeUpdate) Set(val *ResourceAttributeUpdate)
func (*NullableResourceAttributeUpdate) UnmarshalJSON ¶
func (v *NullableResourceAttributeUpdate) UnmarshalJSON(src []byte) error
func (*NullableResourceAttributeUpdate) Unset ¶
func (v *NullableResourceAttributeUpdate) Unset()
type NullableResourceCreate ¶
type NullableResourceCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceCreate ¶
func NewNullableResourceCreate(val *ResourceCreate) *NullableResourceCreate
func (NullableResourceCreate) Get ¶
func (v NullableResourceCreate) Get() *ResourceCreate
func (NullableResourceCreate) IsSet ¶
func (v NullableResourceCreate) IsSet() bool
func (NullableResourceCreate) MarshalJSON ¶
func (v NullableResourceCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceCreate) Set ¶
func (v *NullableResourceCreate) Set(val *ResourceCreate)
func (*NullableResourceCreate) UnmarshalJSON ¶
func (v *NullableResourceCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceCreate) Unset ¶
func (v *NullableResourceCreate) Unset()
type NullableResourceId ¶
type NullableResourceId struct {
// contains filtered or unexported fields
}
func NewNullableResourceId ¶
func NewNullableResourceId(val *ResourceId) *NullableResourceId
func (NullableResourceId) Get ¶
func (v NullableResourceId) Get() *ResourceId
func (NullableResourceId) IsSet ¶
func (v NullableResourceId) IsSet() bool
func (NullableResourceId) MarshalJSON ¶
func (v NullableResourceId) MarshalJSON() ([]byte, error)
func (*NullableResourceId) Set ¶
func (v *NullableResourceId) Set(val *ResourceId)
func (*NullableResourceId) UnmarshalJSON ¶
func (v *NullableResourceId) UnmarshalJSON(src []byte) error
func (*NullableResourceId) Unset ¶
func (v *NullableResourceId) Unset()
type NullableResourceInstanceBlockRead ¶ added in v1.0.5
type NullableResourceInstanceBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceInstanceBlockRead ¶ added in v1.0.5
func NewNullableResourceInstanceBlockRead(val *ResourceInstanceBlockRead) *NullableResourceInstanceBlockRead
func (NullableResourceInstanceBlockRead) Get ¶ added in v1.0.5
func (v NullableResourceInstanceBlockRead) Get() *ResourceInstanceBlockRead
func (NullableResourceInstanceBlockRead) IsSet ¶ added in v1.0.5
func (v NullableResourceInstanceBlockRead) IsSet() bool
func (NullableResourceInstanceBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableResourceInstanceBlockRead) MarshalJSON() ([]byte, error)
func (*NullableResourceInstanceBlockRead) Set ¶ added in v1.0.5
func (v *NullableResourceInstanceBlockRead) Set(val *ResourceInstanceBlockRead)
func (*NullableResourceInstanceBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableResourceInstanceBlockRead) UnmarshalJSON(src []byte) error
func (*NullableResourceInstanceBlockRead) Unset ¶ added in v1.0.5
func (v *NullableResourceInstanceBlockRead) Unset()
type NullableResourceInstanceCreate ¶
type NullableResourceInstanceCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceInstanceCreate ¶
func NewNullableResourceInstanceCreate(val *ResourceInstanceCreate) *NullableResourceInstanceCreate
func (NullableResourceInstanceCreate) Get ¶
func (v NullableResourceInstanceCreate) Get() *ResourceInstanceCreate
func (NullableResourceInstanceCreate) IsSet ¶
func (v NullableResourceInstanceCreate) IsSet() bool
func (NullableResourceInstanceCreate) MarshalJSON ¶
func (v NullableResourceInstanceCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceInstanceCreate) Set ¶
func (v *NullableResourceInstanceCreate) Set(val *ResourceInstanceCreate)
func (*NullableResourceInstanceCreate) UnmarshalJSON ¶
func (v *NullableResourceInstanceCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceInstanceCreate) Unset ¶
func (v *NullableResourceInstanceCreate) Unset()
type NullableResourceInstanceRead ¶
type NullableResourceInstanceRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceInstanceRead ¶
func NewNullableResourceInstanceRead(val *ResourceInstanceRead) *NullableResourceInstanceRead
func (NullableResourceInstanceRead) Get ¶
func (v NullableResourceInstanceRead) Get() *ResourceInstanceRead
func (NullableResourceInstanceRead) IsSet ¶
func (v NullableResourceInstanceRead) IsSet() bool
func (NullableResourceInstanceRead) MarshalJSON ¶
func (v NullableResourceInstanceRead) MarshalJSON() ([]byte, error)
func (*NullableResourceInstanceRead) Set ¶
func (v *NullableResourceInstanceRead) Set(val *ResourceInstanceRead)
func (*NullableResourceInstanceRead) UnmarshalJSON ¶
func (v *NullableResourceInstanceRead) UnmarshalJSON(src []byte) error
func (*NullableResourceInstanceRead) Unset ¶
func (v *NullableResourceInstanceRead) Unset()
type NullableResourceInstanceUpdate ¶
type NullableResourceInstanceUpdate struct {
// contains filtered or unexported fields
}
func NewNullableResourceInstanceUpdate ¶
func NewNullableResourceInstanceUpdate(val *ResourceInstanceUpdate) *NullableResourceInstanceUpdate
func (NullableResourceInstanceUpdate) Get ¶
func (v NullableResourceInstanceUpdate) Get() *ResourceInstanceUpdate
func (NullableResourceInstanceUpdate) IsSet ¶
func (v NullableResourceInstanceUpdate) IsSet() bool
func (NullableResourceInstanceUpdate) MarshalJSON ¶
func (v NullableResourceInstanceUpdate) MarshalJSON() ([]byte, error)
func (*NullableResourceInstanceUpdate) Set ¶
func (v *NullableResourceInstanceUpdate) Set(val *ResourceInstanceUpdate)
func (*NullableResourceInstanceUpdate) UnmarshalJSON ¶
func (v *NullableResourceInstanceUpdate) UnmarshalJSON(src []byte) error
func (*NullableResourceInstanceUpdate) Unset ¶
func (v *NullableResourceInstanceUpdate) Unset()
type NullableResourceRead ¶
type NullableResourceRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceRead ¶
func NewNullableResourceRead(val *ResourceRead) *NullableResourceRead
func (NullableResourceRead) Get ¶
func (v NullableResourceRead) Get() *ResourceRead
func (NullableResourceRead) IsSet ¶
func (v NullableResourceRead) IsSet() bool
func (NullableResourceRead) MarshalJSON ¶
func (v NullableResourceRead) MarshalJSON() ([]byte, error)
func (*NullableResourceRead) Set ¶
func (v *NullableResourceRead) Set(val *ResourceRead)
func (*NullableResourceRead) UnmarshalJSON ¶
func (v *NullableResourceRead) UnmarshalJSON(src []byte) error
func (*NullableResourceRead) Unset ¶
func (v *NullableResourceRead) Unset()
type NullableResourceReplace ¶
type NullableResourceReplace struct {
// contains filtered or unexported fields
}
func NewNullableResourceReplace ¶
func NewNullableResourceReplace(val *ResourceReplace) *NullableResourceReplace
func (NullableResourceReplace) Get ¶
func (v NullableResourceReplace) Get() *ResourceReplace
func (NullableResourceReplace) IsSet ¶
func (v NullableResourceReplace) IsSet() bool
func (NullableResourceReplace) MarshalJSON ¶
func (v NullableResourceReplace) MarshalJSON() ([]byte, error)
func (*NullableResourceReplace) Set ¶
func (v *NullableResourceReplace) Set(val *ResourceReplace)
func (*NullableResourceReplace) UnmarshalJSON ¶
func (v *NullableResourceReplace) UnmarshalJSON(src []byte) error
func (*NullableResourceReplace) Unset ¶
func (v *NullableResourceReplace) Unset()
type NullableResourceRoleCreate ¶
type NullableResourceRoleCreate struct {
// contains filtered or unexported fields
}
func NewNullableResourceRoleCreate ¶
func NewNullableResourceRoleCreate(val *ResourceRoleCreate) *NullableResourceRoleCreate
func (NullableResourceRoleCreate) Get ¶
func (v NullableResourceRoleCreate) Get() *ResourceRoleCreate
func (NullableResourceRoleCreate) IsSet ¶
func (v NullableResourceRoleCreate) IsSet() bool
func (NullableResourceRoleCreate) MarshalJSON ¶
func (v NullableResourceRoleCreate) MarshalJSON() ([]byte, error)
func (*NullableResourceRoleCreate) Set ¶
func (v *NullableResourceRoleCreate) Set(val *ResourceRoleCreate)
func (*NullableResourceRoleCreate) UnmarshalJSON ¶
func (v *NullableResourceRoleCreate) UnmarshalJSON(src []byte) error
func (*NullableResourceRoleCreate) Unset ¶
func (v *NullableResourceRoleCreate) Unset()
type NullableResourceRoleList ¶ added in v1.0.5
type NullableResourceRoleList struct {
// contains filtered or unexported fields
}
func NewNullableResourceRoleList ¶ added in v1.0.5
func NewNullableResourceRoleList(val *ResourceRoleList) *NullableResourceRoleList
func (NullableResourceRoleList) Get ¶ added in v1.0.5
func (v NullableResourceRoleList) Get() *ResourceRoleList
func (NullableResourceRoleList) IsSet ¶ added in v1.0.5
func (v NullableResourceRoleList) IsSet() bool
func (NullableResourceRoleList) MarshalJSON ¶ added in v1.0.5
func (v NullableResourceRoleList) MarshalJSON() ([]byte, error)
func (*NullableResourceRoleList) Set ¶ added in v1.0.5
func (v *NullableResourceRoleList) Set(val *ResourceRoleList)
func (*NullableResourceRoleList) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableResourceRoleList) UnmarshalJSON(src []byte) error
func (*NullableResourceRoleList) Unset ¶ added in v1.0.5
func (v *NullableResourceRoleList) Unset()
type NullableResourceRoleRead ¶
type NullableResourceRoleRead struct {
// contains filtered or unexported fields
}
func NewNullableResourceRoleRead ¶
func NewNullableResourceRoleRead(val *ResourceRoleRead) *NullableResourceRoleRead
func (NullableResourceRoleRead) Get ¶
func (v NullableResourceRoleRead) Get() *ResourceRoleRead
func (NullableResourceRoleRead) IsSet ¶
func (v NullableResourceRoleRead) IsSet() bool
func (NullableResourceRoleRead) MarshalJSON ¶
func (v NullableResourceRoleRead) MarshalJSON() ([]byte, error)
func (*NullableResourceRoleRead) Set ¶
func (v *NullableResourceRoleRead) Set(val *ResourceRoleRead)
func (*NullableResourceRoleRead) UnmarshalJSON ¶
func (v *NullableResourceRoleRead) UnmarshalJSON(src []byte) error
func (*NullableResourceRoleRead) Unset ¶
func (v *NullableResourceRoleRead) Unset()
type NullableResourceRoleUpdate ¶
type NullableResourceRoleUpdate struct {
// contains filtered or unexported fields
}
func NewNullableResourceRoleUpdate ¶
func NewNullableResourceRoleUpdate(val *ResourceRoleUpdate) *NullableResourceRoleUpdate
func (NullableResourceRoleUpdate) Get ¶
func (v NullableResourceRoleUpdate) Get() *ResourceRoleUpdate
func (NullableResourceRoleUpdate) IsSet ¶
func (v NullableResourceRoleUpdate) IsSet() bool
func (NullableResourceRoleUpdate) MarshalJSON ¶
func (v NullableResourceRoleUpdate) MarshalJSON() ([]byte, error)
func (*NullableResourceRoleUpdate) Set ¶
func (v *NullableResourceRoleUpdate) Set(val *ResourceRoleUpdate)
func (*NullableResourceRoleUpdate) UnmarshalJSON ¶
func (v *NullableResourceRoleUpdate) UnmarshalJSON(src []byte) error
func (*NullableResourceRoleUpdate) Unset ¶
func (v *NullableResourceRoleUpdate) Unset()
type NullableResourceSets ¶ added in v0.0.10
type NullableResourceSets struct {
// contains filtered or unexported fields
}
func NewNullableResourceSets ¶ added in v0.0.10
func NewNullableResourceSets(val *ResourceSets) *NullableResourceSets
func (NullableResourceSets) Get ¶ added in v0.0.10
func (v NullableResourceSets) Get() *ResourceSets
func (NullableResourceSets) IsSet ¶ added in v0.0.10
func (v NullableResourceSets) IsSet() bool
func (NullableResourceSets) MarshalJSON ¶ added in v0.0.10
func (v NullableResourceSets) MarshalJSON() ([]byte, error)
func (*NullableResourceSets) Set ¶ added in v0.0.10
func (v *NullableResourceSets) Set(val *ResourceSets)
func (*NullableResourceSets) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableResourceSets) UnmarshalJSON(src []byte) error
func (*NullableResourceSets) Unset ¶ added in v0.0.10
func (v *NullableResourceSets) Unset()
type NullableResourceUpdate ¶
type NullableResourceUpdate struct {
// contains filtered or unexported fields
}
func NewNullableResourceUpdate ¶
func NewNullableResourceUpdate(val *ResourceUpdate) *NullableResourceUpdate
func (NullableResourceUpdate) Get ¶
func (v NullableResourceUpdate) Get() *ResourceUpdate
func (NullableResourceUpdate) IsSet ¶
func (v NullableResourceUpdate) IsSet() bool
func (NullableResourceUpdate) MarshalJSON ¶
func (v NullableResourceUpdate) MarshalJSON() ([]byte, error)
func (*NullableResourceUpdate) Set ¶
func (v *NullableResourceUpdate) Set(val *ResourceUpdate)
func (*NullableResourceUpdate) UnmarshalJSON ¶
func (v *NullableResourceUpdate) UnmarshalJSON(src []byte) error
func (*NullableResourceUpdate) Unset ¶
func (v *NullableResourceUpdate) Unset()
type NullableResources ¶ added in v0.0.10
type NullableResources struct {
// contains filtered or unexported fields
}
func NewNullableResources ¶ added in v0.0.10
func NewNullableResources(val *Resources) *NullableResources
func (NullableResources) Get ¶ added in v0.0.10
func (v NullableResources) Get() *Resources
func (NullableResources) IsSet ¶ added in v0.0.10
func (v NullableResources) IsSet() bool
func (NullableResources) MarshalJSON ¶ added in v0.0.10
func (v NullableResources) MarshalJSON() ([]byte, error)
func (*NullableResources) Set ¶ added in v0.0.10
func (v *NullableResources) Set(val *Resources)
func (*NullableResources) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableResources) UnmarshalJSON(src []byte) error
func (*NullableResources) Unset ¶ added in v0.0.10
func (v *NullableResources) Unset()
type NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet ¶ added in v0.0.10
type NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet struct {
// contains filtered or unexported fields
}
func NewNullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet ¶ added in v0.0.10
func NewNullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet(val *ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet
func (NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) IsSet ¶ added in v0.0.10
func (v NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) IsSet() bool
func (NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) MarshalJSON ¶ added in v0.0.10
func (v NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) MarshalJSON() ([]byte, error)
func (*NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) UnmarshalJSON(src []byte) error
func (*NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) Unset ¶ added in v0.0.10
func (v *NullableResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) Unset()
type NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet ¶ added in v0.0.13
type NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet struct {
// contains filtered or unexported fields
}
func NewNullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet ¶ added in v0.0.13
func NewNullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet(val *ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet
func (NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Get ¶ added in v0.0.13
func (NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) IsSet ¶ added in v0.0.13
func (NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) MarshalJSON ¶ added in v0.0.13
func (v NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) MarshalJSON() ([]byte, error)
func (*NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Set ¶ added in v0.0.13
func (*NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) UnmarshalJSON ¶ added in v0.0.13
func (v *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) UnmarshalJSON(src []byte) error
func (*NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Unset ¶ added in v0.0.13
func (v *NullableResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) Unset()
type NullableRoleAssignmentCreate ¶
type NullableRoleAssignmentCreate struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentCreate ¶
func NewNullableRoleAssignmentCreate(val *RoleAssignmentCreate) *NullableRoleAssignmentCreate
func (NullableRoleAssignmentCreate) Get ¶
func (v NullableRoleAssignmentCreate) Get() *RoleAssignmentCreate
func (NullableRoleAssignmentCreate) IsSet ¶
func (v NullableRoleAssignmentCreate) IsSet() bool
func (NullableRoleAssignmentCreate) MarshalJSON ¶
func (v NullableRoleAssignmentCreate) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentCreate) Set ¶
func (v *NullableRoleAssignmentCreate) Set(val *RoleAssignmentCreate)
func (*NullableRoleAssignmentCreate) UnmarshalJSON ¶
func (v *NullableRoleAssignmentCreate) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentCreate) Unset ¶
func (v *NullableRoleAssignmentCreate) Unset()
type NullableRoleAssignmentDetailedRead ¶ added in v0.0.13
type NullableRoleAssignmentDetailedRead struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentDetailedRead ¶ added in v0.0.13
func NewNullableRoleAssignmentDetailedRead(val *RoleAssignmentDetailedRead) *NullableRoleAssignmentDetailedRead
func (NullableRoleAssignmentDetailedRead) Get ¶ added in v0.0.13
func (v NullableRoleAssignmentDetailedRead) Get() *RoleAssignmentDetailedRead
func (NullableRoleAssignmentDetailedRead) IsSet ¶ added in v0.0.13
func (v NullableRoleAssignmentDetailedRead) IsSet() bool
func (NullableRoleAssignmentDetailedRead) MarshalJSON ¶ added in v0.0.13
func (v NullableRoleAssignmentDetailedRead) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentDetailedRead) Set ¶ added in v0.0.13
func (v *NullableRoleAssignmentDetailedRead) Set(val *RoleAssignmentDetailedRead)
func (*NullableRoleAssignmentDetailedRead) UnmarshalJSON ¶ added in v0.0.13
func (v *NullableRoleAssignmentDetailedRead) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentDetailedRead) Unset ¶ added in v0.0.13
func (v *NullableRoleAssignmentDetailedRead) Unset()
type NullableRoleAssignmentRead ¶
type NullableRoleAssignmentRead struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentRead ¶
func NewNullableRoleAssignmentRead(val *RoleAssignmentRead) *NullableRoleAssignmentRead
func (NullableRoleAssignmentRead) Get ¶
func (v NullableRoleAssignmentRead) Get() *RoleAssignmentRead
func (NullableRoleAssignmentRead) IsSet ¶
func (v NullableRoleAssignmentRead) IsSet() bool
func (NullableRoleAssignmentRead) MarshalJSON ¶
func (v NullableRoleAssignmentRead) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentRead) Set ¶
func (v *NullableRoleAssignmentRead) Set(val *RoleAssignmentRead)
func (*NullableRoleAssignmentRead) UnmarshalJSON ¶
func (v *NullableRoleAssignmentRead) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentRead) Unset ¶
func (v *NullableRoleAssignmentRead) Unset()
type NullableRoleAssignmentRemove ¶
type NullableRoleAssignmentRemove struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentRemove ¶
func NewNullableRoleAssignmentRemove(val *RoleAssignmentRemove) *NullableRoleAssignmentRemove
func (NullableRoleAssignmentRemove) Get ¶
func (v NullableRoleAssignmentRemove) Get() *RoleAssignmentRemove
func (NullableRoleAssignmentRemove) IsSet ¶
func (v NullableRoleAssignmentRemove) IsSet() bool
func (NullableRoleAssignmentRemove) MarshalJSON ¶
func (v NullableRoleAssignmentRemove) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentRemove) Set ¶
func (v *NullableRoleAssignmentRemove) Set(val *RoleAssignmentRemove)
func (*NullableRoleAssignmentRemove) UnmarshalJSON ¶
func (v *NullableRoleAssignmentRemove) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentRemove) Unset ¶
func (v *NullableRoleAssignmentRemove) Unset()
type NullableRoleAssignmentResourceInstance ¶ added in v1.2.4
type NullableRoleAssignmentResourceInstance struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentResourceInstance ¶ added in v1.2.4
func NewNullableRoleAssignmentResourceInstance(val *RoleAssignmentResourceInstance) *NullableRoleAssignmentResourceInstance
func (NullableRoleAssignmentResourceInstance) Get ¶ added in v1.2.4
func (v NullableRoleAssignmentResourceInstance) Get() *RoleAssignmentResourceInstance
func (NullableRoleAssignmentResourceInstance) IsSet ¶ added in v1.2.4
func (v NullableRoleAssignmentResourceInstance) IsSet() bool
func (NullableRoleAssignmentResourceInstance) MarshalJSON ¶ added in v1.2.4
func (v NullableRoleAssignmentResourceInstance) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentResourceInstance) Set ¶ added in v1.2.4
func (v *NullableRoleAssignmentResourceInstance) Set(val *RoleAssignmentResourceInstance)
func (*NullableRoleAssignmentResourceInstance) UnmarshalJSON ¶ added in v1.2.4
func (v *NullableRoleAssignmentResourceInstance) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentResourceInstance) Unset ¶ added in v1.2.4
func (v *NullableRoleAssignmentResourceInstance) Unset()
type NullableRoleAssignmentRole ¶ added in v0.0.13
type NullableRoleAssignmentRole struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentRole ¶ added in v0.0.13
func NewNullableRoleAssignmentRole(val *RoleAssignmentRole) *NullableRoleAssignmentRole
func (NullableRoleAssignmentRole) Get ¶ added in v0.0.13
func (v NullableRoleAssignmentRole) Get() *RoleAssignmentRole
func (NullableRoleAssignmentRole) IsSet ¶ added in v0.0.13
func (v NullableRoleAssignmentRole) IsSet() bool
func (NullableRoleAssignmentRole) MarshalJSON ¶ added in v0.0.13
func (v NullableRoleAssignmentRole) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentRole) Set ¶ added in v0.0.13
func (v *NullableRoleAssignmentRole) Set(val *RoleAssignmentRole)
func (*NullableRoleAssignmentRole) UnmarshalJSON ¶ added in v0.0.13
func (v *NullableRoleAssignmentRole) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentRole) Unset ¶ added in v0.0.13
func (v *NullableRoleAssignmentRole) Unset()
type NullableRoleAssignmentTenant ¶ added in v0.0.13
type NullableRoleAssignmentTenant struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentTenant ¶ added in v0.0.13
func NewNullableRoleAssignmentTenant(val *RoleAssignmentTenant) *NullableRoleAssignmentTenant
func (NullableRoleAssignmentTenant) Get ¶ added in v0.0.13
func (v NullableRoleAssignmentTenant) Get() *RoleAssignmentTenant
func (NullableRoleAssignmentTenant) IsSet ¶ added in v0.0.13
func (v NullableRoleAssignmentTenant) IsSet() bool
func (NullableRoleAssignmentTenant) MarshalJSON ¶ added in v0.0.13
func (v NullableRoleAssignmentTenant) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentTenant) Set ¶ added in v0.0.13
func (v *NullableRoleAssignmentTenant) Set(val *RoleAssignmentTenant)
func (*NullableRoleAssignmentTenant) UnmarshalJSON ¶ added in v0.0.13
func (v *NullableRoleAssignmentTenant) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentTenant) Unset ¶ added in v0.0.13
func (v *NullableRoleAssignmentTenant) Unset()
type NullableRoleAssignmentUser ¶ added in v0.0.13
type NullableRoleAssignmentUser struct {
// contains filtered or unexported fields
}
func NewNullableRoleAssignmentUser ¶ added in v0.0.13
func NewNullableRoleAssignmentUser(val *RoleAssignmentUser) *NullableRoleAssignmentUser
func (NullableRoleAssignmentUser) Get ¶ added in v0.0.13
func (v NullableRoleAssignmentUser) Get() *RoleAssignmentUser
func (NullableRoleAssignmentUser) IsSet ¶ added in v0.0.13
func (v NullableRoleAssignmentUser) IsSet() bool
func (NullableRoleAssignmentUser) MarshalJSON ¶ added in v0.0.13
func (v NullableRoleAssignmentUser) MarshalJSON() ([]byte, error)
func (*NullableRoleAssignmentUser) Set ¶ added in v0.0.13
func (v *NullableRoleAssignmentUser) Set(val *RoleAssignmentUser)
func (*NullableRoleAssignmentUser) UnmarshalJSON ¶ added in v0.0.13
func (v *NullableRoleAssignmentUser) UnmarshalJSON(src []byte) error
func (*NullableRoleAssignmentUser) Unset ¶ added in v0.0.13
func (v *NullableRoleAssignmentUser) Unset()
type NullableRoleBlock ¶
type NullableRoleBlock struct {
// contains filtered or unexported fields
}
func NewNullableRoleBlock ¶
func NewNullableRoleBlock(val *RoleBlock) *NullableRoleBlock
func (NullableRoleBlock) Get ¶
func (v NullableRoleBlock) Get() *RoleBlock
func (NullableRoleBlock) IsSet ¶
func (v NullableRoleBlock) IsSet() bool
func (NullableRoleBlock) MarshalJSON ¶
func (v NullableRoleBlock) MarshalJSON() ([]byte, error)
func (*NullableRoleBlock) Set ¶
func (v *NullableRoleBlock) Set(val *RoleBlock)
func (*NullableRoleBlock) UnmarshalJSON ¶
func (v *NullableRoleBlock) UnmarshalJSON(src []byte) error
func (*NullableRoleBlock) Unset ¶
func (v *NullableRoleBlock) Unset()
type NullableRoleCreate ¶
type NullableRoleCreate struct {
// contains filtered or unexported fields
}
func NewNullableRoleCreate ¶
func NewNullableRoleCreate(val *RoleCreate) *NullableRoleCreate
func (NullableRoleCreate) Get ¶
func (v NullableRoleCreate) Get() *RoleCreate
func (NullableRoleCreate) IsSet ¶
func (v NullableRoleCreate) IsSet() bool
func (NullableRoleCreate) MarshalJSON ¶
func (v NullableRoleCreate) MarshalJSON() ([]byte, error)
func (*NullableRoleCreate) Set ¶
func (v *NullableRoleCreate) Set(val *RoleCreate)
func (*NullableRoleCreate) UnmarshalJSON ¶
func (v *NullableRoleCreate) UnmarshalJSON(src []byte) error
func (*NullableRoleCreate) Unset ¶
func (v *NullableRoleCreate) Unset()
type NullableRoleData ¶
type NullableRoleData struct {
// contains filtered or unexported fields
}
func NewNullableRoleData ¶
func NewNullableRoleData(val *RoleData) *NullableRoleData
func (NullableRoleData) Get ¶
func (v NullableRoleData) Get() *RoleData
func (NullableRoleData) IsSet ¶
func (v NullableRoleData) IsSet() bool
func (NullableRoleData) MarshalJSON ¶
func (v NullableRoleData) MarshalJSON() ([]byte, error)
func (*NullableRoleData) Set ¶
func (v *NullableRoleData) Set(val *RoleData)
func (*NullableRoleData) UnmarshalJSON ¶
func (v *NullableRoleData) UnmarshalJSON(src []byte) error
func (*NullableRoleData) Unset ¶
func (v *NullableRoleData) Unset()
type NullableRoleRead ¶
type NullableRoleRead struct {
// contains filtered or unexported fields
}
func NewNullableRoleRead ¶
func NewNullableRoleRead(val *RoleRead) *NullableRoleRead
func (NullableRoleRead) Get ¶
func (v NullableRoleRead) Get() *RoleRead
func (NullableRoleRead) IsSet ¶
func (v NullableRoleRead) IsSet() bool
func (NullableRoleRead) MarshalJSON ¶
func (v NullableRoleRead) MarshalJSON() ([]byte, error)
func (*NullableRoleRead) Set ¶
func (v *NullableRoleRead) Set(val *RoleRead)
func (*NullableRoleRead) UnmarshalJSON ¶
func (v *NullableRoleRead) UnmarshalJSON(src []byte) error
func (*NullableRoleRead) Unset ¶
func (v *NullableRoleRead) Unset()
type NullableRoleUpdate ¶
type NullableRoleUpdate struct {
// contains filtered or unexported fields
}
func NewNullableRoleUpdate ¶
func NewNullableRoleUpdate(val *RoleUpdate) *NullableRoleUpdate
func (NullableRoleUpdate) Get ¶
func (v NullableRoleUpdate) Get() *RoleUpdate
func (NullableRoleUpdate) IsSet ¶
func (v NullableRoleUpdate) IsSet() bool
func (NullableRoleUpdate) MarshalJSON ¶
func (v NullableRoleUpdate) MarshalJSON() ([]byte, error)
func (*NullableRoleUpdate) Set ¶
func (v *NullableRoleUpdate) Set(val *RoleUpdate)
func (*NullableRoleUpdate) UnmarshalJSON ¶
func (v *NullableRoleUpdate) UnmarshalJSON(src []byte) error
func (*NullableRoleUpdate) Unset ¶
func (v *NullableRoleUpdate) Unset()
type NullableRoles ¶ added in v0.0.10
type NullableRoles struct {
// contains filtered or unexported fields
}
func NewNullableRoles ¶ added in v0.0.10
func NewNullableRoles(val *Roles) *NullableRoles
func (NullableRoles) Get ¶ added in v0.0.10
func (v NullableRoles) Get() *Roles
func (NullableRoles) IsSet ¶ added in v0.0.10
func (v NullableRoles) IsSet() bool
func (NullableRoles) MarshalJSON ¶ added in v0.0.10
func (v NullableRoles) MarshalJSON() ([]byte, error)
func (*NullableRoles) Set ¶ added in v0.0.10
func (v *NullableRoles) Set(val *Roles)
func (*NullableRoles) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableRoles) UnmarshalJSON(src []byte) error
func (*NullableRoles) Unset ¶ added in v0.0.10
func (v *NullableRoles) Unset()
type NullableSSHAuthData ¶
type NullableSSHAuthData struct {
// contains filtered or unexported fields
}
func NewNullableSSHAuthData ¶
func NewNullableSSHAuthData(val *SSHAuthData) *NullableSSHAuthData
func (NullableSSHAuthData) Get ¶
func (v NullableSSHAuthData) Get() *SSHAuthData
func (NullableSSHAuthData) IsSet ¶
func (v NullableSSHAuthData) IsSet() bool
func (NullableSSHAuthData) MarshalJSON ¶
func (v NullableSSHAuthData) MarshalJSON() ([]byte, error)
func (*NullableSSHAuthData) Set ¶
func (v *NullableSSHAuthData) Set(val *SSHAuthData)
func (*NullableSSHAuthData) UnmarshalJSON ¶
func (v *NullableSSHAuthData) UnmarshalJSON(src []byte) error
func (*NullableSSHAuthData) Unset ¶
func (v *NullableSSHAuthData) Unset()
type NullableScope ¶ added in v0.0.10
type NullableScope struct {
// contains filtered or unexported fields
}
func NewNullableScope ¶ added in v0.0.10
func NewNullableScope(val *Scope) *NullableScope
func (NullableScope) Get ¶ added in v0.0.10
func (v NullableScope) Get() *Scope
func (NullableScope) IsSet ¶ added in v0.0.10
func (v NullableScope) IsSet() bool
func (NullableScope) MarshalJSON ¶ added in v0.0.10
func (v NullableScope) MarshalJSON() ([]byte, error)
func (*NullableScope) Set ¶ added in v0.0.10
func (v *NullableScope) Set(val *Scope)
func (*NullableScope) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableScope) UnmarshalJSON(src []byte) error
func (*NullableScope) Unset ¶ added in v0.0.10
func (v *NullableScope) Unset()
type NullableSettings ¶
type NullableSettings struct {
// contains filtered or unexported fields
}
func NewNullableSettings ¶
func NewNullableSettings(val *Settings) *NullableSettings
func (NullableSettings) Get ¶
func (v NullableSettings) Get() *Settings
func (NullableSettings) IsSet ¶
func (v NullableSettings) IsSet() bool
func (NullableSettings) MarshalJSON ¶
func (v NullableSettings) MarshalJSON() ([]byte, error)
func (*NullableSettings) Set ¶
func (v *NullableSettings) Set(val *Settings)
func (*NullableSettings) UnmarshalJSON ¶
func (v *NullableSettings) UnmarshalJSON(src []byte) error
func (*NullableSettings) Unset ¶
func (v *NullableSettings) Unset()
type NullableStatistics ¶
type NullableStatistics struct {
// contains filtered or unexported fields
}
func NewNullableStatistics ¶
func NewNullableStatistics(val *Statistics) *NullableStatistics
func (NullableStatistics) Get ¶
func (v NullableStatistics) Get() *Statistics
func (NullableStatistics) IsSet ¶
func (v NullableStatistics) IsSet() bool
func (NullableStatistics) MarshalJSON ¶
func (v NullableStatistics) MarshalJSON() ([]byte, error)
func (*NullableStatistics) Set ¶
func (v *NullableStatistics) Set(val *Statistics)
func (*NullableStatistics) UnmarshalJSON ¶
func (v *NullableStatistics) UnmarshalJSON(src []byte) error
func (*NullableStatistics) Unset ¶
func (v *NullableStatistics) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableStrippedRelationBlockRead ¶ added in v1.0.5
type NullableStrippedRelationBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableStrippedRelationBlockRead ¶ added in v1.0.5
func NewNullableStrippedRelationBlockRead(val *StrippedRelationBlockRead) *NullableStrippedRelationBlockRead
func (NullableStrippedRelationBlockRead) Get ¶ added in v1.0.5
func (v NullableStrippedRelationBlockRead) Get() *StrippedRelationBlockRead
func (NullableStrippedRelationBlockRead) IsSet ¶ added in v1.0.5
func (v NullableStrippedRelationBlockRead) IsSet() bool
func (NullableStrippedRelationBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableStrippedRelationBlockRead) MarshalJSON() ([]byte, error)
func (*NullableStrippedRelationBlockRead) Set ¶ added in v1.0.5
func (v *NullableStrippedRelationBlockRead) Set(val *StrippedRelationBlockRead)
func (*NullableStrippedRelationBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableStrippedRelationBlockRead) UnmarshalJSON(src []byte) error
func (*NullableStrippedRelationBlockRead) Unset ¶ added in v1.0.5
func (v *NullableStrippedRelationBlockRead) Unset()
type NullableTargetEnv ¶ added in v0.0.10
type NullableTargetEnv struct {
// contains filtered or unexported fields
}
func NewNullableTargetEnv ¶ added in v0.0.10
func NewNullableTargetEnv(val *TargetEnv) *NullableTargetEnv
func (NullableTargetEnv) Get ¶ added in v0.0.10
func (v NullableTargetEnv) Get() *TargetEnv
func (NullableTargetEnv) IsSet ¶ added in v0.0.10
func (v NullableTargetEnv) IsSet() bool
func (NullableTargetEnv) MarshalJSON ¶ added in v0.0.10
func (v NullableTargetEnv) MarshalJSON() ([]byte, error)
func (*NullableTargetEnv) Set ¶ added in v0.0.10
func (v *NullableTargetEnv) Set(val *TargetEnv)
func (*NullableTargetEnv) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableTargetEnv) UnmarshalJSON(src []byte) error
func (*NullableTargetEnv) Unset ¶ added in v0.0.10
func (v *NullableTargetEnv) Unset()
type NullableTenantBlockRead ¶ added in v1.0.5
type NullableTenantBlockRead struct {
// contains filtered or unexported fields
}
func NewNullableTenantBlockRead ¶ added in v1.0.5
func NewNullableTenantBlockRead(val *TenantBlockRead) *NullableTenantBlockRead
func (NullableTenantBlockRead) Get ¶ added in v1.0.5
func (v NullableTenantBlockRead) Get() *TenantBlockRead
func (NullableTenantBlockRead) IsSet ¶ added in v1.0.5
func (v NullableTenantBlockRead) IsSet() bool
func (NullableTenantBlockRead) MarshalJSON ¶ added in v1.0.5
func (v NullableTenantBlockRead) MarshalJSON() ([]byte, error)
func (*NullableTenantBlockRead) Set ¶ added in v1.0.5
func (v *NullableTenantBlockRead) Set(val *TenantBlockRead)
func (*NullableTenantBlockRead) UnmarshalJSON ¶ added in v1.0.5
func (v *NullableTenantBlockRead) UnmarshalJSON(src []byte) error
func (*NullableTenantBlockRead) Unset ¶ added in v1.0.5
func (v *NullableTenantBlockRead) Unset()
type NullableTenantCreate ¶
type NullableTenantCreate struct {
// contains filtered or unexported fields
}
func NewNullableTenantCreate ¶
func NewNullableTenantCreate(val *TenantCreate) *NullableTenantCreate
func (NullableTenantCreate) Get ¶
func (v NullableTenantCreate) Get() *TenantCreate
func (NullableTenantCreate) IsSet ¶
func (v NullableTenantCreate) IsSet() bool
func (NullableTenantCreate) MarshalJSON ¶
func (v NullableTenantCreate) MarshalJSON() ([]byte, error)
func (*NullableTenantCreate) Set ¶
func (v *NullableTenantCreate) Set(val *TenantCreate)
func (*NullableTenantCreate) UnmarshalJSON ¶
func (v *NullableTenantCreate) UnmarshalJSON(src []byte) error
func (*NullableTenantCreate) Unset ¶
func (v *NullableTenantCreate) Unset()
type NullableTenantRead ¶
type NullableTenantRead struct {
// contains filtered or unexported fields
}
func NewNullableTenantRead ¶
func NewNullableTenantRead(val *TenantRead) *NullableTenantRead
func (NullableTenantRead) Get ¶
func (v NullableTenantRead) Get() *TenantRead
func (NullableTenantRead) IsSet ¶
func (v NullableTenantRead) IsSet() bool
func (NullableTenantRead) MarshalJSON ¶
func (v NullableTenantRead) MarshalJSON() ([]byte, error)
func (*NullableTenantRead) Set ¶
func (v *NullableTenantRead) Set(val *TenantRead)
func (*NullableTenantRead) UnmarshalJSON ¶
func (v *NullableTenantRead) UnmarshalJSON(src []byte) error
func (*NullableTenantRead) Unset ¶
func (v *NullableTenantRead) Unset()
type NullableTenantUpdate ¶
type NullableTenantUpdate struct {
// contains filtered or unexported fields
}
func NewNullableTenantUpdate ¶
func NewNullableTenantUpdate(val *TenantUpdate) *NullableTenantUpdate
func (NullableTenantUpdate) Get ¶
func (v NullableTenantUpdate) Get() *TenantUpdate
func (NullableTenantUpdate) IsSet ¶
func (v NullableTenantUpdate) IsSet() bool
func (NullableTenantUpdate) MarshalJSON ¶
func (v NullableTenantUpdate) MarshalJSON() ([]byte, error)
func (*NullableTenantUpdate) Set ¶
func (v *NullableTenantUpdate) Set(val *TenantUpdate)
func (*NullableTenantUpdate) UnmarshalJSON ¶
func (v *NullableTenantUpdate) UnmarshalJSON(src []byte) error
func (*NullableTenantUpdate) Unset ¶
func (v *NullableTenantUpdate) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUserCreate ¶
type NullableUserCreate struct {
// contains filtered or unexported fields
}
func NewNullableUserCreate ¶
func NewNullableUserCreate(val *UserCreate) *NullableUserCreate
func (NullableUserCreate) Get ¶
func (v NullableUserCreate) Get() *UserCreate
func (NullableUserCreate) IsSet ¶
func (v NullableUserCreate) IsSet() bool
func (NullableUserCreate) MarshalJSON ¶
func (v NullableUserCreate) MarshalJSON() ([]byte, error)
func (*NullableUserCreate) Set ¶
func (v *NullableUserCreate) Set(val *UserCreate)
func (*NullableUserCreate) UnmarshalJSON ¶
func (v *NullableUserCreate) UnmarshalJSON(src []byte) error
func (*NullableUserCreate) Unset ¶
func (v *NullableUserCreate) Unset()
type NullableUserData ¶
type NullableUserData struct {
// contains filtered or unexported fields
}
func NewNullableUserData ¶
func NewNullableUserData(val *UserData) *NullableUserData
func (NullableUserData) Get ¶
func (v NullableUserData) Get() *UserData
func (NullableUserData) IsSet ¶
func (v NullableUserData) IsSet() bool
func (NullableUserData) MarshalJSON ¶
func (v NullableUserData) MarshalJSON() ([]byte, error)
func (*NullableUserData) Set ¶
func (v *NullableUserData) Set(val *UserData)
func (*NullableUserData) UnmarshalJSON ¶
func (v *NullableUserData) UnmarshalJSON(src []byte) error
func (*NullableUserData) Unset ¶
func (v *NullableUserData) Unset()
type NullableUserLoginRequestInput ¶
type NullableUserLoginRequestInput struct {
// contains filtered or unexported fields
}
func NewNullableUserLoginRequestInput ¶
func NewNullableUserLoginRequestInput(val *UserLoginRequestInput) *NullableUserLoginRequestInput
func (NullableUserLoginRequestInput) Get ¶
func (v NullableUserLoginRequestInput) Get() *UserLoginRequestInput
func (NullableUserLoginRequestInput) IsSet ¶
func (v NullableUserLoginRequestInput) IsSet() bool
func (NullableUserLoginRequestInput) MarshalJSON ¶
func (v NullableUserLoginRequestInput) MarshalJSON() ([]byte, error)
func (*NullableUserLoginRequestInput) Set ¶
func (v *NullableUserLoginRequestInput) Set(val *UserLoginRequestInput)
func (*NullableUserLoginRequestInput) UnmarshalJSON ¶
func (v *NullableUserLoginRequestInput) UnmarshalJSON(src []byte) error
func (*NullableUserLoginRequestInput) Unset ¶
func (v *NullableUserLoginRequestInput) Unset()
type NullableUserRead ¶
type NullableUserRead struct {
// contains filtered or unexported fields
}
func NewNullableUserRead ¶
func NewNullableUserRead(val *UserRead) *NullableUserRead
func (NullableUserRead) Get ¶
func (v NullableUserRead) Get() *UserRead
func (NullableUserRead) IsSet ¶
func (v NullableUserRead) IsSet() bool
func (NullableUserRead) MarshalJSON ¶
func (v NullableUserRead) MarshalJSON() ([]byte, error)
func (*NullableUserRead) Set ¶
func (v *NullableUserRead) Set(val *UserRead)
func (*NullableUserRead) UnmarshalJSON ¶
func (v *NullableUserRead) UnmarshalJSON(src []byte) error
func (*NullableUserRead) Unset ¶
func (v *NullableUserRead) Unset()
type NullableUserRole ¶
type NullableUserRole struct {
// contains filtered or unexported fields
}
func NewNullableUserRole ¶
func NewNullableUserRole(val *UserRole) *NullableUserRole
func (NullableUserRole) Get ¶
func (v NullableUserRole) Get() *UserRole
func (NullableUserRole) IsSet ¶
func (v NullableUserRole) IsSet() bool
func (NullableUserRole) MarshalJSON ¶
func (v NullableUserRole) MarshalJSON() ([]byte, error)
func (*NullableUserRole) Set ¶
func (v *NullableUserRole) Set(val *UserRole)
func (*NullableUserRole) UnmarshalJSON ¶
func (v *NullableUserRole) UnmarshalJSON(src []byte) error
func (*NullableUserRole) Unset ¶
func (v *NullableUserRole) Unset()
type NullableUserRoleCreate ¶
type NullableUserRoleCreate struct {
// contains filtered or unexported fields
}
func NewNullableUserRoleCreate ¶
func NewNullableUserRoleCreate(val *UserRoleCreate) *NullableUserRoleCreate
func (NullableUserRoleCreate) Get ¶
func (v NullableUserRoleCreate) Get() *UserRoleCreate
func (NullableUserRoleCreate) IsSet ¶
func (v NullableUserRoleCreate) IsSet() bool
func (NullableUserRoleCreate) MarshalJSON ¶
func (v NullableUserRoleCreate) MarshalJSON() ([]byte, error)
func (*NullableUserRoleCreate) Set ¶
func (v *NullableUserRoleCreate) Set(val *UserRoleCreate)
func (*NullableUserRoleCreate) UnmarshalJSON ¶
func (v *NullableUserRoleCreate) UnmarshalJSON(src []byte) error
func (*NullableUserRoleCreate) Unset ¶
func (v *NullableUserRoleCreate) Unset()
type NullableUserRoleRemove ¶
type NullableUserRoleRemove struct {
// contains filtered or unexported fields
}
func NewNullableUserRoleRemove ¶
func NewNullableUserRoleRemove(val *UserRoleRemove) *NullableUserRoleRemove
func (NullableUserRoleRemove) Get ¶
func (v NullableUserRoleRemove) Get() *UserRoleRemove
func (NullableUserRoleRemove) IsSet ¶
func (v NullableUserRoleRemove) IsSet() bool
func (NullableUserRoleRemove) MarshalJSON ¶
func (v NullableUserRoleRemove) MarshalJSON() ([]byte, error)
func (*NullableUserRoleRemove) Set ¶
func (v *NullableUserRoleRemove) Set(val *UserRoleRemove)
func (*NullableUserRoleRemove) UnmarshalJSON ¶
func (v *NullableUserRoleRemove) UnmarshalJSON(src []byte) error
func (*NullableUserRoleRemove) Unset ¶
func (v *NullableUserRoleRemove) Unset()
type NullableUserSets ¶ added in v0.0.10
type NullableUserSets struct {
// contains filtered or unexported fields
}
func NewNullableUserSets ¶ added in v0.0.10
func NewNullableUserSets(val *UserSets) *NullableUserSets
func (NullableUserSets) Get ¶ added in v0.0.10
func (v NullableUserSets) Get() *UserSets
func (NullableUserSets) IsSet ¶ added in v0.0.10
func (v NullableUserSets) IsSet() bool
func (NullableUserSets) MarshalJSON ¶ added in v0.0.10
func (v NullableUserSets) MarshalJSON() ([]byte, error)
func (*NullableUserSets) Set ¶ added in v0.0.10
func (v *NullableUserSets) Set(val *UserSets)
func (*NullableUserSets) UnmarshalJSON ¶ added in v0.0.10
func (v *NullableUserSets) UnmarshalJSON(src []byte) error
func (*NullableUserSets) Unset ¶ added in v0.0.10
func (v *NullableUserSets) Unset()
type NullableUserUpdate ¶
type NullableUserUpdate struct {
// contains filtered or unexported fields
}
func NewNullableUserUpdate ¶
func NewNullableUserUpdate(val *UserUpdate) *NullableUserUpdate
func (NullableUserUpdate) Get ¶
func (v NullableUserUpdate) Get() *UserUpdate
func (NullableUserUpdate) IsSet ¶
func (v NullableUserUpdate) IsSet() bool
func (NullableUserUpdate) MarshalJSON ¶
func (v NullableUserUpdate) MarshalJSON() ([]byte, error)
func (*NullableUserUpdate) Set ¶
func (v *NullableUserUpdate) Set(val *UserUpdate)
func (*NullableUserUpdate) UnmarshalJSON ¶
func (v *NullableUserUpdate) UnmarshalJSON(src []byte) error
func (*NullableUserUpdate) Unset ¶
func (v *NullableUserUpdate) Unset()
type NullableValidationError ¶
type NullableValidationError struct {
// contains filtered or unexported fields
}
func NewNullableValidationError ¶
func NewNullableValidationError(val *ValidationError) *NullableValidationError
func (NullableValidationError) Get ¶
func (v NullableValidationError) Get() *ValidationError
func (NullableValidationError) IsSet ¶
func (v NullableValidationError) IsSet() bool
func (NullableValidationError) MarshalJSON ¶
func (v NullableValidationError) MarshalJSON() ([]byte, error)
func (*NullableValidationError) Set ¶
func (v *NullableValidationError) Set(val *ValidationError)
func (*NullableValidationError) UnmarshalJSON ¶
func (v *NullableValidationError) UnmarshalJSON(src []byte) error
func (*NullableValidationError) Unset ¶
func (v *NullableValidationError) Unset()
type NullableWebhookCreate ¶
type NullableWebhookCreate struct {
// contains filtered or unexported fields
}
func NewNullableWebhookCreate ¶
func NewNullableWebhookCreate(val *WebhookCreate) *NullableWebhookCreate
func (NullableWebhookCreate) Get ¶
func (v NullableWebhookCreate) Get() *WebhookCreate
func (NullableWebhookCreate) IsSet ¶
func (v NullableWebhookCreate) IsSet() bool
func (NullableWebhookCreate) MarshalJSON ¶
func (v NullableWebhookCreate) MarshalJSON() ([]byte, error)
func (*NullableWebhookCreate) Set ¶
func (v *NullableWebhookCreate) Set(val *WebhookCreate)
func (*NullableWebhookCreate) UnmarshalJSON ¶
func (v *NullableWebhookCreate) UnmarshalJSON(src []byte) error
func (*NullableWebhookCreate) Unset ¶
func (v *NullableWebhookCreate) Unset()
type NullableWebhookRead ¶
type NullableWebhookRead struct {
// contains filtered or unexported fields
}
func NewNullableWebhookRead ¶
func NewNullableWebhookRead(val *WebhookRead) *NullableWebhookRead
func (NullableWebhookRead) Get ¶
func (v NullableWebhookRead) Get() *WebhookRead
func (NullableWebhookRead) IsSet ¶
func (v NullableWebhookRead) IsSet() bool
func (NullableWebhookRead) MarshalJSON ¶
func (v NullableWebhookRead) MarshalJSON() ([]byte, error)
func (*NullableWebhookRead) Set ¶
func (v *NullableWebhookRead) Set(val *WebhookRead)
func (*NullableWebhookRead) UnmarshalJSON ¶
func (v *NullableWebhookRead) UnmarshalJSON(src []byte) error
func (*NullableWebhookRead) Unset ¶
func (v *NullableWebhookRead) Unset()
type NullableWebhookUpdate ¶
type NullableWebhookUpdate struct {
// contains filtered or unexported fields
}
func NewNullableWebhookUpdate ¶
func NewNullableWebhookUpdate(val *WebhookUpdate) *NullableWebhookUpdate
func (NullableWebhookUpdate) Get ¶
func (v NullableWebhookUpdate) Get() *WebhookUpdate
func (NullableWebhookUpdate) IsSet ¶
func (v NullableWebhookUpdate) IsSet() bool
func (NullableWebhookUpdate) MarshalJSON ¶
func (v NullableWebhookUpdate) MarshalJSON() ([]byte, error)
func (*NullableWebhookUpdate) Set ¶
func (v *NullableWebhookUpdate) Set(val *WebhookUpdate)
func (*NullableWebhookUpdate) UnmarshalJSON ¶
func (v *NullableWebhookUpdate) UnmarshalJSON(src []byte) error
func (*NullableWebhookUpdate) Unset ¶
func (v *NullableWebhookUpdate) Unset()
type OPADecisionLog ¶
type OPADecisionLog struct { DecisionId string `json:"decision_id"` Labels Labels `json:"labels"` RunId *string `json:"run_id,omitempty"` Timestamp time.Time `json:"timestamp"` Path *string `json:"path,omitempty"` Input map[string]interface{} `json:"input,omitempty"` Result map[string]interface{} `json:"result,omitempty"` }
OPADecisionLog struct for OPADecisionLog
func NewOPADecisionLog ¶
func NewOPADecisionLog(decisionId string, labels Labels, timestamp time.Time) *OPADecisionLog
NewOPADecisionLog instantiates a new OPADecisionLog 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 NewOPADecisionLogWithDefaults ¶
func NewOPADecisionLogWithDefaults() *OPADecisionLog
NewOPADecisionLogWithDefaults instantiates a new OPADecisionLog 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 (*OPADecisionLog) GetDecisionId ¶
func (o *OPADecisionLog) GetDecisionId() string
GetDecisionId returns the DecisionId field value
func (*OPADecisionLog) GetDecisionIdOk ¶
func (o *OPADecisionLog) GetDecisionIdOk() (*string, bool)
GetDecisionIdOk returns a tuple with the DecisionId field value and a boolean to check if the value has been set.
func (*OPADecisionLog) GetInput ¶
func (o *OPADecisionLog) GetInput() map[string]interface{}
GetInput returns the Input field value if set, zero value otherwise.
func (*OPADecisionLog) GetInputOk ¶
func (o *OPADecisionLog) GetInputOk() (map[string]interface{}, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OPADecisionLog) GetLabels ¶
func (o *OPADecisionLog) GetLabels() Labels
GetLabels returns the Labels field value
func (*OPADecisionLog) GetLabelsOk ¶
func (o *OPADecisionLog) GetLabelsOk() (*Labels, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*OPADecisionLog) GetPath ¶
func (o *OPADecisionLog) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*OPADecisionLog) GetPathOk ¶
func (o *OPADecisionLog) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OPADecisionLog) GetResult ¶
func (o *OPADecisionLog) GetResult() map[string]interface{}
GetResult returns the Result field value if set, zero value otherwise.
func (*OPADecisionLog) GetResultOk ¶
func (o *OPADecisionLog) GetResultOk() (map[string]interface{}, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OPADecisionLog) GetRunId ¶
func (o *OPADecisionLog) GetRunId() string
GetRunId returns the RunId field value if set, zero value otherwise.
func (*OPADecisionLog) GetRunIdOk ¶
func (o *OPADecisionLog) GetRunIdOk() (*string, bool)
GetRunIdOk returns a tuple with the RunId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OPADecisionLog) GetTimestamp ¶
func (o *OPADecisionLog) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*OPADecisionLog) GetTimestampOk ¶
func (o *OPADecisionLog) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*OPADecisionLog) HasInput ¶
func (o *OPADecisionLog) HasInput() bool
HasInput returns a boolean if a field has been set.
func (*OPADecisionLog) HasPath ¶
func (o *OPADecisionLog) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*OPADecisionLog) HasResult ¶
func (o *OPADecisionLog) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*OPADecisionLog) HasRunId ¶
func (o *OPADecisionLog) HasRunId() bool
HasRunId returns a boolean if a field has been set.
func (OPADecisionLog) MarshalJSON ¶
func (o OPADecisionLog) MarshalJSON() ([]byte, error)
func (*OPADecisionLog) SetDecisionId ¶
func (o *OPADecisionLog) SetDecisionId(v string)
SetDecisionId sets field value
func (*OPADecisionLog) SetInput ¶
func (o *OPADecisionLog) SetInput(v map[string]interface{})
SetInput gets a reference to the given map[string]interface{} and assigns it to the Input field.
func (*OPADecisionLog) SetLabels ¶
func (o *OPADecisionLog) SetLabels(v Labels)
SetLabels sets field value
func (*OPADecisionLog) SetPath ¶
func (o *OPADecisionLog) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*OPADecisionLog) SetResult ¶
func (o *OPADecisionLog) SetResult(v map[string]interface{})
SetResult gets a reference to the given map[string]interface{} and assigns it to the Result field.
func (*OPADecisionLog) SetRunId ¶
func (o *OPADecisionLog) SetRunId(v string)
SetRunId gets a reference to the given string and assigns it to the RunId field.
func (*OPADecisionLog) SetTimestamp ¶
func (o *OPADecisionLog) SetTimestamp(v time.Time)
SetTimestamp sets field value
type OPALClient ¶
type OPALClient struct { DATA_TOPICS []string `json:"DATA_TOPICS"` CLIENT_TOKEN string `json:"CLIENT_TOKEN"` SERVER_URL string `json:"SERVER_URL"` SERVER_WS_URL string `json:"SERVER_WS_URL"` SERVER_PUBSUB_URL string `json:"SERVER_PUBSUB_URL"` DEFAULT_DATA_SOURCES_CONFIG_URL string `json:"DEFAULT_DATA_SOURCES_CONFIG_URL"` SCOPE_ID *string `json:"SCOPE_ID,omitempty"` }
OPALClient struct for OPALClient
func NewOPALClient ¶
func NewOPALClient(dATATOPICS []string, cLIENTTOKEN string, sERVERURL string, sERVERWSURL string, sERVERPUBSUBURL string, dEFAULTDATASOURCESCONFIGURL string) *OPALClient
NewOPALClient instantiates a new OPALClient 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 NewOPALClientWithDefaults ¶
func NewOPALClientWithDefaults() *OPALClient
NewOPALClientWithDefaults instantiates a new OPALClient 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 (*OPALClient) GetCLIENT_TOKEN ¶
func (o *OPALClient) GetCLIENT_TOKEN() string
GetCLIENT_TOKEN returns the CLIENT_TOKEN field value
func (*OPALClient) GetCLIENT_TOKENOk ¶
func (o *OPALClient) GetCLIENT_TOKENOk() (*string, bool)
GetCLIENT_TOKENOk returns a tuple with the CLIENT_TOKEN field value and a boolean to check if the value has been set.
func (*OPALClient) GetDATA_TOPICS ¶
func (o *OPALClient) GetDATA_TOPICS() []string
GetDATA_TOPICS returns the DATA_TOPICS field value
func (*OPALClient) GetDATA_TOPICSOk ¶
func (o *OPALClient) GetDATA_TOPICSOk() ([]string, bool)
GetDATA_TOPICSOk returns a tuple with the DATA_TOPICS field value and a boolean to check if the value has been set.
func (*OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URL ¶
func (o *OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URL() string
GetDEFAULT_DATA_SOURCES_CONFIG_URL returns the DEFAULT_DATA_SOURCES_CONFIG_URL field value
func (*OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URLOk ¶
func (o *OPALClient) GetDEFAULT_DATA_SOURCES_CONFIG_URLOk() (*string, bool)
GetDEFAULT_DATA_SOURCES_CONFIG_URLOk returns a tuple with the DEFAULT_DATA_SOURCES_CONFIG_URL field value and a boolean to check if the value has been set.
func (*OPALClient) GetSCOPE_ID ¶
func (o *OPALClient) GetSCOPE_ID() string
GetSCOPE_ID returns the SCOPE_ID field value if set, zero value otherwise.
func (*OPALClient) GetSCOPE_IDOk ¶
func (o *OPALClient) GetSCOPE_IDOk() (*string, bool)
GetSCOPE_IDOk returns a tuple with the SCOPE_ID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OPALClient) GetSERVER_PUBSUB_URL ¶
func (o *OPALClient) GetSERVER_PUBSUB_URL() string
GetSERVER_PUBSUB_URL returns the SERVER_PUBSUB_URL field value
func (*OPALClient) GetSERVER_PUBSUB_URLOk ¶
func (o *OPALClient) GetSERVER_PUBSUB_URLOk() (*string, bool)
GetSERVER_PUBSUB_URLOk returns a tuple with the SERVER_PUBSUB_URL field value and a boolean to check if the value has been set.
func (*OPALClient) GetSERVER_URL ¶
func (o *OPALClient) GetSERVER_URL() string
GetSERVER_URL returns the SERVER_URL field value
func (*OPALClient) GetSERVER_URLOk ¶
func (o *OPALClient) GetSERVER_URLOk() (*string, bool)
GetSERVER_URLOk returns a tuple with the SERVER_URL field value and a boolean to check if the value has been set.
func (*OPALClient) GetSERVER_WS_URL ¶
func (o *OPALClient) GetSERVER_WS_URL() string
GetSERVER_WS_URL returns the SERVER_WS_URL field value
func (*OPALClient) GetSERVER_WS_URLOk ¶
func (o *OPALClient) GetSERVER_WS_URLOk() (*string, bool)
GetSERVER_WS_URLOk returns a tuple with the SERVER_WS_URL field value and a boolean to check if the value has been set.
func (*OPALClient) HasSCOPE_ID ¶
func (o *OPALClient) HasSCOPE_ID() bool
HasSCOPE_ID returns a boolean if a field has been set.
func (OPALClient) MarshalJSON ¶
func (o OPALClient) MarshalJSON() ([]byte, error)
func (*OPALClient) SetCLIENT_TOKEN ¶
func (o *OPALClient) SetCLIENT_TOKEN(v string)
SetCLIENT_TOKEN sets field value
func (*OPALClient) SetDATA_TOPICS ¶
func (o *OPALClient) SetDATA_TOPICS(v []string)
SetDATA_TOPICS sets field value
func (*OPALClient) SetDEFAULT_DATA_SOURCES_CONFIG_URL ¶
func (o *OPALClient) SetDEFAULT_DATA_SOURCES_CONFIG_URL(v string)
SetDEFAULT_DATA_SOURCES_CONFIG_URL sets field value
func (*OPALClient) SetSCOPE_ID ¶
func (o *OPALClient) SetSCOPE_ID(v string)
SetSCOPE_ID gets a reference to the given string and assigns it to the SCOPE_ID field.
func (*OPALClient) SetSERVER_PUBSUB_URL ¶
func (o *OPALClient) SetSERVER_PUBSUB_URL(v string)
SetSERVER_PUBSUB_URL sets field value
func (*OPALClient) SetSERVER_URL ¶
func (o *OPALClient) SetSERVER_URL(v string)
SetSERVER_URL sets field value
func (*OPALClient) SetSERVER_WS_URL ¶
func (o *OPALClient) SetSERVER_WS_URL(v string)
SetSERVER_WS_URL sets field value
type OnboardingStep ¶
type OnboardingStep string
OnboardingStep An enumeration.
const ( CREATE_ORGANIZATION OnboardingStep = "create_organization" CREATE_PROJECT OnboardingStep = "create_project" CREATE_RESOURCE OnboardingStep = "create_resource" CREATE_ACTIONS OnboardingStep = "create_actions" ASSIGN_PERMISSIONS OnboardingStep = "assign_permissions" ASSIGN_USER_ROLES OnboardingStep = "assign_user_roles" CONNECT_SDK OnboardingStep = "connect_sdk" DONE OnboardingStep = "done" )
List of OnboardingStep
func NewOnboardingStepFromValue ¶
func NewOnboardingStepFromValue(v string) (*OnboardingStep, error)
NewOnboardingStepFromValue returns a pointer to a valid OnboardingStep for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OnboardingStep) IsValid ¶
func (v OnboardingStep) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OnboardingStep) Ptr ¶
func (v OnboardingStep) Ptr() *OnboardingStep
Ptr returns reference to OnboardingStep value
func (*OnboardingStep) UnmarshalJSON ¶
func (v *OnboardingStep) UnmarshalJSON(src []byte) error
type OrgMemberRead ¶
type OrgMemberRead struct { // Unique id of the account member Id string `json:"id"` // Email of the user controlling this account Email string `json:"email"` // Whether this email address is verified or not. For social providers like 'Login with Google' this is done automatically, otherwise we will send the user a verification link in email. EmailVerified bool `json:"email_verified"` // Name of this user Name *string `json:"name,omitempty"` // First name of the user GivenName *string `json:"given_name,omitempty"` // Last name of the user FamilyName *string `json:"family_name,omitempty"` // URL to picture, photo, or avatar of the user that controls this account. Picture *string `json:"picture,omitempty"` // Whether or not this user has special access to permit.io organizations IsSuperuser bool `json:"is_superuser"` // Whether or not this user is currently onboarding, needs to be replaced by a user journey object IsOnboarding bool `json:"is_onboarding"` // the step the user is currently going through in onboarding OnboardingStep OnboardingStep `json:"onboarding_step"` // Date and time when the account member was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Last date and time this user logged in (ISO_8601 format). LastLogin *time.Time `json:"last_login,omitempty"` // Last IP address from which this user logged in. LastIp *string `json:"last_ip,omitempty"` // Total number of logins this user has performed. LoginsCount *int32 `json:"logins_count,omitempty"` Identities []IdentityRead `json:"identities"` // Custom permit.io dashboard settings, such as preferred theme, etc. Settings map[string]interface{} `json:"settings"` }
OrgMemberRead struct for OrgMemberRead
func NewOrgMemberRead ¶
func NewOrgMemberRead(id string, email string, emailVerified bool, isSuperuser bool, isOnboarding bool, onboardingStep OnboardingStep, createdAt time.Time, identities []IdentityRead, settings map[string]interface{}) *OrgMemberRead
NewOrgMemberRead instantiates a new OrgMemberRead 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 NewOrgMemberReadWithDefaults ¶
func NewOrgMemberReadWithDefaults() *OrgMemberRead
NewOrgMemberReadWithDefaults instantiates a new OrgMemberRead 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 (*OrgMemberRead) GetCreatedAt ¶
func (o *OrgMemberRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrgMemberRead) GetCreatedAtOk ¶
func (o *OrgMemberRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetEmail ¶
func (o *OrgMemberRead) GetEmail() string
GetEmail returns the Email field value
func (*OrgMemberRead) GetEmailOk ¶
func (o *OrgMemberRead) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetEmailVerified ¶
func (o *OrgMemberRead) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value
func (*OrgMemberRead) GetEmailVerifiedOk ¶
func (o *OrgMemberRead) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetFamilyName ¶
func (o *OrgMemberRead) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*OrgMemberRead) GetFamilyNameOk ¶
func (o *OrgMemberRead) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetGivenName ¶
func (o *OrgMemberRead) GetGivenName() string
GetGivenName returns the GivenName field value if set, zero value otherwise.
func (*OrgMemberRead) GetGivenNameOk ¶
func (o *OrgMemberRead) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetId ¶
func (o *OrgMemberRead) GetId() string
GetId returns the Id field value
func (*OrgMemberRead) GetIdOk ¶
func (o *OrgMemberRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetIdentities ¶
func (o *OrgMemberRead) GetIdentities() []IdentityRead
GetIdentities returns the Identities field value
func (*OrgMemberRead) GetIdentitiesOk ¶
func (o *OrgMemberRead) GetIdentitiesOk() ([]IdentityRead, bool)
GetIdentitiesOk returns a tuple with the Identities field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetIsOnboarding ¶
func (o *OrgMemberRead) GetIsOnboarding() bool
GetIsOnboarding returns the IsOnboarding field value
func (*OrgMemberRead) GetIsOnboardingOk ¶
func (o *OrgMemberRead) GetIsOnboardingOk() (*bool, bool)
GetIsOnboardingOk returns a tuple with the IsOnboarding field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetIsSuperuser ¶
func (o *OrgMemberRead) GetIsSuperuser() bool
GetIsSuperuser returns the IsSuperuser field value
func (*OrgMemberRead) GetIsSuperuserOk ¶
func (o *OrgMemberRead) GetIsSuperuserOk() (*bool, bool)
GetIsSuperuserOk returns a tuple with the IsSuperuser field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetLastIp ¶
func (o *OrgMemberRead) GetLastIp() string
GetLastIp returns the LastIp field value if set, zero value otherwise.
func (*OrgMemberRead) GetLastIpOk ¶
func (o *OrgMemberRead) GetLastIpOk() (*string, bool)
GetLastIpOk returns a tuple with the LastIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetLastLogin ¶
func (o *OrgMemberRead) GetLastLogin() time.Time
GetLastLogin returns the LastLogin field value if set, zero value otherwise.
func (*OrgMemberRead) GetLastLoginOk ¶
func (o *OrgMemberRead) GetLastLoginOk() (*time.Time, bool)
GetLastLoginOk returns a tuple with the LastLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetLoginsCount ¶
func (o *OrgMemberRead) GetLoginsCount() int32
GetLoginsCount returns the LoginsCount field value if set, zero value otherwise.
func (*OrgMemberRead) GetLoginsCountOk ¶
func (o *OrgMemberRead) GetLoginsCountOk() (*int32, bool)
GetLoginsCountOk returns a tuple with the LoginsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetName ¶
func (o *OrgMemberRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrgMemberRead) GetNameOk ¶
func (o *OrgMemberRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetOnboardingStep ¶
func (o *OrgMemberRead) GetOnboardingStep() OnboardingStep
GetOnboardingStep returns the OnboardingStep field value
func (*OrgMemberRead) GetOnboardingStepOk ¶
func (o *OrgMemberRead) GetOnboardingStepOk() (*OnboardingStep, bool)
GetOnboardingStepOk returns a tuple with the OnboardingStep field value and a boolean to check if the value has been set.
func (*OrgMemberRead) GetPicture ¶
func (o *OrgMemberRead) GetPicture() string
GetPicture returns the Picture field value if set, zero value otherwise.
func (*OrgMemberRead) GetPictureOk ¶
func (o *OrgMemberRead) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberRead) GetSettings ¶
func (o *OrgMemberRead) GetSettings() map[string]interface{}
GetSettings returns the Settings field value
func (*OrgMemberRead) GetSettingsOk ¶
func (o *OrgMemberRead) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*OrgMemberRead) HasFamilyName ¶
func (o *OrgMemberRead) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*OrgMemberRead) HasGivenName ¶
func (o *OrgMemberRead) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (*OrgMemberRead) HasLastIp ¶
func (o *OrgMemberRead) HasLastIp() bool
HasLastIp returns a boolean if a field has been set.
func (*OrgMemberRead) HasLastLogin ¶
func (o *OrgMemberRead) HasLastLogin() bool
HasLastLogin returns a boolean if a field has been set.
func (*OrgMemberRead) HasLoginsCount ¶
func (o *OrgMemberRead) HasLoginsCount() bool
HasLoginsCount returns a boolean if a field has been set.
func (*OrgMemberRead) HasName ¶
func (o *OrgMemberRead) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrgMemberRead) HasPicture ¶
func (o *OrgMemberRead) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (OrgMemberRead) MarshalJSON ¶
func (o OrgMemberRead) MarshalJSON() ([]byte, error)
func (*OrgMemberRead) SetCreatedAt ¶
func (o *OrgMemberRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrgMemberRead) SetEmail ¶
func (o *OrgMemberRead) SetEmail(v string)
SetEmail sets field value
func (*OrgMemberRead) SetEmailVerified ¶
func (o *OrgMemberRead) SetEmailVerified(v bool)
SetEmailVerified sets field value
func (*OrgMemberRead) SetFamilyName ¶
func (o *OrgMemberRead) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*OrgMemberRead) SetGivenName ¶
func (o *OrgMemberRead) SetGivenName(v string)
SetGivenName gets a reference to the given string and assigns it to the GivenName field.
func (*OrgMemberRead) SetIdentities ¶
func (o *OrgMemberRead) SetIdentities(v []IdentityRead)
SetIdentities sets field value
func (*OrgMemberRead) SetIsOnboarding ¶
func (o *OrgMemberRead) SetIsOnboarding(v bool)
SetIsOnboarding sets field value
func (*OrgMemberRead) SetIsSuperuser ¶
func (o *OrgMemberRead) SetIsSuperuser(v bool)
SetIsSuperuser sets field value
func (*OrgMemberRead) SetLastIp ¶
func (o *OrgMemberRead) SetLastIp(v string)
SetLastIp gets a reference to the given string and assigns it to the LastIp field.
func (*OrgMemberRead) SetLastLogin ¶
func (o *OrgMemberRead) SetLastLogin(v time.Time)
SetLastLogin gets a reference to the given time.Time and assigns it to the LastLogin field.
func (*OrgMemberRead) SetLoginsCount ¶
func (o *OrgMemberRead) SetLoginsCount(v int32)
SetLoginsCount gets a reference to the given int32 and assigns it to the LoginsCount field.
func (*OrgMemberRead) SetName ¶
func (o *OrgMemberRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrgMemberRead) SetOnboardingStep ¶
func (o *OrgMemberRead) SetOnboardingStep(v OnboardingStep)
SetOnboardingStep sets field value
func (*OrgMemberRead) SetPicture ¶
func (o *OrgMemberRead) SetPicture(v string)
SetPicture gets a reference to the given string and assigns it to the Picture field.
func (*OrgMemberRead) SetSettings ¶
func (o *OrgMemberRead) SetSettings(v map[string]interface{})
SetSettings sets field value
type OrgMemberUpdate ¶
type OrgMemberUpdate struct { // Custom permit.io dashboard settings, such as preferred theme, etc. Settings map[string]interface{} `json:"settings,omitempty"` // updates the onboarding step (optional) OnboardingStep *OnboardingStep `json:"onboarding_step,omitempty"` }
OrgMemberUpdate struct for OrgMemberUpdate
func NewOrgMemberUpdate ¶
func NewOrgMemberUpdate() *OrgMemberUpdate
NewOrgMemberUpdate instantiates a new OrgMemberUpdate 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 NewOrgMemberUpdateWithDefaults ¶
func NewOrgMemberUpdateWithDefaults() *OrgMemberUpdate
NewOrgMemberUpdateWithDefaults instantiates a new OrgMemberUpdate 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 (*OrgMemberUpdate) GetOnboardingStep ¶
func (o *OrgMemberUpdate) GetOnboardingStep() OnboardingStep
GetOnboardingStep returns the OnboardingStep field value if set, zero value otherwise.
func (*OrgMemberUpdate) GetOnboardingStepOk ¶
func (o *OrgMemberUpdate) GetOnboardingStepOk() (*OnboardingStep, bool)
GetOnboardingStepOk returns a tuple with the OnboardingStep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberUpdate) GetSettings ¶
func (o *OrgMemberUpdate) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrgMemberUpdate) GetSettingsOk ¶
func (o *OrgMemberUpdate) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrgMemberUpdate) HasOnboardingStep ¶
func (o *OrgMemberUpdate) HasOnboardingStep() bool
HasOnboardingStep returns a boolean if a field has been set.
func (*OrgMemberUpdate) HasSettings ¶
func (o *OrgMemberUpdate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrgMemberUpdate) MarshalJSON ¶
func (o OrgMemberUpdate) MarshalJSON() ([]byte, error)
func (*OrgMemberUpdate) SetOnboardingStep ¶
func (o *OrgMemberUpdate) SetOnboardingStep(v OnboardingStep)
SetOnboardingStep gets a reference to the given OnboardingStep and assigns it to the OnboardingStep field.
func (*OrgMemberUpdate) SetSettings ¶
func (o *OrgMemberUpdate) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
type OrganizationCreate ¶
type OrganizationCreate struct { // A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization. Key string `json:"key"` // The name of the organization, usually it's your company's name. Name string `json:"name"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` }
OrganizationCreate struct for OrganizationCreate
func NewOrganizationCreate ¶
func NewOrganizationCreate(key string, name string) *OrganizationCreate
NewOrganizationCreate instantiates a new OrganizationCreate 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 NewOrganizationCreateWithDefaults ¶
func NewOrganizationCreateWithDefaults() *OrganizationCreate
NewOrganizationCreateWithDefaults instantiates a new OrganizationCreate 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 (*OrganizationCreate) GetKey ¶
func (o *OrganizationCreate) GetKey() string
GetKey returns the Key field value
func (*OrganizationCreate) GetKeyOk ¶
func (o *OrganizationCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*OrganizationCreate) GetName ¶
func (o *OrganizationCreate) GetName() string
GetName returns the Name field value
func (*OrganizationCreate) GetNameOk ¶
func (o *OrganizationCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationCreate) GetSettings ¶
func (o *OrganizationCreate) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrganizationCreate) GetSettingsOk ¶
func (o *OrganizationCreate) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationCreate) HasSettings ¶
func (o *OrganizationCreate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrganizationCreate) MarshalJSON ¶
func (o OrganizationCreate) MarshalJSON() ([]byte, error)
func (*OrganizationCreate) SetKey ¶
func (o *OrganizationCreate) SetKey(v string)
SetKey sets field value
func (*OrganizationCreate) SetName ¶
func (o *OrganizationCreate) SetName(v string)
SetName sets field value
func (*OrganizationCreate) SetSettings ¶
func (o *OrganizationCreate) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
type OrganizationRead ¶
type OrganizationRead struct { // A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization. Key string `json:"key"` // Unique id of the organization Id string `json:"id"` // Date and time when the organization was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the organization was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the organization, usually it's your company's name. Name string `json:"name"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` }
OrganizationRead struct for OrganizationRead
func NewOrganizationRead ¶
func NewOrganizationRead(key string, id string, createdAt time.Time, updatedAt time.Time, name string) *OrganizationRead
NewOrganizationRead instantiates a new OrganizationRead 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 NewOrganizationReadWithDefaults ¶
func NewOrganizationReadWithDefaults() *OrganizationRead
NewOrganizationReadWithDefaults instantiates a new OrganizationRead 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 (*OrganizationRead) GetCreatedAt ¶
func (o *OrganizationRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationRead) GetCreatedAtOk ¶
func (o *OrganizationRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationRead) GetId ¶
func (o *OrganizationRead) GetId() string
GetId returns the Id field value
func (*OrganizationRead) GetIdOk ¶
func (o *OrganizationRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationRead) GetKey ¶
func (o *OrganizationRead) GetKey() string
GetKey returns the Key field value
func (*OrganizationRead) GetKeyOk ¶
func (o *OrganizationRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*OrganizationRead) GetName ¶
func (o *OrganizationRead) GetName() string
GetName returns the Name field value
func (*OrganizationRead) GetNameOk ¶
func (o *OrganizationRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationRead) GetSettings ¶
func (o *OrganizationRead) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrganizationRead) GetSettingsOk ¶
func (o *OrganizationRead) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationRead) GetUpdatedAt ¶
func (o *OrganizationRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationRead) GetUpdatedAtOk ¶
func (o *OrganizationRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*OrganizationRead) HasSettings ¶
func (o *OrganizationRead) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrganizationRead) MarshalJSON ¶
func (o OrganizationRead) MarshalJSON() ([]byte, error)
func (*OrganizationRead) SetCreatedAt ¶
func (o *OrganizationRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationRead) SetKey ¶
func (o *OrganizationRead) SetKey(v string)
SetKey sets field value
func (*OrganizationRead) SetName ¶
func (o *OrganizationRead) SetName(v string)
SetName sets field value
func (*OrganizationRead) SetSettings ¶
func (o *OrganizationRead) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
func (*OrganizationRead) SetUpdatedAt ¶
func (o *OrganizationRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type OrganizationReadWithAPIKey ¶
type OrganizationReadWithAPIKey struct { // A URL-friendly name of the organization (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the organization. Key string `json:"key"` // Unique id of the organization Id string `json:"id"` // Date and time when the organization was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the organization was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the organization, usually it's your company's name. Name string `json:"name"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` ApiKeyId *string `json:"api_key_id,omitempty"` ApiKeySecret *string `json:"api_key_secret,omitempty"` }
OrganizationReadWithAPIKey struct for OrganizationReadWithAPIKey
func NewOrganizationReadWithAPIKey ¶
func NewOrganizationReadWithAPIKey(key string, id string, createdAt time.Time, updatedAt time.Time, name string) *OrganizationReadWithAPIKey
NewOrganizationReadWithAPIKey instantiates a new OrganizationReadWithAPIKey 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 NewOrganizationReadWithAPIKeyWithDefaults ¶
func NewOrganizationReadWithAPIKeyWithDefaults() *OrganizationReadWithAPIKey
NewOrganizationReadWithAPIKeyWithDefaults instantiates a new OrganizationReadWithAPIKey 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 (*OrganizationReadWithAPIKey) GetApiKeyId ¶
func (o *OrganizationReadWithAPIKey) GetApiKeyId() string
GetApiKeyId returns the ApiKeyId field value if set, zero value otherwise.
func (*OrganizationReadWithAPIKey) GetApiKeyIdOk ¶
func (o *OrganizationReadWithAPIKey) GetApiKeyIdOk() (*string, bool)
GetApiKeyIdOk returns a tuple with the ApiKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetApiKeySecret ¶
func (o *OrganizationReadWithAPIKey) GetApiKeySecret() string
GetApiKeySecret returns the ApiKeySecret field value if set, zero value otherwise.
func (*OrganizationReadWithAPIKey) GetApiKeySecretOk ¶
func (o *OrganizationReadWithAPIKey) GetApiKeySecretOk() (*string, bool)
GetApiKeySecretOk returns a tuple with the ApiKeySecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetCreatedAt ¶
func (o *OrganizationReadWithAPIKey) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationReadWithAPIKey) GetCreatedAtOk ¶
func (o *OrganizationReadWithAPIKey) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetId ¶
func (o *OrganizationReadWithAPIKey) GetId() string
GetId returns the Id field value
func (*OrganizationReadWithAPIKey) GetIdOk ¶
func (o *OrganizationReadWithAPIKey) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetKey ¶
func (o *OrganizationReadWithAPIKey) GetKey() string
GetKey returns the Key field value
func (*OrganizationReadWithAPIKey) GetKeyOk ¶
func (o *OrganizationReadWithAPIKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetName ¶
func (o *OrganizationReadWithAPIKey) GetName() string
GetName returns the Name field value
func (*OrganizationReadWithAPIKey) GetNameOk ¶
func (o *OrganizationReadWithAPIKey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetSettings ¶
func (o *OrganizationReadWithAPIKey) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrganizationReadWithAPIKey) GetSettingsOk ¶
func (o *OrganizationReadWithAPIKey) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) GetUpdatedAt ¶
func (o *OrganizationReadWithAPIKey) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationReadWithAPIKey) GetUpdatedAtOk ¶
func (o *OrganizationReadWithAPIKey) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*OrganizationReadWithAPIKey) HasApiKeyId ¶
func (o *OrganizationReadWithAPIKey) HasApiKeyId() bool
HasApiKeyId returns a boolean if a field has been set.
func (*OrganizationReadWithAPIKey) HasApiKeySecret ¶
func (o *OrganizationReadWithAPIKey) HasApiKeySecret() bool
HasApiKeySecret returns a boolean if a field has been set.
func (*OrganizationReadWithAPIKey) HasSettings ¶
func (o *OrganizationReadWithAPIKey) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrganizationReadWithAPIKey) MarshalJSON ¶
func (o OrganizationReadWithAPIKey) MarshalJSON() ([]byte, error)
func (*OrganizationReadWithAPIKey) SetApiKeyId ¶
func (o *OrganizationReadWithAPIKey) SetApiKeyId(v string)
SetApiKeyId gets a reference to the given string and assigns it to the ApiKeyId field.
func (*OrganizationReadWithAPIKey) SetApiKeySecret ¶
func (o *OrganizationReadWithAPIKey) SetApiKeySecret(v string)
SetApiKeySecret gets a reference to the given string and assigns it to the ApiKeySecret field.
func (*OrganizationReadWithAPIKey) SetCreatedAt ¶
func (o *OrganizationReadWithAPIKey) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationReadWithAPIKey) SetId ¶
func (o *OrganizationReadWithAPIKey) SetId(v string)
SetId sets field value
func (*OrganizationReadWithAPIKey) SetKey ¶
func (o *OrganizationReadWithAPIKey) SetKey(v string)
SetKey sets field value
func (*OrganizationReadWithAPIKey) SetName ¶
func (o *OrganizationReadWithAPIKey) SetName(v string)
SetName sets field value
func (*OrganizationReadWithAPIKey) SetSettings ¶
func (o *OrganizationReadWithAPIKey) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
func (*OrganizationReadWithAPIKey) SetUpdatedAt ¶
func (o *OrganizationReadWithAPIKey) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type OrganizationUpdate ¶
type OrganizationUpdate struct { // The name of the organization, usually it's your company's name. Name *string `json:"name,omitempty"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` }
OrganizationUpdate struct for OrganizationUpdate
func NewOrganizationUpdate ¶
func NewOrganizationUpdate() *OrganizationUpdate
NewOrganizationUpdate instantiates a new OrganizationUpdate 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 NewOrganizationUpdateWithDefaults ¶
func NewOrganizationUpdateWithDefaults() *OrganizationUpdate
NewOrganizationUpdateWithDefaults instantiates a new OrganizationUpdate 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 (*OrganizationUpdate) GetName ¶
func (o *OrganizationUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationUpdate) GetNameOk ¶
func (o *OrganizationUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationUpdate) GetSettings ¶
func (o *OrganizationUpdate) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrganizationUpdate) GetSettingsOk ¶
func (o *OrganizationUpdate) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationUpdate) HasName ¶
func (o *OrganizationUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationUpdate) HasSettings ¶
func (o *OrganizationUpdate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrganizationUpdate) MarshalJSON ¶
func (o OrganizationUpdate) MarshalJSON() ([]byte, error)
func (*OrganizationUpdate) SetName ¶
func (o *OrganizationUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationUpdate) SetSettings ¶
func (o *OrganizationUpdate) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
type PDPConfigRead ¶
type PDPConfigRead struct { Id string `json:"id"` Name *string `json:"name,omitempty"` // Unique id of the organization that the pdp_config belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the pdp_config belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the pdp_config belongs to. EnvironmentId string `json:"environment_id"` ClientSecret string `json:"client_secret"` }
PDPConfigRead struct for PDPConfigRead
func NewPDPConfigRead ¶
func NewPDPConfigRead(id string, organizationId string, projectId string, environmentId string, clientSecret string) *PDPConfigRead
NewPDPConfigRead instantiates a new PDPConfigRead 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 NewPDPConfigReadWithDefaults ¶
func NewPDPConfigReadWithDefaults() *PDPConfigRead
NewPDPConfigReadWithDefaults instantiates a new PDPConfigRead 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 (*PDPConfigRead) GetClientSecret ¶
func (o *PDPConfigRead) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*PDPConfigRead) GetClientSecretOk ¶
func (o *PDPConfigRead) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*PDPConfigRead) GetEnvironmentId ¶
func (o *PDPConfigRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*PDPConfigRead) GetEnvironmentIdOk ¶
func (o *PDPConfigRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*PDPConfigRead) GetId ¶
func (o *PDPConfigRead) GetId() string
GetId returns the Id field value
func (*PDPConfigRead) GetIdOk ¶
func (o *PDPConfigRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PDPConfigRead) GetName ¶
func (o *PDPConfigRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PDPConfigRead) GetNameOk ¶
func (o *PDPConfigRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDPConfigRead) GetOrganizationId ¶
func (o *PDPConfigRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*PDPConfigRead) GetOrganizationIdOk ¶
func (o *PDPConfigRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*PDPConfigRead) GetProjectId ¶
func (o *PDPConfigRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*PDPConfigRead) GetProjectIdOk ¶
func (o *PDPConfigRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*PDPConfigRead) HasName ¶
func (o *PDPConfigRead) HasName() bool
HasName returns a boolean if a field has been set.
func (PDPConfigRead) MarshalJSON ¶
func (o PDPConfigRead) MarshalJSON() ([]byte, error)
func (*PDPConfigRead) SetClientSecret ¶
func (o *PDPConfigRead) SetClientSecret(v string)
SetClientSecret sets field value
func (*PDPConfigRead) SetEnvironmentId ¶
func (o *PDPConfigRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*PDPConfigRead) SetName ¶
func (o *PDPConfigRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PDPConfigRead) SetOrganizationId ¶
func (o *PDPConfigRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*PDPConfigRead) SetProjectId ¶
func (o *PDPConfigRead) SetProjectId(v string)
SetProjectId sets field value
type PDPContext ¶
type PDPContext struct { CustomerId string `json:"customer_id"` ClientId string `json:"client_id"` BackendTier string `json:"backend_tier"` Component *string `json:"component,omitempty"` }
PDPContext struct for PDPContext
func NewPDPContext ¶
func NewPDPContext(customerId string, clientId string, backendTier string) *PDPContext
NewPDPContext instantiates a new PDPContext 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 NewPDPContextWithDefaults ¶
func NewPDPContextWithDefaults() *PDPContext
NewPDPContextWithDefaults instantiates a new PDPContext 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 (*PDPContext) GetBackendTier ¶
func (o *PDPContext) GetBackendTier() string
GetBackendTier returns the BackendTier field value
func (*PDPContext) GetBackendTierOk ¶
func (o *PDPContext) GetBackendTierOk() (*string, bool)
GetBackendTierOk returns a tuple with the BackendTier field value and a boolean to check if the value has been set.
func (*PDPContext) GetClientId ¶
func (o *PDPContext) GetClientId() string
GetClientId returns the ClientId field value
func (*PDPContext) GetClientIdOk ¶
func (o *PDPContext) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*PDPContext) GetComponent ¶
func (o *PDPContext) GetComponent() string
GetComponent returns the Component field value if set, zero value otherwise.
func (*PDPContext) GetComponentOk ¶
func (o *PDPContext) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PDPContext) GetCustomerId ¶
func (o *PDPContext) GetCustomerId() string
GetCustomerId returns the CustomerId field value
func (*PDPContext) GetCustomerIdOk ¶
func (o *PDPContext) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field value and a boolean to check if the value has been set.
func (*PDPContext) HasComponent ¶
func (o *PDPContext) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (PDPContext) MarshalJSON ¶
func (o PDPContext) MarshalJSON() ([]byte, error)
func (*PDPContext) SetBackendTier ¶
func (o *PDPContext) SetBackendTier(v string)
SetBackendTier sets field value
func (*PDPContext) SetClientId ¶
func (o *PDPContext) SetClientId(v string)
SetClientId sets field value
func (*PDPContext) SetComponent ¶
func (o *PDPContext) SetComponent(v string)
SetComponent gets a reference to the given string and assigns it to the Component field.
func (*PDPContext) SetCustomerId ¶
func (o *PDPContext) SetCustomerId(v string)
SetCustomerId sets field value
type PDPState ¶
type PDPState struct {
ApiVersion int32 `json:"api_version"`
}
PDPState struct for PDPState
func NewPDPState ¶
NewPDPState instantiates a new PDPState 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 NewPDPStateWithDefaults ¶
func NewPDPStateWithDefaults() *PDPState
NewPDPStateWithDefaults instantiates a new PDPState 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 (*PDPState) GetApiVersion ¶
GetApiVersion returns the ApiVersion field value
func (*PDPState) GetApiVersionOk ¶
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (PDPState) MarshalJSON ¶
func (*PDPState) SetApiVersion ¶
SetApiVersion sets field value
type PDPStateUpdate ¶
type PDPStateUpdate struct { PdpInstanceId string `json:"pdp_instance_id"` State PDPState `json:"state"` }
PDPStateUpdate struct for PDPStateUpdate
func NewPDPStateUpdate ¶
func NewPDPStateUpdate(pdpInstanceId string, state PDPState) *PDPStateUpdate
NewPDPStateUpdate instantiates a new PDPStateUpdate 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 NewPDPStateUpdateWithDefaults ¶
func NewPDPStateUpdateWithDefaults() *PDPStateUpdate
NewPDPStateUpdateWithDefaults instantiates a new PDPStateUpdate 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 (*PDPStateUpdate) GetPdpInstanceId ¶
func (o *PDPStateUpdate) GetPdpInstanceId() string
GetPdpInstanceId returns the PdpInstanceId field value
func (*PDPStateUpdate) GetPdpInstanceIdOk ¶
func (o *PDPStateUpdate) GetPdpInstanceIdOk() (*string, bool)
GetPdpInstanceIdOk returns a tuple with the PdpInstanceId field value and a boolean to check if the value has been set.
func (*PDPStateUpdate) GetState ¶
func (o *PDPStateUpdate) GetState() PDPState
GetState returns the State field value
func (*PDPStateUpdate) GetStateOk ¶
func (o *PDPStateUpdate) GetStateOk() (*PDPState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (PDPStateUpdate) MarshalJSON ¶
func (o PDPStateUpdate) MarshalJSON() ([]byte, error)
func (*PDPStateUpdate) SetPdpInstanceId ¶
func (o *PDPStateUpdate) SetPdpInstanceId(v string)
SetPdpInstanceId sets field value
func (*PDPStateUpdate) SetState ¶
func (o *PDPStateUpdate) SetState(v PDPState)
SetState sets field value
type PaginatedResultAPIKeyRead ¶
type PaginatedResultAPIKeyRead struct { Data []APIKeyRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultAPIKeyRead struct for PaginatedResultAPIKeyRead
func NewPaginatedResultAPIKeyRead ¶
func NewPaginatedResultAPIKeyRead(data []APIKeyRead, totalCount int32) *PaginatedResultAPIKeyRead
NewPaginatedResultAPIKeyRead instantiates a new PaginatedResultAPIKeyRead 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 NewPaginatedResultAPIKeyReadWithDefaults ¶
func NewPaginatedResultAPIKeyReadWithDefaults() *PaginatedResultAPIKeyRead
NewPaginatedResultAPIKeyReadWithDefaults instantiates a new PaginatedResultAPIKeyRead 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 (*PaginatedResultAPIKeyRead) GetData ¶
func (o *PaginatedResultAPIKeyRead) GetData() []APIKeyRead
GetData returns the Data field value
func (*PaginatedResultAPIKeyRead) GetDataOk ¶
func (o *PaginatedResultAPIKeyRead) GetDataOk() ([]APIKeyRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultAPIKeyRead) GetPageCount ¶
func (o *PaginatedResultAPIKeyRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultAPIKeyRead) GetPageCountOk ¶
func (o *PaginatedResultAPIKeyRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultAPIKeyRead) GetTotalCount ¶
func (o *PaginatedResultAPIKeyRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultAPIKeyRead) GetTotalCountOk ¶
func (o *PaginatedResultAPIKeyRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultAPIKeyRead) HasPageCount ¶
func (o *PaginatedResultAPIKeyRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultAPIKeyRead) MarshalJSON ¶
func (o PaginatedResultAPIKeyRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultAPIKeyRead) SetData ¶
func (o *PaginatedResultAPIKeyRead) SetData(v []APIKeyRead)
SetData sets field value
func (*PaginatedResultAPIKeyRead) SetPageCount ¶
func (o *PaginatedResultAPIKeyRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultAPIKeyRead) SetTotalCount ¶
func (o *PaginatedResultAPIKeyRead) SetTotalCount(v int32)
SetTotalCount sets field value
type PaginatedResultConditionSetRead ¶ added in v0.0.10
type PaginatedResultConditionSetRead struct { // List of Condition Sets Data []ConditionSetRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultConditionSetRead struct for PaginatedResultConditionSetRead
func NewPaginatedResultConditionSetRead ¶ added in v0.0.10
func NewPaginatedResultConditionSetRead(data []ConditionSetRead, totalCount int32) *PaginatedResultConditionSetRead
NewPaginatedResultConditionSetRead instantiates a new PaginatedResultConditionSetRead 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 NewPaginatedResultConditionSetReadWithDefaults ¶ added in v0.0.10
func NewPaginatedResultConditionSetReadWithDefaults() *PaginatedResultConditionSetRead
NewPaginatedResultConditionSetReadWithDefaults instantiates a new PaginatedResultConditionSetRead 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 (*PaginatedResultConditionSetRead) GetData ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetData() []ConditionSetRead
GetData returns the Data field value
func (*PaginatedResultConditionSetRead) GetDataOk ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetDataOk() ([]ConditionSetRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultConditionSetRead) GetPageCount ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultConditionSetRead) GetPageCountOk ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultConditionSetRead) GetTotalCount ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultConditionSetRead) GetTotalCountOk ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultConditionSetRead) HasPageCount ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultConditionSetRead) MarshalJSON ¶ added in v0.0.10
func (o PaginatedResultConditionSetRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultConditionSetRead) SetData ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) SetData(v []ConditionSetRead)
SetData sets field value
func (*PaginatedResultConditionSetRead) SetPageCount ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultConditionSetRead) SetTotalCount ¶ added in v0.0.10
func (o *PaginatedResultConditionSetRead) SetTotalCount(v int32)
SetTotalCount sets field value
func (PaginatedResultConditionSetRead) ToMap ¶ added in v0.0.10
func (o PaginatedResultConditionSetRead) ToMap() (map[string]interface{}, error)
type PaginatedResultElementsConfigRead ¶
type PaginatedResultElementsConfigRead struct { Data []ElementsConfigRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultElementsConfigRead struct for PaginatedResultElementsConfigRead
func NewPaginatedResultElementsConfigRead ¶
func NewPaginatedResultElementsConfigRead(data []ElementsConfigRead, totalCount int32) *PaginatedResultElementsConfigRead
NewPaginatedResultElementsConfigRead instantiates a new PaginatedResultElementsConfigRead 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 NewPaginatedResultElementsConfigReadWithDefaults ¶
func NewPaginatedResultElementsConfigReadWithDefaults() *PaginatedResultElementsConfigRead
NewPaginatedResultElementsConfigReadWithDefaults instantiates a new PaginatedResultElementsConfigRead 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 (*PaginatedResultElementsConfigRead) GetData ¶
func (o *PaginatedResultElementsConfigRead) GetData() []ElementsConfigRead
GetData returns the Data field value
func (*PaginatedResultElementsConfigRead) GetDataOk ¶
func (o *PaginatedResultElementsConfigRead) GetDataOk() ([]ElementsConfigRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultElementsConfigRead) GetPageCount ¶
func (o *PaginatedResultElementsConfigRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultElementsConfigRead) GetPageCountOk ¶
func (o *PaginatedResultElementsConfigRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultElementsConfigRead) GetTotalCount ¶
func (o *PaginatedResultElementsConfigRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultElementsConfigRead) GetTotalCountOk ¶
func (o *PaginatedResultElementsConfigRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultElementsConfigRead) HasPageCount ¶
func (o *PaginatedResultElementsConfigRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultElementsConfigRead) MarshalJSON ¶
func (o PaginatedResultElementsConfigRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultElementsConfigRead) SetData ¶
func (o *PaginatedResultElementsConfigRead) SetData(v []ElementsConfigRead)
SetData sets field value
func (*PaginatedResultElementsConfigRead) SetPageCount ¶
func (o *PaginatedResultElementsConfigRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultElementsConfigRead) SetTotalCount ¶
func (o *PaginatedResultElementsConfigRead) SetTotalCount(v int32)
SetTotalCount sets field value
type PaginatedResultOPADecisionLog ¶
type PaginatedResultOPADecisionLog struct { Data []OPADecisionLog `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultOPADecisionLog struct for PaginatedResultOPADecisionLog
func NewPaginatedResultOPADecisionLog ¶
func NewPaginatedResultOPADecisionLog(data []OPADecisionLog, totalCount int32) *PaginatedResultOPADecisionLog
NewPaginatedResultOPADecisionLog instantiates a new PaginatedResultOPADecisionLog 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 NewPaginatedResultOPADecisionLogWithDefaults ¶
func NewPaginatedResultOPADecisionLogWithDefaults() *PaginatedResultOPADecisionLog
NewPaginatedResultOPADecisionLogWithDefaults instantiates a new PaginatedResultOPADecisionLog 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 (*PaginatedResultOPADecisionLog) GetData ¶
func (o *PaginatedResultOPADecisionLog) GetData() []OPADecisionLog
GetData returns the Data field value
func (*PaginatedResultOPADecisionLog) GetDataOk ¶
func (o *PaginatedResultOPADecisionLog) GetDataOk() ([]OPADecisionLog, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultOPADecisionLog) GetPageCount ¶
func (o *PaginatedResultOPADecisionLog) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultOPADecisionLog) GetPageCountOk ¶
func (o *PaginatedResultOPADecisionLog) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultOPADecisionLog) GetTotalCount ¶
func (o *PaginatedResultOPADecisionLog) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultOPADecisionLog) GetTotalCountOk ¶
func (o *PaginatedResultOPADecisionLog) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultOPADecisionLog) HasPageCount ¶
func (o *PaginatedResultOPADecisionLog) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultOPADecisionLog) MarshalJSON ¶
func (o PaginatedResultOPADecisionLog) MarshalJSON() ([]byte, error)
func (*PaginatedResultOPADecisionLog) SetData ¶
func (o *PaginatedResultOPADecisionLog) SetData(v []OPADecisionLog)
SetData sets field value
func (*PaginatedResultOPADecisionLog) SetPageCount ¶
func (o *PaginatedResultOPADecisionLog) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultOPADecisionLog) SetTotalCount ¶
func (o *PaginatedResultOPADecisionLog) SetTotalCount(v int32)
SetTotalCount sets field value
type PaginatedResultRelationRead ¶ added in v1.0.5
type PaginatedResultRelationRead struct { // List of Relations Data []RelationRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultRelationRead struct for PaginatedResultRelationRead
func NewPaginatedResultRelationRead ¶ added in v1.0.5
func NewPaginatedResultRelationRead(data []RelationRead, totalCount int32) *PaginatedResultRelationRead
NewPaginatedResultRelationRead instantiates a new PaginatedResultRelationRead 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 NewPaginatedResultRelationReadWithDefaults ¶ added in v1.0.5
func NewPaginatedResultRelationReadWithDefaults() *PaginatedResultRelationRead
NewPaginatedResultRelationReadWithDefaults instantiates a new PaginatedResultRelationRead 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 (*PaginatedResultRelationRead) GetData ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetData() []RelationRead
GetData returns the Data field value
func (*PaginatedResultRelationRead) GetDataOk ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetDataOk() ([]RelationRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultRelationRead) GetPageCount ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultRelationRead) GetPageCountOk ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultRelationRead) GetTotalCount ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultRelationRead) GetTotalCountOk ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultRelationRead) HasPageCount ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultRelationRead) MarshalJSON ¶ added in v1.0.5
func (o PaginatedResultRelationRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultRelationRead) SetData ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) SetData(v []RelationRead)
SetData sets field value
func (*PaginatedResultRelationRead) SetPageCount ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultRelationRead) SetTotalCount ¶ added in v1.0.5
func (o *PaginatedResultRelationRead) SetTotalCount(v int32)
SetTotalCount sets field value
func (PaginatedResultRelationRead) ToMap ¶ added in v1.0.5
func (o PaginatedResultRelationRead) ToMap() (map[string]interface{}, error)
type PaginatedResultResourceRoleRead ¶ added in v1.0.5
type PaginatedResultResourceRoleRead struct { // List of Resource Roles Data []ResourceRoleRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultResourceRoleRead struct for PaginatedResultResourceRoleRead
func NewPaginatedResultResourceRoleRead ¶ added in v1.0.5
func NewPaginatedResultResourceRoleRead(data []ResourceRoleRead, totalCount int32) *PaginatedResultResourceRoleRead
NewPaginatedResultResourceRoleRead instantiates a new PaginatedResultResourceRoleRead 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 NewPaginatedResultResourceRoleReadWithDefaults ¶ added in v1.0.5
func NewPaginatedResultResourceRoleReadWithDefaults() *PaginatedResultResourceRoleRead
NewPaginatedResultResourceRoleReadWithDefaults instantiates a new PaginatedResultResourceRoleRead 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 (*PaginatedResultResourceRoleRead) GetData ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetData() []ResourceRoleRead
GetData returns the Data field value
func (*PaginatedResultResourceRoleRead) GetDataOk ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetDataOk() ([]ResourceRoleRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultResourceRoleRead) GetPageCount ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultResourceRoleRead) GetPageCountOk ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultResourceRoleRead) GetTotalCount ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultResourceRoleRead) GetTotalCountOk ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultResourceRoleRead) HasPageCount ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultResourceRoleRead) MarshalJSON ¶ added in v1.0.5
func (o PaginatedResultResourceRoleRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultResourceRoleRead) SetData ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) SetData(v []ResourceRoleRead)
SetData sets field value
func (*PaginatedResultResourceRoleRead) SetPageCount ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultResourceRoleRead) SetTotalCount ¶ added in v1.0.5
func (o *PaginatedResultResourceRoleRead) SetTotalCount(v int32)
SetTotalCount sets field value
func (PaginatedResultResourceRoleRead) ToMap ¶ added in v1.0.5
func (o PaginatedResultResourceRoleRead) ToMap() (map[string]interface{}, error)
type PaginatedResultUserRead ¶
type PaginatedResultUserRead struct { Data []UserRead `json:"data"` TotalCount int32 `json:"total_count"` PageCount *int32 `json:"page_count,omitempty"` }
PaginatedResultUserRead struct for PaginatedResultUserRead
func NewPaginatedResultUserRead ¶
func NewPaginatedResultUserRead(data []UserRead, totalCount int32) *PaginatedResultUserRead
NewPaginatedResultUserRead instantiates a new PaginatedResultUserRead 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 NewPaginatedResultUserReadWithDefaults ¶
func NewPaginatedResultUserReadWithDefaults() *PaginatedResultUserRead
NewPaginatedResultUserReadWithDefaults instantiates a new PaginatedResultUserRead 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 (*PaginatedResultUserRead) GetData ¶
func (o *PaginatedResultUserRead) GetData() []UserRead
GetData returns the Data field value
func (*PaginatedResultUserRead) GetDataOk ¶
func (o *PaginatedResultUserRead) GetDataOk() ([]UserRead, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedResultUserRead) GetPageCount ¶
func (o *PaginatedResultUserRead) GetPageCount() int32
GetPageCount returns the PageCount field value if set, zero value otherwise.
func (*PaginatedResultUserRead) GetPageCountOk ¶
func (o *PaginatedResultUserRead) GetPageCountOk() (*int32, bool)
GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedResultUserRead) GetTotalCount ¶
func (o *PaginatedResultUserRead) GetTotalCount() int32
GetTotalCount returns the TotalCount field value
func (*PaginatedResultUserRead) GetTotalCountOk ¶
func (o *PaginatedResultUserRead) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value and a boolean to check if the value has been set.
func (*PaginatedResultUserRead) HasPageCount ¶
func (o *PaginatedResultUserRead) HasPageCount() bool
HasPageCount returns a boolean if a field has been set.
func (PaginatedResultUserRead) MarshalJSON ¶
func (o PaginatedResultUserRead) MarshalJSON() ([]byte, error)
func (*PaginatedResultUserRead) SetData ¶
func (o *PaginatedResultUserRead) SetData(v []UserRead)
SetData sets field value
func (*PaginatedResultUserRead) SetPageCount ¶
func (o *PaginatedResultUserRead) SetPageCount(v int32)
SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.
func (*PaginatedResultUserRead) SetTotalCount ¶
func (o *PaginatedResultUserRead) SetTotalCount(v int32)
SetTotalCount sets field value
type ParentId ¶ added in v0.0.10
type ParentId struct {
// contains filtered or unexported fields
}
ParentId Parent Condition Set
func (*ParentId) MarshalJSON ¶ added in v0.0.10
Marshal data from the first non-nil pointers in the struct to JSON
func (*ParentId) UnmarshalJSON ¶ added in v0.0.10
Unmarshal JSON data into any of the pointers in the struct
type Pdp ¶
type Pdp struct { BACKEND_SERVICE_URL string `json:"BACKEND_SERVICE_URL"` OPA_DECISION_LOG_INGRESS_ROUTE string `json:"OPA_DECISION_LOG_INGRESS_ROUTE"` OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL string `json:"OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL"` }
Pdp struct for Pdp
func NewPdp ¶
func NewPdp(bACKENDSERVICEURL string, oPADECISIONLOGINGRESSROUTE string, oPADECISIONLOGINGRESSBACKENDTIERURL string) *Pdp
NewPdp instantiates a new Pdp 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 NewPdpWithDefaults ¶
func NewPdpWithDefaults() *Pdp
NewPdpWithDefaults instantiates a new Pdp 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 (*Pdp) GetBACKEND_SERVICE_URL ¶
GetBACKEND_SERVICE_URL returns the BACKEND_SERVICE_URL field value
func (*Pdp) GetBACKEND_SERVICE_URLOk ¶
GetBACKEND_SERVICE_URLOk returns a tuple with the BACKEND_SERVICE_URL field value and a boolean to check if the value has been set.
func (*Pdp) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL ¶
GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL returns the OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL field value
func (*Pdp) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk ¶
GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk returns a tuple with the OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL field value and a boolean to check if the value has been set.
func (*Pdp) GetOPA_DECISION_LOG_INGRESS_ROUTE ¶
GetOPA_DECISION_LOG_INGRESS_ROUTE returns the OPA_DECISION_LOG_INGRESS_ROUTE field value
func (*Pdp) GetOPA_DECISION_LOG_INGRESS_ROUTEOk ¶
GetOPA_DECISION_LOG_INGRESS_ROUTEOk returns a tuple with the OPA_DECISION_LOG_INGRESS_ROUTE field value and a boolean to check if the value has been set.
func (Pdp) MarshalJSON ¶
func (*Pdp) SetBACKEND_SERVICE_URL ¶
SetBACKEND_SERVICE_URL sets field value
func (*Pdp) SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL ¶
SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL sets field value
func (*Pdp) SetOPA_DECISION_LOG_INGRESS_ROUTE ¶
SetOPA_DECISION_LOG_INGRESS_ROUTE sets field value
type PdpValues ¶
type PdpValues struct { BACKEND_SERVICE_URL string `json:"BACKEND_SERVICE_URL"` OPA_DECISION_LOG_INGRESS_ROUTE string `json:"OPA_DECISION_LOG_INGRESS_ROUTE"` OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL string `json:"OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL"` }
PdpValues struct for PdpValues
func NewPdpValues ¶
func NewPdpValues(bACKENDSERVICEURL string, oPADECISIONLOGINGRESSROUTE string, oPADECISIONLOGINGRESSBACKENDTIERURL string) *PdpValues
NewPdpValues instantiates a new PdpValues 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 NewPdpValuesWithDefaults ¶
func NewPdpValuesWithDefaults() *PdpValues
NewPdpValuesWithDefaults instantiates a new PdpValues 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 (*PdpValues) GetBACKEND_SERVICE_URL ¶
GetBACKEND_SERVICE_URL returns the BACKEND_SERVICE_URL field value
func (*PdpValues) GetBACKEND_SERVICE_URLOk ¶
GetBACKEND_SERVICE_URLOk returns a tuple with the BACKEND_SERVICE_URL field value and a boolean to check if the value has been set.
func (*PdpValues) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL ¶
GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL returns the OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL field value
func (*PdpValues) GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk ¶
GetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URLOk returns a tuple with the OPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL field value and a boolean to check if the value has been set.
func (*PdpValues) GetOPA_DECISION_LOG_INGRESS_ROUTE ¶
GetOPA_DECISION_LOG_INGRESS_ROUTE returns the OPA_DECISION_LOG_INGRESS_ROUTE field value
func (*PdpValues) GetOPA_DECISION_LOG_INGRESS_ROUTEOk ¶
GetOPA_DECISION_LOG_INGRESS_ROUTEOk returns a tuple with the OPA_DECISION_LOG_INGRESS_ROUTE field value and a boolean to check if the value has been set.
func (PdpValues) MarshalJSON ¶
func (*PdpValues) SetBACKEND_SERVICE_URL ¶
SetBACKEND_SERVICE_URL sets field value
func (*PdpValues) SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL ¶
SetOPA_DECISION_LOG_INGRESS_BACKEND_TIER_URL sets field value
func (*PdpValues) SetOPA_DECISION_LOG_INGRESS_ROUTE ¶
SetOPA_DECISION_LOG_INGRESS_ROUTE sets field value
type PermissionLevelRoleRead ¶
type PermissionLevelRoleRead struct { // Unique id of the elements_env Id string `json:"id"` // A URL-friendly name of the elements_env (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the elements_env. Key string `json:"key"` Name string `json:"name"` }
PermissionLevelRoleRead struct for PermissionLevelRoleRead
func NewPermissionLevelRoleRead ¶
func NewPermissionLevelRoleRead(id string, key string, name string) *PermissionLevelRoleRead
NewPermissionLevelRoleRead instantiates a new PermissionLevelRoleRead 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 NewPermissionLevelRoleReadWithDefaults ¶
func NewPermissionLevelRoleReadWithDefaults() *PermissionLevelRoleRead
NewPermissionLevelRoleReadWithDefaults instantiates a new PermissionLevelRoleRead 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 (*PermissionLevelRoleRead) GetId ¶
func (o *PermissionLevelRoleRead) GetId() string
GetId returns the Id field value
func (*PermissionLevelRoleRead) GetIdOk ¶
func (o *PermissionLevelRoleRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionLevelRoleRead) GetKey ¶
func (o *PermissionLevelRoleRead) GetKey() string
GetKey returns the Key field value
func (*PermissionLevelRoleRead) GetKeyOk ¶
func (o *PermissionLevelRoleRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*PermissionLevelRoleRead) GetName ¶
func (o *PermissionLevelRoleRead) GetName() string
GetName returns the Name field value
func (*PermissionLevelRoleRead) GetNameOk ¶
func (o *PermissionLevelRoleRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (PermissionLevelRoleRead) MarshalJSON ¶
func (o PermissionLevelRoleRead) MarshalJSON() ([]byte, error)
func (*PermissionLevelRoleRead) SetId ¶
func (o *PermissionLevelRoleRead) SetId(v string)
SetId sets field value
func (*PermissionLevelRoleRead) SetKey ¶
func (o *PermissionLevelRoleRead) SetKey(v string)
SetKey sets field value
func (*PermissionLevelRoleRead) SetName ¶
func (o *PermissionLevelRoleRead) SetName(v string)
SetName sets field value
type PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings ¶ added in v1.0.5
type PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings struct { // If true, the derived role or the specific rule will not apply if the resource has any direct role NoDirectRolesOnObject *bool `json:"no_direct_roles_on_object,omitempty"` }
PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings Settings for a derived role or a derived role rule
func NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings ¶ added in v1.0.5
func NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings() *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings instantiates a new PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings 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 NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettingsWithDefaults ¶ added in v1.0.5
func NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettingsWithDefaults() *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings
NewPermitBackendSchemasSchemaDerivedRoleRuleDerivationSettingsWithDefaults instantiates a new PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings 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 (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObject ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObject() bool
GetNoDirectRolesOnObject returns the NoDirectRolesOnObject field value if set, zero value otherwise.
func (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObjectOk ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) GetNoDirectRolesOnObjectOk() (*bool, bool)
GetNoDirectRolesOnObjectOk returns a tuple with the NoDirectRolesOnObject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) HasNoDirectRolesOnObject ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) HasNoDirectRolesOnObject() bool
HasNoDirectRolesOnObject returns a boolean if a field has been set.
func (PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON ¶ added in v1.0.5
func (o PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) MarshalJSON() ([]byte, error)
func (*PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) SetNoDirectRolesOnObject ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) SetNoDirectRolesOnObject(v bool)
SetNoDirectRolesOnObject gets a reference to the given bool and assigns it to the NoDirectRolesOnObject field.
func (PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) ToMap ¶ added in v1.0.5
func (o PermitBackendSchemasSchemaDerivedRoleRuleDerivationSettings) ToMap() (map[string]interface{}, error)
type PermitBackendSchemasSchemaOpalDataDerivationSettings ¶ added in v1.0.5
type PermitBackendSchemasSchemaOpalDataDerivationSettings struct {
SupersededByDirectRole *bool `json:"superseded_by_direct_role,omitempty"`
}
PermitBackendSchemasSchemaOpalDataDerivationSettings struct for PermitBackendSchemasSchemaOpalDataDerivationSettings
func NewPermitBackendSchemasSchemaOpalDataDerivationSettings ¶ added in v1.0.5
func NewPermitBackendSchemasSchemaOpalDataDerivationSettings() *PermitBackendSchemasSchemaOpalDataDerivationSettings
NewPermitBackendSchemasSchemaOpalDataDerivationSettings instantiates a new PermitBackendSchemasSchemaOpalDataDerivationSettings 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 NewPermitBackendSchemasSchemaOpalDataDerivationSettingsWithDefaults ¶ added in v1.0.5
func NewPermitBackendSchemasSchemaOpalDataDerivationSettingsWithDefaults() *PermitBackendSchemasSchemaOpalDataDerivationSettings
NewPermitBackendSchemasSchemaOpalDataDerivationSettingsWithDefaults instantiates a new PermitBackendSchemasSchemaOpalDataDerivationSettings 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 (*PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRole ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRole() bool
GetSupersededByDirectRole returns the SupersededByDirectRole field value if set, zero value otherwise.
func (*PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRoleOk ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) GetSupersededByDirectRoleOk() (*bool, bool)
GetSupersededByDirectRoleOk returns a tuple with the SupersededByDirectRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PermitBackendSchemasSchemaOpalDataDerivationSettings) HasSupersededByDirectRole ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) HasSupersededByDirectRole() bool
HasSupersededByDirectRole returns a boolean if a field has been set.
func (PermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON ¶ added in v1.0.5
func (o PermitBackendSchemasSchemaOpalDataDerivationSettings) MarshalJSON() ([]byte, error)
func (*PermitBackendSchemasSchemaOpalDataDerivationSettings) SetSupersededByDirectRole ¶ added in v1.0.5
func (o *PermitBackendSchemasSchemaOpalDataDerivationSettings) SetSupersededByDirectRole(v bool)
SetSupersededByDirectRole gets a reference to the given bool and assigns it to the SupersededByDirectRole field.
func (PermitBackendSchemasSchemaOpalDataDerivationSettings) ToMap ¶ added in v1.0.5
func (o PermitBackendSchemasSchemaOpalDataDerivationSettings) ToMap() (map[string]interface{}, error)
type PolicyRepoCreate ¶
type PolicyRepoCreate struct { // A URL-friendly name of the policy repo (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the policy repo. Key string `json:"key"` Url string `json:"url"` MainBranchName *string `json:"main_branch_name,omitempty"` Credentials SSHAuthData `json:"credentials"` // if you want to change your policy repository to this repo right after it is validated ActivateWhenValidated *bool `json:"activate_when_validated,omitempty"` }
PolicyRepoCreate struct for PolicyRepoCreate
func NewPolicyRepoCreate ¶
func NewPolicyRepoCreate(key string, url string, credentials SSHAuthData) *PolicyRepoCreate
NewPolicyRepoCreate instantiates a new PolicyRepoCreate 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 NewPolicyRepoCreateWithDefaults ¶
func NewPolicyRepoCreateWithDefaults() *PolicyRepoCreate
NewPolicyRepoCreateWithDefaults instantiates a new PolicyRepoCreate 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 (*PolicyRepoCreate) GetActivateWhenValidated ¶
func (o *PolicyRepoCreate) GetActivateWhenValidated() bool
GetActivateWhenValidated returns the ActivateWhenValidated field value if set, zero value otherwise.
func (*PolicyRepoCreate) GetActivateWhenValidatedOk ¶
func (o *PolicyRepoCreate) GetActivateWhenValidatedOk() (*bool, bool)
GetActivateWhenValidatedOk returns a tuple with the ActivateWhenValidated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyRepoCreate) GetCredentials ¶
func (o *PolicyRepoCreate) GetCredentials() SSHAuthData
GetCredentials returns the Credentials field value
func (*PolicyRepoCreate) GetCredentialsOk ¶
func (o *PolicyRepoCreate) GetCredentialsOk() (*SSHAuthData, bool)
GetCredentialsOk returns a tuple with the Credentials field value and a boolean to check if the value has been set.
func (*PolicyRepoCreate) GetKey ¶
func (o *PolicyRepoCreate) GetKey() string
GetKey returns the Key field value
func (*PolicyRepoCreate) GetKeyOk ¶
func (o *PolicyRepoCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*PolicyRepoCreate) GetMainBranchName ¶
func (o *PolicyRepoCreate) GetMainBranchName() string
GetMainBranchName returns the MainBranchName field value if set, zero value otherwise.
func (*PolicyRepoCreate) GetMainBranchNameOk ¶
func (o *PolicyRepoCreate) GetMainBranchNameOk() (*string, bool)
GetMainBranchNameOk returns a tuple with the MainBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyRepoCreate) GetUrl ¶
func (o *PolicyRepoCreate) GetUrl() string
GetUrl returns the Url field value
func (*PolicyRepoCreate) GetUrlOk ¶
func (o *PolicyRepoCreate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*PolicyRepoCreate) HasActivateWhenValidated ¶
func (o *PolicyRepoCreate) HasActivateWhenValidated() bool
HasActivateWhenValidated returns a boolean if a field has been set.
func (*PolicyRepoCreate) HasMainBranchName ¶
func (o *PolicyRepoCreate) HasMainBranchName() bool
HasMainBranchName returns a boolean if a field has been set.
func (PolicyRepoCreate) MarshalJSON ¶
func (o PolicyRepoCreate) MarshalJSON() ([]byte, error)
func (*PolicyRepoCreate) SetActivateWhenValidated ¶
func (o *PolicyRepoCreate) SetActivateWhenValidated(v bool)
SetActivateWhenValidated gets a reference to the given bool and assigns it to the ActivateWhenValidated field.
func (*PolicyRepoCreate) SetCredentials ¶
func (o *PolicyRepoCreate) SetCredentials(v SSHAuthData)
SetCredentials sets field value
func (*PolicyRepoCreate) SetKey ¶
func (o *PolicyRepoCreate) SetKey(v string)
SetKey sets field value
func (*PolicyRepoCreate) SetMainBranchName ¶
func (o *PolicyRepoCreate) SetMainBranchName(v string)
SetMainBranchName gets a reference to the given string and assigns it to the MainBranchName field.
func (*PolicyRepoCreate) SetUrl ¶
func (o *PolicyRepoCreate) SetUrl(v string)
SetUrl sets field value
type PolicyRepoRead ¶
type PolicyRepoRead struct { // Unique id of the policy repo Id string `json:"id"` Status PolicyRepoStatus `json:"status"` // A URL-friendly name of the policy repo (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the policy repo. Key string `json:"key"` Url string `json:"url"` MainBranchName *string `json:"main_branch_name,omitempty"` Credentials SSHAuthData `json:"credentials"` // if you want to change your policy repository to this repo right after it is validated ActivateWhenValidated *bool `json:"activate_when_validated,omitempty"` }
PolicyRepoRead struct for PolicyRepoRead
func NewPolicyRepoRead ¶
func NewPolicyRepoRead(id string, status PolicyRepoStatus, key string, url string, credentials SSHAuthData) *PolicyRepoRead
NewPolicyRepoRead instantiates a new PolicyRepoRead 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 NewPolicyRepoReadWithDefaults ¶
func NewPolicyRepoReadWithDefaults() *PolicyRepoRead
NewPolicyRepoReadWithDefaults instantiates a new PolicyRepoRead 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 (*PolicyRepoRead) GetActivateWhenValidated ¶
func (o *PolicyRepoRead) GetActivateWhenValidated() bool
GetActivateWhenValidated returns the ActivateWhenValidated field value if set, zero value otherwise.
func (*PolicyRepoRead) GetActivateWhenValidatedOk ¶
func (o *PolicyRepoRead) GetActivateWhenValidatedOk() (*bool, bool)
GetActivateWhenValidatedOk returns a tuple with the ActivateWhenValidated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetCredentials ¶
func (o *PolicyRepoRead) GetCredentials() SSHAuthData
GetCredentials returns the Credentials field value
func (*PolicyRepoRead) GetCredentialsOk ¶
func (o *PolicyRepoRead) GetCredentialsOk() (*SSHAuthData, bool)
GetCredentialsOk returns a tuple with the Credentials field value and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetId ¶
func (o *PolicyRepoRead) GetId() string
GetId returns the Id field value
func (*PolicyRepoRead) GetIdOk ¶
func (o *PolicyRepoRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetKey ¶
func (o *PolicyRepoRead) GetKey() string
GetKey returns the Key field value
func (*PolicyRepoRead) GetKeyOk ¶
func (o *PolicyRepoRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetMainBranchName ¶
func (o *PolicyRepoRead) GetMainBranchName() string
GetMainBranchName returns the MainBranchName field value if set, zero value otherwise.
func (*PolicyRepoRead) GetMainBranchNameOk ¶
func (o *PolicyRepoRead) GetMainBranchNameOk() (*string, bool)
GetMainBranchNameOk returns a tuple with the MainBranchName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetStatus ¶
func (o *PolicyRepoRead) GetStatus() PolicyRepoStatus
GetStatus returns the Status field value
func (*PolicyRepoRead) GetStatusOk ¶
func (o *PolicyRepoRead) GetStatusOk() (*PolicyRepoStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*PolicyRepoRead) GetUrl ¶
func (o *PolicyRepoRead) GetUrl() string
GetUrl returns the Url field value
func (*PolicyRepoRead) GetUrlOk ¶
func (o *PolicyRepoRead) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*PolicyRepoRead) HasActivateWhenValidated ¶
func (o *PolicyRepoRead) HasActivateWhenValidated() bool
HasActivateWhenValidated returns a boolean if a field has been set.
func (*PolicyRepoRead) HasMainBranchName ¶
func (o *PolicyRepoRead) HasMainBranchName() bool
HasMainBranchName returns a boolean if a field has been set.
func (PolicyRepoRead) MarshalJSON ¶
func (o PolicyRepoRead) MarshalJSON() ([]byte, error)
func (*PolicyRepoRead) SetActivateWhenValidated ¶
func (o *PolicyRepoRead) SetActivateWhenValidated(v bool)
SetActivateWhenValidated gets a reference to the given bool and assigns it to the ActivateWhenValidated field.
func (*PolicyRepoRead) SetCredentials ¶
func (o *PolicyRepoRead) SetCredentials(v SSHAuthData)
SetCredentials sets field value
func (*PolicyRepoRead) SetMainBranchName ¶
func (o *PolicyRepoRead) SetMainBranchName(v string)
SetMainBranchName gets a reference to the given string and assigns it to the MainBranchName field.
func (*PolicyRepoRead) SetStatus ¶
func (o *PolicyRepoRead) SetStatus(v PolicyRepoStatus)
SetStatus sets field value
type PolicyRepoStatus ¶
type PolicyRepoStatus string
PolicyRepoStatus An enumeration.
const ( INVALID PolicyRepoStatus = "invalid" PENDING PolicyRepoStatus = "pending" VALID PolicyRepoStatus = "valid" )
List of PolicyRepoStatus
func NewPolicyRepoStatusFromValue ¶
func NewPolicyRepoStatusFromValue(v string) (*PolicyRepoStatus, error)
NewPolicyRepoStatusFromValue returns a pointer to a valid PolicyRepoStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PolicyRepoStatus) IsValid ¶
func (v PolicyRepoStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PolicyRepoStatus) Ptr ¶
func (v PolicyRepoStatus) Ptr() *PolicyRepoStatus
Ptr returns reference to PolicyRepoStatus value
func (*PolicyRepoStatus) UnmarshalJSON ¶
func (v *PolicyRepoStatus) UnmarshalJSON(src []byte) error
type ProgrammingLanguage ¶
type ProgrammingLanguage string
ProgrammingLanguage An enumeration.
const ( JAVASCRIPT ProgrammingLanguage = "javascript" PYTHON ProgrammingLanguage = "python" DOTNET ProgrammingLanguage = "dotnet" JAVA ProgrammingLanguage = "java" KONG_GATEWAY ProgrammingLanguage = "kong_gateway" )
List of ProgrammingLanguage
func NewProgrammingLanguageFromValue ¶
func NewProgrammingLanguageFromValue(v string) (*ProgrammingLanguage, error)
NewProgrammingLanguageFromValue returns a pointer to a valid ProgrammingLanguage for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProgrammingLanguage) IsValid ¶
func (v ProgrammingLanguage) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProgrammingLanguage) Ptr ¶
func (v ProgrammingLanguage) Ptr() *ProgrammingLanguage
Ptr returns reference to ProgrammingLanguage value
func (*ProgrammingLanguage) UnmarshalJSON ¶
func (v *ProgrammingLanguage) UnmarshalJSON(src []byte) error
type ProjectCreate ¶
type ProjectCreate struct { // A URL-friendly name of the project (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the project. Key string `json:"key"` // Optional namespace for URNs. If empty, URNs will be generated from project key. UrnNamespace *string `json:"urn_namespace,omitempty"` // The name of the project Name string `json:"name"` // a longer description outlining the project objectives Description *string `json:"description,omitempty"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` // the id of the policy repo to use for this project ActivePolicyRepoId *string `json:"active_policy_repo_id,omitempty"` }
ProjectCreate struct for ProjectCreate
func NewProjectCreate ¶
func NewProjectCreate(key string, name string) *ProjectCreate
NewProjectCreate instantiates a new ProjectCreate 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 NewProjectCreateWithDefaults ¶
func NewProjectCreateWithDefaults() *ProjectCreate
NewProjectCreateWithDefaults instantiates a new ProjectCreate 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 (*ProjectCreate) GetActivePolicyRepoId ¶
func (o *ProjectCreate) GetActivePolicyRepoId() string
GetActivePolicyRepoId returns the ActivePolicyRepoId field value if set, zero value otherwise.
func (*ProjectCreate) GetActivePolicyRepoIdOk ¶
func (o *ProjectCreate) GetActivePolicyRepoIdOk() (*string, bool)
GetActivePolicyRepoIdOk returns a tuple with the ActivePolicyRepoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCreate) GetDescription ¶
func (o *ProjectCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ProjectCreate) GetDescriptionOk ¶
func (o *ProjectCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCreate) GetKey ¶
func (o *ProjectCreate) GetKey() string
GetKey returns the Key field value
func (*ProjectCreate) GetKeyOk ¶
func (o *ProjectCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ProjectCreate) GetName ¶
func (o *ProjectCreate) GetName() string
GetName returns the Name field value
func (*ProjectCreate) GetNameOk ¶
func (o *ProjectCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectCreate) GetSettings ¶
func (o *ProjectCreate) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*ProjectCreate) GetSettingsOk ¶
func (o *ProjectCreate) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCreate) GetUrnNamespace ¶
func (o *ProjectCreate) GetUrnNamespace() string
GetUrnNamespace returns the UrnNamespace field value if set, zero value otherwise.
func (*ProjectCreate) GetUrnNamespaceOk ¶
func (o *ProjectCreate) GetUrnNamespaceOk() (*string, bool)
GetUrnNamespaceOk returns a tuple with the UrnNamespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCreate) HasActivePolicyRepoId ¶
func (o *ProjectCreate) HasActivePolicyRepoId() bool
HasActivePolicyRepoId returns a boolean if a field has been set.
func (*ProjectCreate) HasDescription ¶
func (o *ProjectCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ProjectCreate) HasSettings ¶
func (o *ProjectCreate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*ProjectCreate) HasUrnNamespace ¶
func (o *ProjectCreate) HasUrnNamespace() bool
HasUrnNamespace returns a boolean if a field has been set.
func (ProjectCreate) MarshalJSON ¶
func (o ProjectCreate) MarshalJSON() ([]byte, error)
func (*ProjectCreate) SetActivePolicyRepoId ¶
func (o *ProjectCreate) SetActivePolicyRepoId(v string)
SetActivePolicyRepoId gets a reference to the given string and assigns it to the ActivePolicyRepoId field.
func (*ProjectCreate) SetDescription ¶
func (o *ProjectCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ProjectCreate) SetSettings ¶
func (o *ProjectCreate) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
func (*ProjectCreate) SetUrnNamespace ¶
func (o *ProjectCreate) SetUrnNamespace(v string)
SetUrnNamespace gets a reference to the given string and assigns it to the UrnNamespace field.
type ProjectRead ¶
type ProjectRead struct { // A URL-friendly name of the project (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the project. Key string `json:"key"` // Optional namespace for URNs. If empty, URNs will be generated from project key. UrnNamespace *string `json:"urn_namespace,omitempty"` // Unique id of the project Id string `json:"id"` // Unique id of the organization that the project belongs to. OrganizationId string `json:"organization_id"` // Date and time when the project was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the project was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the project Name string `json:"name"` // a longer description outlining the project objectives Description *string `json:"description,omitempty"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` // the id of the policy repo to use for this project ActivePolicyRepoId *string `json:"active_policy_repo_id,omitempty"` }
ProjectRead struct for ProjectRead
func NewProjectRead ¶
func NewProjectRead(key string, id string, organizationId string, createdAt time.Time, updatedAt time.Time, name string) *ProjectRead
NewProjectRead instantiates a new ProjectRead 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 NewProjectReadWithDefaults ¶
func NewProjectReadWithDefaults() *ProjectRead
NewProjectReadWithDefaults instantiates a new ProjectRead 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 (*ProjectRead) GetActivePolicyRepoId ¶
func (o *ProjectRead) GetActivePolicyRepoId() string
GetActivePolicyRepoId returns the ActivePolicyRepoId field value if set, zero value otherwise.
func (*ProjectRead) GetActivePolicyRepoIdOk ¶
func (o *ProjectRead) GetActivePolicyRepoIdOk() (*string, bool)
GetActivePolicyRepoIdOk returns a tuple with the ActivePolicyRepoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectRead) GetCreatedAt ¶
func (o *ProjectRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ProjectRead) GetCreatedAtOk ¶
func (o *ProjectRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ProjectRead) GetDescription ¶
func (o *ProjectRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ProjectRead) GetDescriptionOk ¶
func (o *ProjectRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectRead) GetIdOk ¶
func (o *ProjectRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProjectRead) GetKey ¶
func (o *ProjectRead) GetKey() string
GetKey returns the Key field value
func (*ProjectRead) GetKeyOk ¶
func (o *ProjectRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ProjectRead) GetName ¶
func (o *ProjectRead) GetName() string
GetName returns the Name field value
func (*ProjectRead) GetNameOk ¶
func (o *ProjectRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectRead) GetOrganizationId ¶
func (o *ProjectRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ProjectRead) GetOrganizationIdOk ¶
func (o *ProjectRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ProjectRead) GetSettings ¶
func (o *ProjectRead) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*ProjectRead) GetSettingsOk ¶
func (o *ProjectRead) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectRead) GetUpdatedAt ¶
func (o *ProjectRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ProjectRead) GetUpdatedAtOk ¶
func (o *ProjectRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ProjectRead) GetUrnNamespace ¶
func (o *ProjectRead) GetUrnNamespace() string
GetUrnNamespace returns the UrnNamespace field value if set, zero value otherwise.
func (*ProjectRead) GetUrnNamespaceOk ¶
func (o *ProjectRead) GetUrnNamespaceOk() (*string, bool)
GetUrnNamespaceOk returns a tuple with the UrnNamespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectRead) HasActivePolicyRepoId ¶
func (o *ProjectRead) HasActivePolicyRepoId() bool
HasActivePolicyRepoId returns a boolean if a field has been set.
func (*ProjectRead) HasDescription ¶
func (o *ProjectRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ProjectRead) HasSettings ¶
func (o *ProjectRead) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*ProjectRead) HasUrnNamespace ¶
func (o *ProjectRead) HasUrnNamespace() bool
HasUrnNamespace returns a boolean if a field has been set.
func (ProjectRead) MarshalJSON ¶
func (o ProjectRead) MarshalJSON() ([]byte, error)
func (*ProjectRead) SetActivePolicyRepoId ¶
func (o *ProjectRead) SetActivePolicyRepoId(v string)
SetActivePolicyRepoId gets a reference to the given string and assigns it to the ActivePolicyRepoId field.
func (*ProjectRead) SetCreatedAt ¶
func (o *ProjectRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ProjectRead) SetDescription ¶
func (o *ProjectRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ProjectRead) SetOrganizationId ¶
func (o *ProjectRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ProjectRead) SetSettings ¶
func (o *ProjectRead) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
func (*ProjectRead) SetUpdatedAt ¶
func (o *ProjectRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ProjectRead) SetUrnNamespace ¶
func (o *ProjectRead) SetUrnNamespace(v string)
SetUrnNamespace gets a reference to the given string and assigns it to the UrnNamespace field.
type ProjectUpdate ¶
type ProjectUpdate struct { // The name of the project Name *string `json:"name,omitempty"` // a longer description outlining the project objectives Description *string `json:"description,omitempty"` // the settings for this project Settings map[string]interface{} `json:"settings,omitempty"` // the id of the policy repo to use for this project ActivePolicyRepoId *string `json:"active_policy_repo_id,omitempty"` }
ProjectUpdate struct for ProjectUpdate
func NewProjectUpdate ¶
func NewProjectUpdate() *ProjectUpdate
NewProjectUpdate instantiates a new ProjectUpdate 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 NewProjectUpdateWithDefaults ¶
func NewProjectUpdateWithDefaults() *ProjectUpdate
NewProjectUpdateWithDefaults instantiates a new ProjectUpdate 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 (*ProjectUpdate) GetActivePolicyRepoId ¶
func (o *ProjectUpdate) GetActivePolicyRepoId() string
GetActivePolicyRepoId returns the ActivePolicyRepoId field value if set, zero value otherwise.
func (*ProjectUpdate) GetActivePolicyRepoIdOk ¶
func (o *ProjectUpdate) GetActivePolicyRepoIdOk() (*string, bool)
GetActivePolicyRepoIdOk returns a tuple with the ActivePolicyRepoId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectUpdate) GetDescription ¶
func (o *ProjectUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ProjectUpdate) GetDescriptionOk ¶
func (o *ProjectUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectUpdate) GetName ¶
func (o *ProjectUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProjectUpdate) GetNameOk ¶
func (o *ProjectUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectUpdate) GetSettings ¶
func (o *ProjectUpdate) GetSettings() map[string]interface{}
GetSettings returns the Settings field value if set, zero value otherwise.
func (*ProjectUpdate) GetSettingsOk ¶
func (o *ProjectUpdate) GetSettingsOk() (map[string]interface{}, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectUpdate) HasActivePolicyRepoId ¶
func (o *ProjectUpdate) HasActivePolicyRepoId() bool
HasActivePolicyRepoId returns a boolean if a field has been set.
func (*ProjectUpdate) HasDescription ¶
func (o *ProjectUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ProjectUpdate) HasName ¶
func (o *ProjectUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ProjectUpdate) HasSettings ¶
func (o *ProjectUpdate) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (ProjectUpdate) MarshalJSON ¶
func (o ProjectUpdate) MarshalJSON() ([]byte, error)
func (*ProjectUpdate) SetActivePolicyRepoId ¶
func (o *ProjectUpdate) SetActivePolicyRepoId(v string)
SetActivePolicyRepoId gets a reference to the given string and assigns it to the ActivePolicyRepoId field.
func (*ProjectUpdate) SetDescription ¶
func (o *ProjectUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ProjectUpdate) SetName ¶
func (o *ProjectUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ProjectUpdate) SetSettings ¶
func (o *ProjectUpdate) SetSettings(v map[string]interface{})
SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.
type ProxyConfigCreate ¶ added in v1.0.1
type ProxyConfigCreate struct { Secret string `json:"secret"` // Proxy Config is set to enable the Permit Proxy to make proxied requests as part of the Frontend AuthZ. Key string `json:"key"` // The name of the proxy config, for example: 'Stripe API' Name string `json:"name"` // Proxy config mapping rules will include the rules that will be used to map the request to the backend service by a URL and a http method. MappingRules []MappingRule `json:"mapping_rules,omitempty"` AuthMechanism *AuthMechanism `json:"auth_mechanism,omitempty"` }
ProxyConfigCreate struct for ProxyConfigCreate
func NewProxyConfigCreate ¶ added in v1.0.1
func NewProxyConfigCreate(secret string, key string, name string) *ProxyConfigCreate
NewProxyConfigCreate instantiates a new ProxyConfigCreate 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 NewProxyConfigCreateWithDefaults ¶ added in v1.0.1
func NewProxyConfigCreateWithDefaults() *ProxyConfigCreate
NewProxyConfigCreateWithDefaults instantiates a new ProxyConfigCreate 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 (*ProxyConfigCreate) GetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetAuthMechanism() AuthMechanism
GetAuthMechanism returns the AuthMechanism field value if set, zero value otherwise.
func (*ProxyConfigCreate) GetAuthMechanismOk ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetAuthMechanismOk() (*AuthMechanism, bool)
GetAuthMechanismOk returns a tuple with the AuthMechanism field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigCreate) GetKey ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetKey() string
GetKey returns the Key field value
func (*ProxyConfigCreate) GetKeyOk ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ProxyConfigCreate) GetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetMappingRules() []MappingRule
GetMappingRules returns the MappingRules field value if set, zero value otherwise.
func (*ProxyConfigCreate) GetMappingRulesOk ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetMappingRulesOk() ([]MappingRule, bool)
GetMappingRulesOk returns a tuple with the MappingRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigCreate) GetName ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetName() string
GetName returns the Name field value
func (*ProxyConfigCreate) GetNameOk ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProxyConfigCreate) GetSecret ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetSecret() string
GetSecret returns the Secret field value
func (*ProxyConfigCreate) GetSecretOk ¶ added in v1.0.1
func (o *ProxyConfigCreate) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*ProxyConfigCreate) HasAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigCreate) HasAuthMechanism() bool
HasAuthMechanism returns a boolean if a field has been set.
func (*ProxyConfigCreate) HasMappingRules ¶ added in v1.0.1
func (o *ProxyConfigCreate) HasMappingRules() bool
HasMappingRules returns a boolean if a field has been set.
func (ProxyConfigCreate) MarshalJSON ¶ added in v1.0.1
func (o ProxyConfigCreate) MarshalJSON() ([]byte, error)
func (*ProxyConfigCreate) SetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigCreate) SetAuthMechanism(v AuthMechanism)
SetAuthMechanism gets a reference to the given AuthMechanism and assigns it to the AuthMechanism field.
func (*ProxyConfigCreate) SetKey ¶ added in v1.0.1
func (o *ProxyConfigCreate) SetKey(v string)
SetKey sets field value
func (*ProxyConfigCreate) SetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigCreate) SetMappingRules(v []MappingRule)
SetMappingRules gets a reference to the given []MappingRule and assigns it to the MappingRules field.
func (*ProxyConfigCreate) SetName ¶ added in v1.0.1
func (o *ProxyConfigCreate) SetName(v string)
SetName sets field value
func (*ProxyConfigCreate) SetSecret ¶ added in v1.0.1
func (o *ProxyConfigCreate) SetSecret(v string)
SetSecret sets field value
func (ProxyConfigCreate) ToMap ¶ added in v1.0.1
func (o ProxyConfigCreate) ToMap() (map[string]interface{}, error)
type ProxyConfigRead ¶ added in v1.0.1
type ProxyConfigRead struct { // Proxy Config is set to enable the Permit Proxy to make proxied requests as part of the Frontend AuthZ. Key string `json:"key"` // Unique id of the proxy config Id string `json:"id"` // Unique id of the organization that the proxy config belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the proxy config belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the proxy config belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the proxy config was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the proxy config was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` Secret string `json:"secret"` // The name of the proxy config, for example: 'Stripe API' Name string `json:"name"` // Proxy config mapping rules will include the rules that will be used to map the request to the backend service by a URL and a http method. MappingRules []MappingRule `json:"mapping_rules,omitempty"` AuthMechanism *AuthMechanism `json:"auth_mechanism,omitempty"` }
ProxyConfigRead struct for ProxyConfigRead
func NewProxyConfigRead ¶ added in v1.0.1
func NewProxyConfigRead(key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, secret string, name string) *ProxyConfigRead
NewProxyConfigRead instantiates a new ProxyConfigRead 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 NewProxyConfigReadWithDefaults ¶ added in v1.0.1
func NewProxyConfigReadWithDefaults() *ProxyConfigRead
NewProxyConfigReadWithDefaults instantiates a new ProxyConfigRead 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 (*ProxyConfigRead) GetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigRead) GetAuthMechanism() AuthMechanism
GetAuthMechanism returns the AuthMechanism field value if set, zero value otherwise.
func (*ProxyConfigRead) GetAuthMechanismOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetAuthMechanismOk() (*AuthMechanism, bool)
GetAuthMechanismOk returns a tuple with the AuthMechanism field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetCreatedAt ¶ added in v1.0.1
func (o *ProxyConfigRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ProxyConfigRead) GetCreatedAtOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetEnvironmentId ¶ added in v1.0.1
func (o *ProxyConfigRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ProxyConfigRead) GetEnvironmentIdOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetId ¶ added in v1.0.1
func (o *ProxyConfigRead) GetId() string
GetId returns the Id field value
func (*ProxyConfigRead) GetIdOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetKey ¶ added in v1.0.1
func (o *ProxyConfigRead) GetKey() string
GetKey returns the Key field value
func (*ProxyConfigRead) GetKeyOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigRead) GetMappingRules() []MappingRule
GetMappingRules returns the MappingRules field value if set, zero value otherwise.
func (*ProxyConfigRead) GetMappingRulesOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetMappingRulesOk() ([]MappingRule, bool)
GetMappingRulesOk returns a tuple with the MappingRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetName ¶ added in v1.0.1
func (o *ProxyConfigRead) GetName() string
GetName returns the Name field value
func (*ProxyConfigRead) GetNameOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetOrganizationId ¶ added in v1.0.1
func (o *ProxyConfigRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ProxyConfigRead) GetOrganizationIdOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetProjectId ¶ added in v1.0.1
func (o *ProxyConfigRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ProxyConfigRead) GetProjectIdOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetSecret ¶ added in v1.0.1
func (o *ProxyConfigRead) GetSecret() string
GetSecret returns the Secret field value
func (*ProxyConfigRead) GetSecretOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) GetUpdatedAt ¶ added in v1.0.1
func (o *ProxyConfigRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ProxyConfigRead) GetUpdatedAtOk ¶ added in v1.0.1
func (o *ProxyConfigRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ProxyConfigRead) HasAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigRead) HasAuthMechanism() bool
HasAuthMechanism returns a boolean if a field has been set.
func (*ProxyConfigRead) HasMappingRules ¶ added in v1.0.1
func (o *ProxyConfigRead) HasMappingRules() bool
HasMappingRules returns a boolean if a field has been set.
func (ProxyConfigRead) MarshalJSON ¶ added in v1.0.1
func (o ProxyConfigRead) MarshalJSON() ([]byte, error)
func (*ProxyConfigRead) SetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigRead) SetAuthMechanism(v AuthMechanism)
SetAuthMechanism gets a reference to the given AuthMechanism and assigns it to the AuthMechanism field.
func (*ProxyConfigRead) SetCreatedAt ¶ added in v1.0.1
func (o *ProxyConfigRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ProxyConfigRead) SetEnvironmentId ¶ added in v1.0.1
func (o *ProxyConfigRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ProxyConfigRead) SetId ¶ added in v1.0.1
func (o *ProxyConfigRead) SetId(v string)
SetId sets field value
func (*ProxyConfigRead) SetKey ¶ added in v1.0.1
func (o *ProxyConfigRead) SetKey(v string)
SetKey sets field value
func (*ProxyConfigRead) SetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigRead) SetMappingRules(v []MappingRule)
SetMappingRules gets a reference to the given []MappingRule and assigns it to the MappingRules field.
func (*ProxyConfigRead) SetName ¶ added in v1.0.1
func (o *ProxyConfigRead) SetName(v string)
SetName sets field value
func (*ProxyConfigRead) SetOrganizationId ¶ added in v1.0.1
func (o *ProxyConfigRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ProxyConfigRead) SetProjectId ¶ added in v1.0.1
func (o *ProxyConfigRead) SetProjectId(v string)
SetProjectId sets field value
func (*ProxyConfigRead) SetSecret ¶ added in v1.0.1
func (o *ProxyConfigRead) SetSecret(v string)
SetSecret sets field value
func (*ProxyConfigRead) SetUpdatedAt ¶ added in v1.0.1
func (o *ProxyConfigRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ProxyConfigRead) ToMap ¶ added in v1.0.1
func (o ProxyConfigRead) ToMap() (map[string]interface{}, error)
type ProxyConfigUpdate ¶ added in v1.0.1
type ProxyConfigUpdate struct { Secret *string `json:"secret,omitempty"` // The name of the proxy config, for example: 'Stripe API' Name *string `json:"name,omitempty"` // Proxy config mapping rules will include the rules that will be used to map the request to the backend service by a URL and a http method. MappingRules []MappingRule `json:"mapping_rules,omitempty"` AuthMechanism *AuthMechanism `json:"auth_mechanism,omitempty"` }
ProxyConfigUpdate struct for ProxyConfigUpdate
func NewProxyConfigUpdate ¶ added in v1.0.1
func NewProxyConfigUpdate() *ProxyConfigUpdate
NewProxyConfigUpdate instantiates a new ProxyConfigUpdate 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 NewProxyConfigUpdateWithDefaults ¶ added in v1.0.1
func NewProxyConfigUpdateWithDefaults() *ProxyConfigUpdate
NewProxyConfigUpdateWithDefaults instantiates a new ProxyConfigUpdate 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 (*ProxyConfigUpdate) GetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetAuthMechanism() AuthMechanism
GetAuthMechanism returns the AuthMechanism field value if set, zero value otherwise.
func (*ProxyConfigUpdate) GetAuthMechanismOk ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetAuthMechanismOk() (*AuthMechanism, bool)
GetAuthMechanismOk returns a tuple with the AuthMechanism field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigUpdate) GetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetMappingRules() []MappingRule
GetMappingRules returns the MappingRules field value if set, zero value otherwise.
func (*ProxyConfigUpdate) GetMappingRulesOk ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetMappingRulesOk() ([]MappingRule, bool)
GetMappingRulesOk returns a tuple with the MappingRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigUpdate) GetName ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProxyConfigUpdate) GetNameOk ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigUpdate) GetSecret ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*ProxyConfigUpdate) GetSecretOk ¶ added in v1.0.1
func (o *ProxyConfigUpdate) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyConfigUpdate) HasAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigUpdate) HasAuthMechanism() bool
HasAuthMechanism returns a boolean if a field has been set.
func (*ProxyConfigUpdate) HasMappingRules ¶ added in v1.0.1
func (o *ProxyConfigUpdate) HasMappingRules() bool
HasMappingRules returns a boolean if a field has been set.
func (*ProxyConfigUpdate) HasName ¶ added in v1.0.1
func (o *ProxyConfigUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ProxyConfigUpdate) HasSecret ¶ added in v1.0.1
func (o *ProxyConfigUpdate) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (ProxyConfigUpdate) MarshalJSON ¶ added in v1.0.1
func (o ProxyConfigUpdate) MarshalJSON() ([]byte, error)
func (*ProxyConfigUpdate) SetAuthMechanism ¶ added in v1.0.1
func (o *ProxyConfigUpdate) SetAuthMechanism(v AuthMechanism)
SetAuthMechanism gets a reference to the given AuthMechanism and assigns it to the AuthMechanism field.
func (*ProxyConfigUpdate) SetMappingRules ¶ added in v1.0.1
func (o *ProxyConfigUpdate) SetMappingRules(v []MappingRule)
SetMappingRules gets a reference to the given []MappingRule and assigns it to the MappingRules field.
func (*ProxyConfigUpdate) SetName ¶ added in v1.0.1
func (o *ProxyConfigUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ProxyConfigUpdate) SetSecret ¶ added in v1.0.1
func (o *ProxyConfigUpdate) SetSecret(v string)
SetSecret gets a reference to the given Secret and assigns it to the Secret field.
func (ProxyConfigUpdate) ToMap ¶ added in v1.0.1
func (o ProxyConfigUpdate) ToMap() (map[string]interface{}, error)
type RelationBlockRead ¶ added in v1.0.5
type RelationBlockRead struct { // An optional longer description of what this relation represents in your system Description *string `json:"description,omitempty"` // Unique id of the relation ResourceId string `json:"resource_id"` // The resource key Resource string `json:"resource"` }
RelationBlockRead struct for RelationBlockRead
func NewRelationBlockRead ¶ added in v1.0.5
func NewRelationBlockRead(resourceId string, resource string) *RelationBlockRead
NewRelationBlockRead instantiates a new RelationBlockRead 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 NewRelationBlockReadWithDefaults ¶ added in v1.0.5
func NewRelationBlockReadWithDefaults() *RelationBlockRead
NewRelationBlockReadWithDefaults instantiates a new RelationBlockRead 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 (*RelationBlockRead) GetDescription ¶ added in v1.0.5
func (o *RelationBlockRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RelationBlockRead) GetDescriptionOk ¶ added in v1.0.5
func (o *RelationBlockRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationBlockRead) GetResource ¶ added in v1.0.5
func (o *RelationBlockRead) GetResource() string
GetResource returns the Resource field value
func (*RelationBlockRead) GetResourceId ¶ added in v1.0.5
func (o *RelationBlockRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*RelationBlockRead) GetResourceIdOk ¶ added in v1.0.5
func (o *RelationBlockRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*RelationBlockRead) GetResourceOk ¶ added in v1.0.5
func (o *RelationBlockRead) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*RelationBlockRead) HasDescription ¶ added in v1.0.5
func (o *RelationBlockRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RelationBlockRead) MarshalJSON ¶ added in v1.0.5
func (o RelationBlockRead) MarshalJSON() ([]byte, error)
func (*RelationBlockRead) SetDescription ¶ added in v1.0.5
func (o *RelationBlockRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RelationBlockRead) SetResource ¶ added in v1.0.5
func (o *RelationBlockRead) SetResource(v string)
SetResource sets field value
func (*RelationBlockRead) SetResourceId ¶ added in v1.0.5
func (o *RelationBlockRead) SetResourceId(v string)
SetResourceId sets field value
func (RelationBlockRead) ToMap ¶ added in v1.0.5
func (o RelationBlockRead) ToMap() (map[string]interface{}, error)
type RelationCreate ¶ added in v1.0.5
type RelationCreate struct { // A URL-friendly name of the relation (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the relation. Key string `json:"key"` // The name of the relation Name string `json:"name"` // An optional longer description of what this relation represents in your system Description *string `json:"description,omitempty"` // The subject resource ID or key SubjectResource string `json:"subject_resource"` }
RelationCreate struct for RelationCreate
func NewRelationCreate ¶ added in v1.0.5
func NewRelationCreate(key string, name string, subjectResource string) *RelationCreate
NewRelationCreate instantiates a new RelationCreate 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 NewRelationCreateWithDefaults ¶ added in v1.0.5
func NewRelationCreateWithDefaults() *RelationCreate
NewRelationCreateWithDefaults instantiates a new RelationCreate 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 (*RelationCreate) GetDescription ¶ added in v1.0.5
func (o *RelationCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RelationCreate) GetDescriptionOk ¶ added in v1.0.5
func (o *RelationCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationCreate) GetKey ¶ added in v1.0.5
func (o *RelationCreate) GetKey() string
GetKey returns the Key field value
func (*RelationCreate) GetKeyOk ¶ added in v1.0.5
func (o *RelationCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RelationCreate) GetName ¶ added in v1.0.5
func (o *RelationCreate) GetName() string
GetName returns the Name field value
func (*RelationCreate) GetNameOk ¶ added in v1.0.5
func (o *RelationCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RelationCreate) GetSubjectResource ¶ added in v1.0.5
func (o *RelationCreate) GetSubjectResource() string
GetSubjectResource returns the SubjectResource field value
func (*RelationCreate) GetSubjectResourceOk ¶ added in v1.0.5
func (o *RelationCreate) GetSubjectResourceOk() (*string, bool)
GetSubjectResourceOk returns a tuple with the SubjectResource field value and a boolean to check if the value has been set.
func (*RelationCreate) HasDescription ¶ added in v1.0.5
func (o *RelationCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RelationCreate) MarshalJSON ¶ added in v1.0.5
func (o RelationCreate) MarshalJSON() ([]byte, error)
func (*RelationCreate) SetDescription ¶ added in v1.0.5
func (o *RelationCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RelationCreate) SetKey ¶ added in v1.0.5
func (o *RelationCreate) SetKey(v string)
SetKey sets field value
func (*RelationCreate) SetName ¶ added in v1.0.5
func (o *RelationCreate) SetName(v string)
SetName sets field value
func (*RelationCreate) SetSubjectResource ¶ added in v1.0.5
func (o *RelationCreate) SetSubjectResource(v string)
SetSubjectResource sets field value
func (RelationCreate) ToMap ¶ added in v1.0.5
func (o RelationCreate) ToMap() (map[string]interface{}, error)
type RelationRead ¶ added in v1.0.5
type RelationRead struct { // An optional longer description of what this relation represents in your system Description *string `json:"description,omitempty"` // The subject resource ID or key SubjectResource string `json:"subject_resource"` // A URL-friendly name of the relation (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the relation. Key string `json:"key"` // The name of the relation Name string `json:"name"` // Unique id of the relation Id string `json:"id"` // Unique id of the organization that the relation belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the relation belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the relation belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the relation was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the relation was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The object resource id ObjectResourceId string `json:"object_resource_id"` // The object resource key ObjectResource string `json:"object_resource"` // The subject resource id SubjectResourceId string `json:"subject_resource_id"` }
RelationRead struct for RelationRead
func NewRelationRead ¶ added in v1.0.5
func NewRelationRead(subjectResource string, key string, name string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, objectResourceId string, objectResource string, subjectResourceId string) *RelationRead
NewRelationRead instantiates a new RelationRead 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 NewRelationReadWithDefaults ¶ added in v1.0.5
func NewRelationReadWithDefaults() *RelationRead
NewRelationReadWithDefaults instantiates a new RelationRead 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 (*RelationRead) GetCreatedAt ¶ added in v1.0.5
func (o *RelationRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*RelationRead) GetCreatedAtOk ¶ added in v1.0.5
func (o *RelationRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RelationRead) GetDescription ¶ added in v1.0.5
func (o *RelationRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RelationRead) GetDescriptionOk ¶ added in v1.0.5
func (o *RelationRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationRead) GetEnvironmentId ¶ added in v1.0.5
func (o *RelationRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*RelationRead) GetEnvironmentIdOk ¶ added in v1.0.5
func (o *RelationRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*RelationRead) GetId ¶ added in v1.0.5
func (o *RelationRead) GetId() string
GetId returns the Id field value
func (*RelationRead) GetIdOk ¶ added in v1.0.5
func (o *RelationRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RelationRead) GetKey ¶ added in v1.0.5
func (o *RelationRead) GetKey() string
GetKey returns the Key field value
func (*RelationRead) GetKeyOk ¶ added in v1.0.5
func (o *RelationRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RelationRead) GetName ¶ added in v1.0.5
func (o *RelationRead) GetName() string
GetName returns the Name field value
func (*RelationRead) GetNameOk ¶ added in v1.0.5
func (o *RelationRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RelationRead) GetObjectResource ¶ added in v1.0.5
func (o *RelationRead) GetObjectResource() string
GetObjectResource returns the ObjectResource field value
func (*RelationRead) GetObjectResourceId ¶ added in v1.0.5
func (o *RelationRead) GetObjectResourceId() string
GetObjectResourceId returns the ObjectResourceId field value
func (*RelationRead) GetObjectResourceIdOk ¶ added in v1.0.5
func (o *RelationRead) GetObjectResourceIdOk() (*string, bool)
GetObjectResourceIdOk returns a tuple with the ObjectResourceId field value and a boolean to check if the value has been set.
func (*RelationRead) GetObjectResourceOk ¶ added in v1.0.5
func (o *RelationRead) GetObjectResourceOk() (*string, bool)
GetObjectResourceOk returns a tuple with the ObjectResource field value and a boolean to check if the value has been set.
func (*RelationRead) GetOrganizationId ¶ added in v1.0.5
func (o *RelationRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RelationRead) GetOrganizationIdOk ¶ added in v1.0.5
func (o *RelationRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RelationRead) GetProjectId ¶ added in v1.0.5
func (o *RelationRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*RelationRead) GetProjectIdOk ¶ added in v1.0.5
func (o *RelationRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*RelationRead) GetSubjectResource ¶ added in v1.0.5
func (o *RelationRead) GetSubjectResource() string
GetSubjectResource returns the SubjectResource field value
func (*RelationRead) GetSubjectResourceId ¶ added in v1.0.5
func (o *RelationRead) GetSubjectResourceId() string
GetSubjectResourceId returns the SubjectResourceId field value
func (*RelationRead) GetSubjectResourceIdOk ¶ added in v1.0.5
func (o *RelationRead) GetSubjectResourceIdOk() (*string, bool)
GetSubjectResourceIdOk returns a tuple with the SubjectResourceId field value and a boolean to check if the value has been set.
func (*RelationRead) GetSubjectResourceOk ¶ added in v1.0.5
func (o *RelationRead) GetSubjectResourceOk() (*string, bool)
GetSubjectResourceOk returns a tuple with the SubjectResource field value and a boolean to check if the value has been set.
func (*RelationRead) GetUpdatedAt ¶ added in v1.0.5
func (o *RelationRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*RelationRead) GetUpdatedAtOk ¶ added in v1.0.5
func (o *RelationRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*RelationRead) HasDescription ¶ added in v1.0.5
func (o *RelationRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RelationRead) MarshalJSON ¶ added in v1.0.5
func (o RelationRead) MarshalJSON() ([]byte, error)
func (*RelationRead) SetCreatedAt ¶ added in v1.0.5
func (o *RelationRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*RelationRead) SetDescription ¶ added in v1.0.5
func (o *RelationRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RelationRead) SetEnvironmentId ¶ added in v1.0.5
func (o *RelationRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*RelationRead) SetId ¶ added in v1.0.5
func (o *RelationRead) SetId(v string)
SetId sets field value
func (*RelationRead) SetKey ¶ added in v1.0.5
func (o *RelationRead) SetKey(v string)
SetKey sets field value
func (*RelationRead) SetName ¶ added in v1.0.5
func (o *RelationRead) SetName(v string)
SetName sets field value
func (*RelationRead) SetObjectResource ¶ added in v1.0.5
func (o *RelationRead) SetObjectResource(v string)
SetObjectResource sets field value
func (*RelationRead) SetObjectResourceId ¶ added in v1.0.5
func (o *RelationRead) SetObjectResourceId(v string)
SetObjectResourceId sets field value
func (*RelationRead) SetOrganizationId ¶ added in v1.0.5
func (o *RelationRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RelationRead) SetProjectId ¶ added in v1.0.5
func (o *RelationRead) SetProjectId(v string)
SetProjectId sets field value
func (*RelationRead) SetSubjectResource ¶ added in v1.0.5
func (o *RelationRead) SetSubjectResource(v string)
SetSubjectResource sets field value
func (*RelationRead) SetSubjectResourceId ¶ added in v1.0.5
func (o *RelationRead) SetSubjectResourceId(v string)
SetSubjectResourceId sets field value
func (*RelationRead) SetUpdatedAt ¶ added in v1.0.5
func (o *RelationRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (RelationRead) ToMap ¶ added in v1.0.5
func (o RelationRead) ToMap() (map[string]interface{}, error)
type RelationshipTupleBlockRead ¶ added in v1.0.5
type RelationshipTupleBlockRead struct { // resource_key:resource_instance_key of the subject Subject string `json:"subject"` // key of the assigned relation Relation string `json:"relation"` // resource_key:resource_instance_key of the object Object string `json:"object"` }
RelationshipTupleBlockRead struct for RelationshipTupleBlockRead
func NewRelationshipTupleBlockRead ¶ added in v1.0.5
func NewRelationshipTupleBlockRead(subject string, relation string, object string) *RelationshipTupleBlockRead
NewRelationshipTupleBlockRead instantiates a new RelationshipTupleBlockRead 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 NewRelationshipTupleBlockReadWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleBlockReadWithDefaults() *RelationshipTupleBlockRead
NewRelationshipTupleBlockReadWithDefaults instantiates a new RelationshipTupleBlockRead 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 (*RelationshipTupleBlockRead) GetObject ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetObject() string
GetObject returns the Object field value
func (*RelationshipTupleBlockRead) GetObjectOk ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*RelationshipTupleBlockRead) GetRelation ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetRelation() string
GetRelation returns the Relation field value
func (*RelationshipTupleBlockRead) GetRelationOk ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*RelationshipTupleBlockRead) GetSubject ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetSubject() string
GetSubject returns the Subject field value
func (*RelationshipTupleBlockRead) GetSubjectOk ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (RelationshipTupleBlockRead) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleBlockRead) MarshalJSON() ([]byte, error)
func (*RelationshipTupleBlockRead) SetObject ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) SetObject(v string)
SetObject sets field value
func (*RelationshipTupleBlockRead) SetRelation ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) SetRelation(v string)
SetRelation sets field value
func (*RelationshipTupleBlockRead) SetSubject ¶ added in v1.0.5
func (o *RelationshipTupleBlockRead) SetSubject(v string)
SetSubject sets field value
func (RelationshipTupleBlockRead) ToMap ¶ added in v1.0.5
func (o RelationshipTupleBlockRead) ToMap() (map[string]interface{}, error)
type RelationshipTupleCreate ¶ added in v1.0.5
type RelationshipTupleCreate struct { // the resource instance assigned the new relation (accepts either the resource instance id or resource_key:resource_instance_key) Subject string `json:"subject"` // the relation to assign between the subject and object Relation string `json:"relation"` // the resource instance on which the new relation is assigned (accepts either the resource instance id or resource_key:resource_instance_key) Object string `json:"object"` // The tenant the subject and object belong to, if the resource instances don't exist yet, the tenant is required to create them. otherwise it is ignored Tenant *string `json:"tenant,omitempty"` }
RelationshipTupleCreate struct for RelationshipTupleCreate
func NewRelationshipTupleCreate ¶ added in v1.0.5
func NewRelationshipTupleCreate(subject string, relation string, object string) *RelationshipTupleCreate
NewRelationshipTupleCreate instantiates a new RelationshipTupleCreate 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 NewRelationshipTupleCreateWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleCreateWithDefaults() *RelationshipTupleCreate
NewRelationshipTupleCreateWithDefaults instantiates a new RelationshipTupleCreate 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 (*RelationshipTupleCreate) GetObject ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetObject() string
GetObject returns the Object field value
func (*RelationshipTupleCreate) GetObjectOk ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*RelationshipTupleCreate) GetRelation ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetRelation() string
GetRelation returns the Relation field value
func (*RelationshipTupleCreate) GetRelationOk ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*RelationshipTupleCreate) GetSubject ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetSubject() string
GetSubject returns the Subject field value
func (*RelationshipTupleCreate) GetSubjectOk ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*RelationshipTupleCreate) GetTenant ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetTenant() string
GetTenant returns the Tenant field value if set, zero value otherwise.
func (*RelationshipTupleCreate) GetTenantOk ¶ added in v1.0.5
func (o *RelationshipTupleCreate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipTupleCreate) HasTenant ¶ added in v1.0.5
func (o *RelationshipTupleCreate) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (RelationshipTupleCreate) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleCreate) MarshalJSON() ([]byte, error)
func (*RelationshipTupleCreate) SetObject ¶ added in v1.0.5
func (o *RelationshipTupleCreate) SetObject(v string)
SetObject sets field value
func (*RelationshipTupleCreate) SetRelation ¶ added in v1.0.5
func (o *RelationshipTupleCreate) SetRelation(v string)
SetRelation sets field value
func (*RelationshipTupleCreate) SetSubject ¶ added in v1.0.5
func (o *RelationshipTupleCreate) SetSubject(v string)
SetSubject sets field value
func (*RelationshipTupleCreate) SetTenant ¶ added in v1.0.5
func (o *RelationshipTupleCreate) SetTenant(v string)
SetTenant gets a reference to the given string and assigns it to the Tenant field.
func (RelationshipTupleCreate) ToMap ¶ added in v1.0.5
func (o RelationshipTupleCreate) ToMap() (map[string]interface{}, error)
type RelationshipTupleCreateBulkOperation ¶ added in v1.0.5
type RelationshipTupleCreateBulkOperation struct {
Operations []RelationshipTupleCreate `json:"operations"`
}
RelationshipTupleCreateBulkOperation struct for RelationshipTupleCreateBulkOperation
func NewRelationshipTupleCreateBulkOperation ¶ added in v1.0.5
func NewRelationshipTupleCreateBulkOperation(operations []RelationshipTupleCreate) *RelationshipTupleCreateBulkOperation
NewRelationshipTupleCreateBulkOperation instantiates a new RelationshipTupleCreateBulkOperation 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 NewRelationshipTupleCreateBulkOperationWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleCreateBulkOperationWithDefaults() *RelationshipTupleCreateBulkOperation
NewRelationshipTupleCreateBulkOperationWithDefaults instantiates a new RelationshipTupleCreateBulkOperation 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 (*RelationshipTupleCreateBulkOperation) GetOperations ¶ added in v1.0.5
func (o *RelationshipTupleCreateBulkOperation) GetOperations() []RelationshipTupleCreate
GetOperations returns the Operations field value
func (*RelationshipTupleCreateBulkOperation) GetOperationsOk ¶ added in v1.0.5
func (o *RelationshipTupleCreateBulkOperation) GetOperationsOk() ([]RelationshipTupleCreate, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (RelationshipTupleCreateBulkOperation) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleCreateBulkOperation) MarshalJSON() ([]byte, error)
func (*RelationshipTupleCreateBulkOperation) SetOperations ¶ added in v1.0.5
func (o *RelationshipTupleCreateBulkOperation) SetOperations(v []RelationshipTupleCreate)
SetOperations sets field value
func (RelationshipTupleCreateBulkOperation) ToMap ¶ added in v1.0.5
func (o RelationshipTupleCreateBulkOperation) ToMap() (map[string]interface{}, error)
type RelationshipTupleDelete ¶ added in v1.0.5
type RelationshipTupleDelete struct { // the resource instance assigned the new relation (accepts either the resource instance id or resource_key:resource_instance_key) Subject string `json:"subject"` // the relation to assign between the subject and object Relation string `json:"relation"` // the resource instance on which the new relation is assigned (accepts either the resource instance id or resource_key:resource_instance_key) Object string `json:"object"` }
RelationshipTupleDelete struct for RelationshipTupleDelete
func NewRelationshipTupleDelete ¶ added in v1.0.5
func NewRelationshipTupleDelete(subject string, relation string, object string) *RelationshipTupleDelete
NewRelationshipTupleDelete instantiates a new RelationshipTupleDelete 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 NewRelationshipTupleDeleteWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleDeleteWithDefaults() *RelationshipTupleDelete
NewRelationshipTupleDeleteWithDefaults instantiates a new RelationshipTupleDelete 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 (*RelationshipTupleDelete) GetObject ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetObject() string
GetObject returns the Object field value
func (*RelationshipTupleDelete) GetObjectOk ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*RelationshipTupleDelete) GetRelation ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetRelation() string
GetRelation returns the Relation field value
func (*RelationshipTupleDelete) GetRelationOk ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*RelationshipTupleDelete) GetSubject ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetSubject() string
GetSubject returns the Subject field value
func (*RelationshipTupleDelete) GetSubjectOk ¶ added in v1.0.5
func (o *RelationshipTupleDelete) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (RelationshipTupleDelete) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleDelete) MarshalJSON() ([]byte, error)
func (*RelationshipTupleDelete) SetObject ¶ added in v1.0.5
func (o *RelationshipTupleDelete) SetObject(v string)
SetObject sets field value
func (*RelationshipTupleDelete) SetRelation ¶ added in v1.0.5
func (o *RelationshipTupleDelete) SetRelation(v string)
SetRelation sets field value
func (*RelationshipTupleDelete) SetSubject ¶ added in v1.0.5
func (o *RelationshipTupleDelete) SetSubject(v string)
SetSubject sets field value
func (RelationshipTupleDelete) ToMap ¶ added in v1.0.5
func (o RelationshipTupleDelete) ToMap() (map[string]interface{}, error)
type RelationshipTupleDeleteBulkOperation ¶ added in v1.0.5
type RelationshipTupleDeleteBulkOperation struct {
Idents []RelationshipTupleDelete `json:"idents"`
}
RelationshipTupleDeleteBulkOperation struct for RelationshipTupleDeleteBulkOperation
func NewRelationshipTupleDeleteBulkOperation ¶ added in v1.0.5
func NewRelationshipTupleDeleteBulkOperation(idents []RelationshipTupleDelete) *RelationshipTupleDeleteBulkOperation
NewRelationshipTupleDeleteBulkOperation instantiates a new RelationshipTupleDeleteBulkOperation 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 NewRelationshipTupleDeleteBulkOperationWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleDeleteBulkOperationWithDefaults() *RelationshipTupleDeleteBulkOperation
NewRelationshipTupleDeleteBulkOperationWithDefaults instantiates a new RelationshipTupleDeleteBulkOperation 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 (*RelationshipTupleDeleteBulkOperation) GetIdents ¶ added in v1.0.5
func (o *RelationshipTupleDeleteBulkOperation) GetIdents() []RelationshipTupleDelete
GetIdents returns the Idents field value
func (*RelationshipTupleDeleteBulkOperation) GetIdentsOk ¶ added in v1.0.5
func (o *RelationshipTupleDeleteBulkOperation) GetIdentsOk() ([]RelationshipTupleDelete, bool)
GetIdentsOk returns a tuple with the Idents field value and a boolean to check if the value has been set.
func (RelationshipTupleDeleteBulkOperation) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleDeleteBulkOperation) MarshalJSON() ([]byte, error)
func (*RelationshipTupleDeleteBulkOperation) SetIdents ¶ added in v1.0.5
func (o *RelationshipTupleDeleteBulkOperation) SetIdents(v []RelationshipTupleDelete)
SetIdents sets field value
func (RelationshipTupleDeleteBulkOperation) ToMap ¶ added in v1.0.5
func (o RelationshipTupleDeleteBulkOperation) ToMap() (map[string]interface{}, error)
type RelationshipTupleObj ¶ added in v1.0.5
type RelationshipTupleObj struct { SubjectStr string `json:"subject_str"` RelationStr string `json:"relation_str"` ObjectStr string `json:"object_str"` }
RelationshipTupleObj struct for RelationshipTupleObj
func NewRelationshipTupleObj ¶ added in v1.0.5
func NewRelationshipTupleObj(subjectStr string, relationStr string, objectStr string) *RelationshipTupleObj
NewRelationshipTupleObj instantiates a new RelationshipTupleObj 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 NewRelationshipTupleObjWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleObjWithDefaults() *RelationshipTupleObj
NewRelationshipTupleObjWithDefaults instantiates a new RelationshipTupleObj 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 (*RelationshipTupleObj) GetObjectStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetObjectStr() string
GetObjectStr returns the ObjectStr field value
func (*RelationshipTupleObj) GetObjectStrOk ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetObjectStrOk() (*string, bool)
GetObjectStrOk returns a tuple with the ObjectStr field value and a boolean to check if the value has been set.
func (*RelationshipTupleObj) GetRelationStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetRelationStr() string
GetRelationStr returns the RelationStr field value
func (*RelationshipTupleObj) GetRelationStrOk ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetRelationStrOk() (*string, bool)
GetRelationStrOk returns a tuple with the RelationStr field value and a boolean to check if the value has been set.
func (*RelationshipTupleObj) GetSubjectStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetSubjectStr() string
GetSubjectStr returns the SubjectStr field value
func (*RelationshipTupleObj) GetSubjectStrOk ¶ added in v1.0.5
func (o *RelationshipTupleObj) GetSubjectStrOk() (*string, bool)
GetSubjectStrOk returns a tuple with the SubjectStr field value and a boolean to check if the value has been set.
func (RelationshipTupleObj) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleObj) MarshalJSON() ([]byte, error)
func (*RelationshipTupleObj) SetObjectStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) SetObjectStr(v string)
SetObjectStr sets field value
func (*RelationshipTupleObj) SetRelationStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) SetRelationStr(v string)
SetRelationStr sets field value
func (*RelationshipTupleObj) SetSubjectStr ¶ added in v1.0.5
func (o *RelationshipTupleObj) SetSubjectStr(v string)
SetSubjectStr sets field value
func (RelationshipTupleObj) ToMap ¶ added in v1.0.5
func (o RelationshipTupleObj) ToMap() (map[string]interface{}, error)
type RelationshipTupleRead ¶ added in v1.0.5
type RelationshipTupleRead struct { // resource_key:resource_instance_key of the subject Subject string `json:"subject"` // key of the assigned relation Relation string `json:"relation"` // resource_key:resource_instance_key of the object Object string `json:"object"` // Unique id of the relationship tuple Id string `json:"id"` // The tenant the relationship tuple is associated with Tenant string `json:"tenant"` // Unique id of the subject SubjectId string `json:"subject_id"` // Unique id of the relation RelationId string `json:"relation_id"` // Unique id of the object ObjectId string `json:"object_id"` // Unique id of the tenant TenantId string `json:"tenant_id"` // Unique id of the organization that the relationship tuple belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the relationship tuple belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the relationship tuple belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the relationship tuple was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the relationship tuple was created (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` SubjectDetails *ResourceInstanceBlockRead `json:"subject_details,omitempty"` RelationDetails *StrippedRelationBlockRead `json:"relation_details,omitempty"` ObjectDetails *ResourceInstanceBlockRead `json:"object_details,omitempty"` TenantDetails *TenantBlockRead `json:"tenant_details,omitempty"` }
RelationshipTupleRead struct for RelationshipTupleRead
func NewRelationshipTupleRead ¶ added in v1.0.5
func NewRelationshipTupleRead(subject string, relation string, object string, id string, tenant string, subjectId string, relationId string, objectId string, tenantId string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time) *RelationshipTupleRead
NewRelationshipTupleRead instantiates a new RelationshipTupleRead 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 NewRelationshipTupleReadWithDefaults ¶ added in v1.0.5
func NewRelationshipTupleReadWithDefaults() *RelationshipTupleRead
NewRelationshipTupleReadWithDefaults instantiates a new RelationshipTupleRead 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 (*RelationshipTupleRead) GetCreatedAt ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*RelationshipTupleRead) GetCreatedAtOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetEnvironmentId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*RelationshipTupleRead) GetEnvironmentIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetId() string
GetId returns the Id field value
func (*RelationshipTupleRead) GetIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetObject ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObject() string
GetObject returns the Object field value
func (*RelationshipTupleRead) GetObjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObjectDetails() ResourceInstanceBlockRead
GetObjectDetails returns the ObjectDetails field value if set, zero value otherwise.
func (*RelationshipTupleRead) GetObjectDetailsOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObjectDetailsOk() (*ResourceInstanceBlockRead, bool)
GetObjectDetailsOk returns a tuple with the ObjectDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetObjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObjectId() string
GetObjectId returns the ObjectId field value
func (*RelationshipTupleRead) GetObjectIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObjectIdOk() (*string, bool)
GetObjectIdOk returns a tuple with the ObjectId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetObjectOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetOrganizationId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RelationshipTupleRead) GetOrganizationIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetProjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*RelationshipTupleRead) GetProjectIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetRelation ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelation() string
GetRelation returns the Relation field value
func (*RelationshipTupleRead) GetRelationDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelationDetails() StrippedRelationBlockRead
GetRelationDetails returns the RelationDetails field value if set, zero value otherwise.
func (*RelationshipTupleRead) GetRelationDetailsOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelationDetailsOk() (*StrippedRelationBlockRead, bool)
GetRelationDetailsOk returns a tuple with the RelationDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetRelationId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelationId() string
GetRelationId returns the RelationId field value
func (*RelationshipTupleRead) GetRelationIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelationIdOk() (*string, bool)
GetRelationIdOk returns a tuple with the RelationId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetRelationOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetRelationOk() (*string, bool)
GetRelationOk returns a tuple with the Relation field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetSubject ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubject() string
GetSubject returns the Subject field value
func (*RelationshipTupleRead) GetSubjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubjectDetails() ResourceInstanceBlockRead
GetSubjectDetails returns the SubjectDetails field value if set, zero value otherwise.
func (*RelationshipTupleRead) GetSubjectDetailsOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubjectDetailsOk() (*ResourceInstanceBlockRead, bool)
GetSubjectDetailsOk returns a tuple with the SubjectDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetSubjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubjectId() string
GetSubjectId returns the SubjectId field value
func (*RelationshipTupleRead) GetSubjectIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubjectIdOk() (*string, bool)
GetSubjectIdOk returns a tuple with the SubjectId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetSubjectOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetTenant ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenant() string
GetTenant returns the Tenant field value
func (*RelationshipTupleRead) GetTenantDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenantDetails() TenantBlockRead
GetTenantDetails returns the TenantDetails field value if set, zero value otherwise.
func (*RelationshipTupleRead) GetTenantDetailsOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenantDetailsOk() (*TenantBlockRead, bool)
GetTenantDetailsOk returns a tuple with the TenantDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetTenantId ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenantId() string
GetTenantId returns the TenantId field value
func (*RelationshipTupleRead) GetTenantIdOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetTenantOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) GetUpdatedAt ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*RelationshipTupleRead) GetUpdatedAtOk ¶ added in v1.0.5
func (o *RelationshipTupleRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*RelationshipTupleRead) HasObjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) HasObjectDetails() bool
HasObjectDetails returns a boolean if a field has been set.
func (*RelationshipTupleRead) HasRelationDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) HasRelationDetails() bool
HasRelationDetails returns a boolean if a field has been set.
func (*RelationshipTupleRead) HasSubjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) HasSubjectDetails() bool
HasSubjectDetails returns a boolean if a field has been set.
func (*RelationshipTupleRead) HasTenantDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) HasTenantDetails() bool
HasTenantDetails returns a boolean if a field has been set.
func (RelationshipTupleRead) MarshalJSON ¶ added in v1.0.5
func (o RelationshipTupleRead) MarshalJSON() ([]byte, error)
func (*RelationshipTupleRead) SetCreatedAt ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*RelationshipTupleRead) SetEnvironmentId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*RelationshipTupleRead) SetId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetId(v string)
SetId sets field value
func (*RelationshipTupleRead) SetObject ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetObject(v string)
SetObject sets field value
func (*RelationshipTupleRead) SetObjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetObjectDetails(v ResourceInstanceBlockRead)
SetObjectDetails gets a reference to the given ResourceInstanceBlockRead and assigns it to the ObjectDetails field.
func (*RelationshipTupleRead) SetObjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetObjectId(v string)
SetObjectId sets field value
func (*RelationshipTupleRead) SetOrganizationId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RelationshipTupleRead) SetProjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetProjectId(v string)
SetProjectId sets field value
func (*RelationshipTupleRead) SetRelation ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetRelation(v string)
SetRelation sets field value
func (*RelationshipTupleRead) SetRelationDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetRelationDetails(v StrippedRelationBlockRead)
SetRelationDetails gets a reference to the given StrippedRelationBlockRead and assigns it to the RelationDetails field.
func (*RelationshipTupleRead) SetRelationId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetRelationId(v string)
SetRelationId sets field value
func (*RelationshipTupleRead) SetSubject ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetSubject(v string)
SetSubject sets field value
func (*RelationshipTupleRead) SetSubjectDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetSubjectDetails(v ResourceInstanceBlockRead)
SetSubjectDetails gets a reference to the given ResourceInstanceBlockRead and assigns it to the SubjectDetails field.
func (*RelationshipTupleRead) SetSubjectId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetSubjectId(v string)
SetSubjectId sets field value
func (*RelationshipTupleRead) SetTenant ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetTenant(v string)
SetTenant sets field value
func (*RelationshipTupleRead) SetTenantDetails ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetTenantDetails(v TenantBlockRead)
SetTenantDetails gets a reference to the given TenantBlockRead and assigns it to the TenantDetails field.
func (*RelationshipTupleRead) SetTenantId ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetTenantId(v string)
SetTenantId sets field value
func (*RelationshipTupleRead) SetUpdatedAt ¶ added in v1.0.5
func (o *RelationshipTupleRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (RelationshipTupleRead) ToMap ¶ added in v1.0.5
func (o RelationshipTupleRead) ToMap() (map[string]interface{}, error)
type RemoteConfig ¶
type RemoteConfig struct { OpalCommon map[string]interface{} `json:"opal_common,omitempty"` OpalClient OPALClient `json:"opal_client"` Pdp *Pdp `json:"pdp,omitempty"` Context PDPContext `json:"context"` }
RemoteConfig struct for RemoteConfig
func (*RemoteConfig) GetContext ¶
func (o *RemoteConfig) GetContext() PDPContext
GetContext returns the Context field value
func (*RemoteConfig) GetContextOk ¶
func (o *RemoteConfig) GetContextOk() (*PDPContext, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*RemoteConfig) GetOpalClient ¶
func (o *RemoteConfig) GetOpalClient() OPALClient
GetOpalClient returns the OpalClient field value
func (*RemoteConfig) GetOpalClientOk ¶
func (o *RemoteConfig) GetOpalClientOk() (*OPALClient, bool)
GetOpalClientOk returns a tuple with the OpalClient field value and a boolean to check if the value has been set.
func (*RemoteConfig) GetOpalCommon ¶
func (o *RemoteConfig) GetOpalCommon() map[string]interface{}
GetOpalCommon returns the OpalCommon field value if set, zero value otherwise.
func (*RemoteConfig) GetOpalCommonOk ¶
func (o *RemoteConfig) GetOpalCommonOk() (map[string]interface{}, bool)
GetOpalCommonOk returns a tuple with the OpalCommon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoteConfig) GetPdp ¶
func (o *RemoteConfig) GetPdp() Pdp
GetPdp returns the Pdp field value if set, zero value otherwise.
func (*RemoteConfig) GetPdpOk ¶
func (o *RemoteConfig) GetPdpOk() (*Pdp, bool)
GetPdpOk returns a tuple with the Pdp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RemoteConfig) HasOpalCommon ¶
func (o *RemoteConfig) HasOpalCommon() bool
HasOpalCommon returns a boolean if a field has been set.
func (*RemoteConfig) HasPdp ¶
func (o *RemoteConfig) HasPdp() bool
HasPdp returns a boolean if a field has been set.
func (RemoteConfig) MarshalJSON ¶
func (o RemoteConfig) MarshalJSON() ([]byte, error)
func (*RemoteConfig) SetContext ¶
func (o *RemoteConfig) SetContext(v PDPContext)
SetContext sets field value
func (*RemoteConfig) SetOpalClient ¶
func (o *RemoteConfig) SetOpalClient(v OPALClient)
SetOpalClient sets field value
func (*RemoteConfig) SetOpalCommon ¶
func (o *RemoteConfig) SetOpalCommon(v map[string]interface{})
SetOpalCommon gets a reference to the given map[string]interface{} and assigns it to the OpalCommon field.
func (*RemoteConfig) SetPdp ¶
func (o *RemoteConfig) SetPdp(v Pdp)
SetPdp gets a reference to the given Pdp and assigns it to the Pdp field.
type RemoveRolePermissions ¶
type RemoveRolePermissions struct { // List of permissions to remove from the role. If a permission is not found it is skipped. Each permission can be either a resource action id, or `{resource_key}:{action_key}`,i.e: the \"permission name\". Permissions []string `json:"permissions"` }
RemoveRolePermissions struct for RemoveRolePermissions
func NewRemoveRolePermissions ¶
func NewRemoveRolePermissions(permissions []string) *RemoveRolePermissions
NewRemoveRolePermissions instantiates a new RemoveRolePermissions 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 NewRemoveRolePermissionsWithDefaults ¶
func NewRemoveRolePermissionsWithDefaults() *RemoveRolePermissions
NewRemoveRolePermissionsWithDefaults instantiates a new RemoveRolePermissions 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 (*RemoveRolePermissions) GetPermissions ¶
func (o *RemoveRolePermissions) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*RemoveRolePermissions) GetPermissionsOk ¶
func (o *RemoveRolePermissions) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (RemoveRolePermissions) MarshalJSON ¶
func (o RemoveRolePermissions) MarshalJSON() ([]byte, error)
func (*RemoveRolePermissions) SetPermissions ¶
func (o *RemoveRolePermissions) SetPermissions(v []string)
SetPermissions sets field value
type ResourceActionCreate ¶
type ResourceActionCreate struct { // A URL-friendly name of the action (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action. Key string `json:"key"` // The name of the action Name string `json:"name"` // An optional longer description of what this action respresents in your system Description *string `json:"description,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceActionCreate struct for ResourceActionCreate
func NewResourceActionCreate ¶
func NewResourceActionCreate(key string, name string) *ResourceActionCreate
NewResourceActionCreate instantiates a new ResourceActionCreate 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 NewResourceActionCreateWithDefaults ¶
func NewResourceActionCreateWithDefaults() *ResourceActionCreate
NewResourceActionCreateWithDefaults instantiates a new ResourceActionCreate 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 (*ResourceActionCreate) GetAttributes ¶ added in v0.0.10
func (o *ResourceActionCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceActionCreate) GetAttributesOk ¶ added in v0.0.10
func (o *ResourceActionCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionCreate) GetDescription ¶
func (o *ResourceActionCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceActionCreate) GetDescriptionOk ¶
func (o *ResourceActionCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionCreate) GetKey ¶
func (o *ResourceActionCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceActionCreate) GetKeyOk ¶
func (o *ResourceActionCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceActionCreate) GetName ¶
func (o *ResourceActionCreate) GetName() string
GetName returns the Name field value
func (*ResourceActionCreate) GetNameOk ¶
func (o *ResourceActionCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceActionCreate) HasAttributes ¶ added in v0.0.10
func (o *ResourceActionCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceActionCreate) HasDescription ¶
func (o *ResourceActionCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceActionCreate) MarshalJSON ¶
func (o ResourceActionCreate) MarshalJSON() ([]byte, error)
func (*ResourceActionCreate) SetAttributes ¶ added in v0.0.10
func (o *ResourceActionCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceActionCreate) SetDescription ¶
func (o *ResourceActionCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceActionCreate) SetKey ¶
func (o *ResourceActionCreate) SetKey(v string)
SetKey sets field value
func (*ResourceActionCreate) SetName ¶
func (o *ResourceActionCreate) SetName(v string)
SetName sets field value
func (ResourceActionCreate) ToMap ¶ added in v0.0.10
func (o ResourceActionCreate) ToMap() (map[string]interface{}, error)
type ResourceActionGroupCreate ¶ added in v0.0.10
type ResourceActionGroupCreate struct { // A URL-friendly name of the action group (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action group. Key string `json:"key"` // The name of the action group Name string `json:"name"` // An optional longer description of what this action group represents in your system Description *string `json:"description,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action group. This metadata can be used to filter action groups using query parameters with attr_ prefix Attributes map[string]interface{} `json:"attributes,omitempty"` Actions []string `json:"actions,omitempty"` }
ResourceActionGroupCreate struct for ResourceActionGroupCreate
func NewResourceActionGroupCreate ¶ added in v0.0.10
func NewResourceActionGroupCreate(key string, name string) *ResourceActionGroupCreate
NewResourceActionGroupCreate instantiates a new ResourceActionGroupCreate 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 NewResourceActionGroupCreateWithDefaults ¶ added in v0.0.10
func NewResourceActionGroupCreateWithDefaults() *ResourceActionGroupCreate
NewResourceActionGroupCreateWithDefaults instantiates a new ResourceActionGroupCreate 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 (*ResourceActionGroupCreate) GetActions ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetActions() []string
GetActions returns the Actions field value if set, zero value otherwise.
func (*ResourceActionGroupCreate) GetActionsOk ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetActionsOk() ([]string, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupCreate) GetAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceActionGroupCreate) GetAttributesOk ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupCreate) GetDescription ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceActionGroupCreate) GetDescriptionOk ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupCreate) GetKey ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceActionGroupCreate) GetKeyOk ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceActionGroupCreate) GetName ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetName() string
GetName returns the Name field value
func (*ResourceActionGroupCreate) GetNameOk ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceActionGroupCreate) HasActions ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*ResourceActionGroupCreate) HasAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceActionGroupCreate) HasDescription ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceActionGroupCreate) MarshalJSON ¶ added in v0.0.10
func (o ResourceActionGroupCreate) MarshalJSON() ([]byte, error)
func (*ResourceActionGroupCreate) SetActions ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) SetActions(v []string)
SetActions gets a reference to the given []string and assigns it to the Actions field.
func (*ResourceActionGroupCreate) SetAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceActionGroupCreate) SetDescription ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceActionGroupCreate) SetKey ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) SetKey(v string)
SetKey sets field value
func (*ResourceActionGroupCreate) SetName ¶ added in v0.0.10
func (o *ResourceActionGroupCreate) SetName(v string)
SetName sets field value
func (ResourceActionGroupCreate) ToMap ¶ added in v0.0.10
func (o ResourceActionGroupCreate) ToMap() (map[string]interface{}, error)
type ResourceActionGroupRead ¶ added in v0.0.10
type ResourceActionGroupRead struct { // The name of the action group Name string `json:"name"` // An optional longer description of what this action group represents in your system Description *string `json:"description,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action group. This metadata can be used to filter action groups using query parameters with attr_ prefix Attributes map[string]interface{} `json:"attributes,omitempty"` Actions []string `json:"actions,omitempty"` // A URL-friendly name of the action group (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action group. Key string `json:"key"` // Unique id of the action group Id string `json:"id"` // Unique id of the organization that the action group belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the action group belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the action group belongs to. EnvironmentId string `json:"environment_id"` // Unique id of the resource that the action group belongs to. ResourceId string `json:"resource_id"` // Date and time when the action group was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the action group was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
ResourceActionGroupRead struct for ResourceActionGroupRead
func NewResourceActionGroupRead ¶ added in v0.0.10
func NewResourceActionGroupRead(name string, key string, id string, organizationId string, projectId string, environmentId string, resourceId string, createdAt time.Time, updatedAt time.Time) *ResourceActionGroupRead
NewResourceActionGroupRead instantiates a new ResourceActionGroupRead 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 NewResourceActionGroupReadWithDefaults ¶ added in v0.0.10
func NewResourceActionGroupReadWithDefaults() *ResourceActionGroupRead
NewResourceActionGroupReadWithDefaults instantiates a new ResourceActionGroupRead 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 (*ResourceActionGroupRead) GetActions ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetActions() []string
GetActions returns the Actions field value if set, zero value otherwise.
func (*ResourceActionGroupRead) GetActionsOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetActionsOk() ([]string, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceActionGroupRead) GetAttributesOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetCreatedAt ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceActionGroupRead) GetCreatedAtOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetDescription ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceActionGroupRead) GetDescriptionOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetEnvironmentId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceActionGroupRead) GetEnvironmentIdOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetId() string
GetId returns the Id field value
func (*ResourceActionGroupRead) GetIdOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetKey ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetKey() string
GetKey returns the Key field value
func (*ResourceActionGroupRead) GetKeyOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetName ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetName() string
GetName returns the Name field value
func (*ResourceActionGroupRead) GetNameOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetOrganizationId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceActionGroupRead) GetOrganizationIdOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetProjectId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceActionGroupRead) GetProjectIdOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetResourceId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceActionGroupRead) GetResourceIdOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) GetUpdatedAt ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceActionGroupRead) GetUpdatedAtOk ¶ added in v0.0.10
func (o *ResourceActionGroupRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceActionGroupRead) HasActions ¶ added in v0.0.10
func (o *ResourceActionGroupRead) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*ResourceActionGroupRead) HasAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceActionGroupRead) HasDescription ¶ added in v0.0.10
func (o *ResourceActionGroupRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceActionGroupRead) MarshalJSON ¶ added in v0.0.10
func (o ResourceActionGroupRead) MarshalJSON() ([]byte, error)
func (*ResourceActionGroupRead) SetActions ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetActions(v []string)
SetActions gets a reference to the given []string and assigns it to the Actions field.
func (*ResourceActionGroupRead) SetAttributes ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceActionGroupRead) SetCreatedAt ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceActionGroupRead) SetDescription ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceActionGroupRead) SetEnvironmentId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceActionGroupRead) SetId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetId(v string)
SetId sets field value
func (*ResourceActionGroupRead) SetKey ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetKey(v string)
SetKey sets field value
func (*ResourceActionGroupRead) SetName ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetName(v string)
SetName sets field value
func (*ResourceActionGroupRead) SetOrganizationId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceActionGroupRead) SetProjectId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceActionGroupRead) SetResourceId ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetResourceId(v string)
SetResourceId sets field value
func (*ResourceActionGroupRead) SetUpdatedAt ¶ added in v0.0.10
func (o *ResourceActionGroupRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ResourceActionGroupRead) ToMap ¶ added in v0.0.10
func (o ResourceActionGroupRead) ToMap() (map[string]interface{}, error)
type ResourceActionRead ¶
type ResourceActionRead struct { // The name of the action Name string `json:"name"` // An optional longer description of what this action respresents in your system Description *string `json:"description,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix Attributes map[string]interface{} `json:"attributes,omitempty"` // A URL-friendly name of the action (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action. Key string `json:"key"` // Unique id of the action Id string `json:"id"` // The name of the action, prefixed by the resource the action is acting upon. PermissionName string `json:"permission_name"` // Unique id of the organization that the action belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the action belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the action belongs to. EnvironmentId string `json:"environment_id"` // Unique id of the resource that the action belongs to. ResourceId string `json:"resource_id"` // Date and time when the action was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the action was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
ResourceActionRead struct for ResourceActionRead
func NewResourceActionRead ¶
func NewResourceActionRead(name string, key string, id string, permissionName string, organizationId string, projectId string, environmentId string, resourceId string, createdAt time.Time, updatedAt time.Time) *ResourceActionRead
NewResourceActionRead instantiates a new ResourceActionRead 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 NewResourceActionReadWithDefaults ¶
func NewResourceActionReadWithDefaults() *ResourceActionRead
NewResourceActionReadWithDefaults instantiates a new ResourceActionRead 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 (*ResourceActionRead) GetAttributes ¶ added in v0.0.10
func (o *ResourceActionRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceActionRead) GetAttributesOk ¶ added in v0.0.10
func (o *ResourceActionRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionRead) GetCreatedAt ¶
func (o *ResourceActionRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceActionRead) GetCreatedAtOk ¶
func (o *ResourceActionRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetDescription ¶
func (o *ResourceActionRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceActionRead) GetDescriptionOk ¶
func (o *ResourceActionRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionRead) GetEnvironmentId ¶
func (o *ResourceActionRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceActionRead) GetEnvironmentIdOk ¶
func (o *ResourceActionRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetId ¶
func (o *ResourceActionRead) GetId() string
GetId returns the Id field value
func (*ResourceActionRead) GetIdOk ¶
func (o *ResourceActionRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetKey ¶
func (o *ResourceActionRead) GetKey() string
GetKey returns the Key field value
func (*ResourceActionRead) GetKeyOk ¶
func (o *ResourceActionRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetName ¶
func (o *ResourceActionRead) GetName() string
GetName returns the Name field value
func (*ResourceActionRead) GetNameOk ¶
func (o *ResourceActionRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetOrganizationId ¶
func (o *ResourceActionRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceActionRead) GetOrganizationIdOk ¶
func (o *ResourceActionRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetPermissionName ¶
func (o *ResourceActionRead) GetPermissionName() string
GetPermissionName returns the PermissionName field value
func (*ResourceActionRead) GetPermissionNameOk ¶
func (o *ResourceActionRead) GetPermissionNameOk() (*string, bool)
GetPermissionNameOk returns a tuple with the PermissionName field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetProjectId ¶
func (o *ResourceActionRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceActionRead) GetProjectIdOk ¶
func (o *ResourceActionRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetResourceId ¶
func (o *ResourceActionRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceActionRead) GetResourceIdOk ¶
func (o *ResourceActionRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*ResourceActionRead) GetUpdatedAt ¶
func (o *ResourceActionRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceActionRead) GetUpdatedAtOk ¶
func (o *ResourceActionRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceActionRead) HasAttributes ¶ added in v0.0.10
func (o *ResourceActionRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceActionRead) HasDescription ¶
func (o *ResourceActionRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceActionRead) MarshalJSON ¶
func (o ResourceActionRead) MarshalJSON() ([]byte, error)
func (*ResourceActionRead) SetAttributes ¶ added in v0.0.10
func (o *ResourceActionRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceActionRead) SetCreatedAt ¶
func (o *ResourceActionRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceActionRead) SetDescription ¶
func (o *ResourceActionRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceActionRead) SetEnvironmentId ¶
func (o *ResourceActionRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceActionRead) SetId ¶
func (o *ResourceActionRead) SetId(v string)
SetId sets field value
func (*ResourceActionRead) SetKey ¶
func (o *ResourceActionRead) SetKey(v string)
SetKey sets field value
func (*ResourceActionRead) SetName ¶
func (o *ResourceActionRead) SetName(v string)
SetName sets field value
func (*ResourceActionRead) SetOrganizationId ¶
func (o *ResourceActionRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceActionRead) SetPermissionName ¶
func (o *ResourceActionRead) SetPermissionName(v string)
SetPermissionName sets field value
func (*ResourceActionRead) SetProjectId ¶
func (o *ResourceActionRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceActionRead) SetResourceId ¶
func (o *ResourceActionRead) SetResourceId(v string)
SetResourceId sets field value
func (*ResourceActionRead) SetUpdatedAt ¶
func (o *ResourceActionRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (ResourceActionRead) ToMap ¶ added in v0.0.10
func (o ResourceActionRead) ToMap() (map[string]interface{}, error)
type ResourceActionUpdate ¶
type ResourceActionUpdate struct { // The name of the action Name *string `json:"name,omitempty"` // An optional longer description of what this action respresents in your system Description *string `json:"description,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceActionUpdate struct for ResourceActionUpdate
func NewResourceActionUpdate ¶
func NewResourceActionUpdate() *ResourceActionUpdate
NewResourceActionUpdate instantiates a new ResourceActionUpdate 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 NewResourceActionUpdateWithDefaults ¶
func NewResourceActionUpdateWithDefaults() *ResourceActionUpdate
NewResourceActionUpdateWithDefaults instantiates a new ResourceActionUpdate 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 (*ResourceActionUpdate) GetAttributes ¶ added in v0.0.10
func (o *ResourceActionUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceActionUpdate) GetAttributesOk ¶ added in v0.0.10
func (o *ResourceActionUpdate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionUpdate) GetDescription ¶
func (o *ResourceActionUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceActionUpdate) GetDescriptionOk ¶
func (o *ResourceActionUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionUpdate) GetName ¶
func (o *ResourceActionUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceActionUpdate) GetNameOk ¶
func (o *ResourceActionUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceActionUpdate) HasAttributes ¶ added in v0.0.10
func (o *ResourceActionUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceActionUpdate) HasDescription ¶
func (o *ResourceActionUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceActionUpdate) HasName ¶
func (o *ResourceActionUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (ResourceActionUpdate) MarshalJSON ¶
func (o ResourceActionUpdate) MarshalJSON() ([]byte, error)
func (*ResourceActionUpdate) SetAttributes ¶ added in v0.0.10
func (o *ResourceActionUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceActionUpdate) SetDescription ¶
func (o *ResourceActionUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceActionUpdate) SetName ¶
func (o *ResourceActionUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ResourceActionUpdate) ToMap ¶ added in v0.0.10
func (o ResourceActionUpdate) ToMap() (map[string]interface{}, error)
type ResourceAttributeCreate ¶
type ResourceAttributeCreate struct { // A URL-friendly name of the attribute (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the attribute. Key string `json:"key"` // The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. Type AttributeType `json:"type"` // An optional longer description of what this attribute respresents in your system Description *string `json:"description,omitempty"` }
ResourceAttributeCreate struct for ResourceAttributeCreate
func NewResourceAttributeCreate ¶
func NewResourceAttributeCreate(key string, type_ AttributeType) *ResourceAttributeCreate
NewResourceAttributeCreate instantiates a new ResourceAttributeCreate 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 NewResourceAttributeCreateWithDefaults ¶
func NewResourceAttributeCreateWithDefaults() *ResourceAttributeCreate
NewResourceAttributeCreateWithDefaults instantiates a new ResourceAttributeCreate 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 (*ResourceAttributeCreate) GetDescription ¶
func (o *ResourceAttributeCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceAttributeCreate) GetDescriptionOk ¶
func (o *ResourceAttributeCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAttributeCreate) GetKey ¶
func (o *ResourceAttributeCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceAttributeCreate) GetKeyOk ¶
func (o *ResourceAttributeCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceAttributeCreate) GetType ¶
func (o *ResourceAttributeCreate) GetType() AttributeType
GetType returns the Type field value
func (*ResourceAttributeCreate) GetTypeOk ¶
func (o *ResourceAttributeCreate) GetTypeOk() (*AttributeType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourceAttributeCreate) HasDescription ¶
func (o *ResourceAttributeCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceAttributeCreate) MarshalJSON ¶
func (o ResourceAttributeCreate) MarshalJSON() ([]byte, error)
func (*ResourceAttributeCreate) SetDescription ¶
func (o *ResourceAttributeCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceAttributeCreate) SetKey ¶
func (o *ResourceAttributeCreate) SetKey(v string)
SetKey sets field value
func (*ResourceAttributeCreate) SetType ¶
func (o *ResourceAttributeCreate) SetType(v AttributeType)
SetType sets field value
type ResourceAttributeRead ¶
type ResourceAttributeRead struct { // The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. Type AttributeType `json:"type"` // An optional longer description of what this attribute respresents in your system Description *string `json:"description,omitempty"` // A URL-friendly name of the attribute (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the attribute. Key string `json:"key"` // Unique id of the attribute Id string `json:"id"` // Unique id of the resource that the attribute belongs to. ResourceId string `json:"resource_id"` // A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource. ResourceKey string `json:"resource_key"` // Unique id of the organization that the attribute belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the attribute belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the attribute belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the attribute was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the attribute was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
ResourceAttributeRead struct for ResourceAttributeRead
func NewResourceAttributeRead ¶
func NewResourceAttributeRead(type_ AttributeType, key string, id string, resourceId string, resourceKey string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time) *ResourceAttributeRead
NewResourceAttributeRead instantiates a new ResourceAttributeRead 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 NewResourceAttributeReadWithDefaults ¶
func NewResourceAttributeReadWithDefaults() *ResourceAttributeRead
NewResourceAttributeReadWithDefaults instantiates a new ResourceAttributeRead 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 (*ResourceAttributeRead) GetCreatedAt ¶
func (o *ResourceAttributeRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceAttributeRead) GetCreatedAtOk ¶
func (o *ResourceAttributeRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetDescription ¶
func (o *ResourceAttributeRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceAttributeRead) GetDescriptionOk ¶
func (o *ResourceAttributeRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetEnvironmentId ¶
func (o *ResourceAttributeRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceAttributeRead) GetEnvironmentIdOk ¶
func (o *ResourceAttributeRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetId ¶
func (o *ResourceAttributeRead) GetId() string
GetId returns the Id field value
func (*ResourceAttributeRead) GetIdOk ¶
func (o *ResourceAttributeRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetKey ¶
func (o *ResourceAttributeRead) GetKey() string
GetKey returns the Key field value
func (*ResourceAttributeRead) GetKeyOk ¶
func (o *ResourceAttributeRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetOrganizationId ¶
func (o *ResourceAttributeRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceAttributeRead) GetOrganizationIdOk ¶
func (o *ResourceAttributeRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetProjectId ¶
func (o *ResourceAttributeRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceAttributeRead) GetProjectIdOk ¶
func (o *ResourceAttributeRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetResourceId ¶
func (o *ResourceAttributeRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceAttributeRead) GetResourceIdOk ¶
func (o *ResourceAttributeRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetResourceKey ¶
func (o *ResourceAttributeRead) GetResourceKey() string
GetResourceKey returns the ResourceKey field value
func (*ResourceAttributeRead) GetResourceKeyOk ¶
func (o *ResourceAttributeRead) GetResourceKeyOk() (*string, bool)
GetResourceKeyOk returns a tuple with the ResourceKey field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetType ¶
func (o *ResourceAttributeRead) GetType() AttributeType
GetType returns the Type field value
func (*ResourceAttributeRead) GetTypeOk ¶
func (o *ResourceAttributeRead) GetTypeOk() (*AttributeType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) GetUpdatedAt ¶
func (o *ResourceAttributeRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceAttributeRead) GetUpdatedAtOk ¶
func (o *ResourceAttributeRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceAttributeRead) HasDescription ¶
func (o *ResourceAttributeRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (ResourceAttributeRead) MarshalJSON ¶
func (o ResourceAttributeRead) MarshalJSON() ([]byte, error)
func (*ResourceAttributeRead) SetCreatedAt ¶
func (o *ResourceAttributeRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceAttributeRead) SetDescription ¶
func (o *ResourceAttributeRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceAttributeRead) SetEnvironmentId ¶
func (o *ResourceAttributeRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceAttributeRead) SetId ¶
func (o *ResourceAttributeRead) SetId(v string)
SetId sets field value
func (*ResourceAttributeRead) SetKey ¶
func (o *ResourceAttributeRead) SetKey(v string)
SetKey sets field value
func (*ResourceAttributeRead) SetOrganizationId ¶
func (o *ResourceAttributeRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceAttributeRead) SetProjectId ¶
func (o *ResourceAttributeRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceAttributeRead) SetResourceId ¶
func (o *ResourceAttributeRead) SetResourceId(v string)
SetResourceId sets field value
func (*ResourceAttributeRead) SetResourceKey ¶
func (o *ResourceAttributeRead) SetResourceKey(v string)
SetResourceKey sets field value
func (*ResourceAttributeRead) SetType ¶
func (o *ResourceAttributeRead) SetType(v AttributeType)
SetType sets field value
func (*ResourceAttributeRead) SetUpdatedAt ¶
func (o *ResourceAttributeRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type ResourceAttributeUpdate ¶
type ResourceAttributeUpdate struct { // The type of the attribute, we currently support: `bool`, `number` (ints, floats), `time` (a timestamp), `string`, and `json`. Type *AttributeType `json:"type,omitempty"` // An optional longer description of what this attribute respresents in your system Description *string `json:"description,omitempty"` }
ResourceAttributeUpdate struct for ResourceAttributeUpdate
func NewResourceAttributeUpdate ¶
func NewResourceAttributeUpdate() *ResourceAttributeUpdate
NewResourceAttributeUpdate instantiates a new ResourceAttributeUpdate 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 NewResourceAttributeUpdateWithDefaults ¶
func NewResourceAttributeUpdateWithDefaults() *ResourceAttributeUpdate
NewResourceAttributeUpdateWithDefaults instantiates a new ResourceAttributeUpdate 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 (*ResourceAttributeUpdate) GetDescription ¶
func (o *ResourceAttributeUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceAttributeUpdate) GetDescriptionOk ¶
func (o *ResourceAttributeUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAttributeUpdate) GetType ¶
func (o *ResourceAttributeUpdate) GetType() AttributeType
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceAttributeUpdate) GetTypeOk ¶
func (o *ResourceAttributeUpdate) GetTypeOk() (*AttributeType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAttributeUpdate) HasDescription ¶
func (o *ResourceAttributeUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceAttributeUpdate) HasType ¶
func (o *ResourceAttributeUpdate) HasType() bool
HasType returns a boolean if a field has been set.
func (ResourceAttributeUpdate) MarshalJSON ¶
func (o ResourceAttributeUpdate) MarshalJSON() ([]byte, error)
func (*ResourceAttributeUpdate) SetDescription ¶
func (o *ResourceAttributeUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceAttributeUpdate) SetType ¶
func (o *ResourceAttributeUpdate) SetType(v AttributeType)
SetType gets a reference to the given AttributeType and assigns it to the Type field.
type ResourceCreate ¶
type ResourceCreate struct { // A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource. Key string `json:"key"` // The name of the resource Name string `json:"name"` // The [URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) (Uniform Resource Name) of the resource Urn *string `json:"urn,omitempty"` // An optional longer description of what this resource respresents in your system Description *string `json:"description,omitempty"` // A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource. Actions map[string]ActionBlockEditable `json:"actions"` // Attributes that each resource of this type defines, and can be used in your ABAC policies. Attributes *map[string]AttributeBlockEditable `json:"attributes,omitempty"` }
ResourceCreate struct for ResourceCreate
func NewResourceCreate ¶
func NewResourceCreate(key string, name string, actions map[string]ActionBlockEditable) *ResourceCreate
NewResourceCreate instantiates a new ResourceCreate 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 NewResourceCreateWithDefaults ¶
func NewResourceCreateWithDefaults() *ResourceCreate
NewResourceCreateWithDefaults instantiates a new ResourceCreate 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 (*ResourceCreate) GetActions ¶
func (o *ResourceCreate) GetActions() map[string]ActionBlockEditable
GetActions returns the Actions field value
func (*ResourceCreate) GetActionsOk ¶
func (o *ResourceCreate) GetActionsOk() (*map[string]ActionBlockEditable, bool)
GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.
func (*ResourceCreate) GetAttributes ¶
func (o *ResourceCreate) GetAttributes() map[string]AttributeBlockEditable
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceCreate) GetAttributesOk ¶
func (o *ResourceCreate) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceCreate) GetDescription ¶
func (o *ResourceCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceCreate) GetDescriptionOk ¶
func (o *ResourceCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceCreate) GetKey ¶
func (o *ResourceCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceCreate) GetKeyOk ¶
func (o *ResourceCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceCreate) GetName ¶
func (o *ResourceCreate) GetName() string
GetName returns the Name field value
func (*ResourceCreate) GetNameOk ¶
func (o *ResourceCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceCreate) GetUrn ¶
func (o *ResourceCreate) GetUrn() string
GetUrn returns the Urn field value if set, zero value otherwise.
func (*ResourceCreate) GetUrnOk ¶
func (o *ResourceCreate) GetUrnOk() (*string, bool)
GetUrnOk returns a tuple with the Urn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceCreate) HasAttributes ¶
func (o *ResourceCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceCreate) HasDescription ¶
func (o *ResourceCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceCreate) HasUrn ¶
func (o *ResourceCreate) HasUrn() bool
HasUrn returns a boolean if a field has been set.
func (ResourceCreate) MarshalJSON ¶
func (o ResourceCreate) MarshalJSON() ([]byte, error)
func (*ResourceCreate) SetActions ¶
func (o *ResourceCreate) SetActions(v map[string]ActionBlockEditable)
SetActions sets field value
func (*ResourceCreate) SetAttributes ¶
func (o *ResourceCreate) SetAttributes(v map[string]AttributeBlockEditable)
SetAttributes gets a reference to the given map[string]AttributeBlockEditable and assigns it to the Attributes field.
func (*ResourceCreate) SetDescription ¶
func (o *ResourceCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceCreate) SetName ¶
func (o *ResourceCreate) SetName(v string)
SetName sets field value
func (*ResourceCreate) SetUrn ¶
func (o *ResourceCreate) SetUrn(v string)
SetUrn gets a reference to the given string and assigns it to the Urn field.
type ResourceId ¶
type ResourceId struct {
String *string
}
ResourceId For ResourceSets, the id of the base resource.
func (*ResourceId) MarshalJSON ¶
func (src *ResourceId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResourceId) UnmarshalJSON ¶
func (dst *ResourceId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResourceInstanceBlockRead ¶ added in v1.0.5
type ResourceInstanceBlockRead struct { // A unique identifier by which Permit will identify the resource instance for permission checks. You will later pass this identifier to the `permit.check()` API. A key can be anything: for example the resource db id, a url slug, a UUID or anything else as long as it's unique on your end. The resource instance key must be url-friendly. Key string `json:"key"` // the *key* of the tenant that this resource belongs to, used to enforce tenant boundaries in multi-tenant apps. Tenant string `json:"tenant"` // the *key* of the resource (type) of this resource instance. For example: if this resource instance is the annual budget document, the key of the resource might be `document`. Resource string `json:"resource"` // Arbitrary resource attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceInstanceBlockRead struct for ResourceInstanceBlockRead
func NewResourceInstanceBlockRead ¶ added in v1.0.5
func NewResourceInstanceBlockRead(key string, tenant string, resource string) *ResourceInstanceBlockRead
NewResourceInstanceBlockRead instantiates a new ResourceInstanceBlockRead 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 NewResourceInstanceBlockReadWithDefaults ¶ added in v1.0.5
func NewResourceInstanceBlockReadWithDefaults() *ResourceInstanceBlockRead
NewResourceInstanceBlockReadWithDefaults instantiates a new ResourceInstanceBlockRead 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 (*ResourceInstanceBlockRead) GetAttributes ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceInstanceBlockRead) GetAttributesOk ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceBlockRead) GetKey ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetKey() string
GetKey returns the Key field value
func (*ResourceInstanceBlockRead) GetKeyOk ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceInstanceBlockRead) GetResource ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetResource() string
GetResource returns the Resource field value
func (*ResourceInstanceBlockRead) GetResourceOk ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceInstanceBlockRead) GetTenant ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetTenant() string
GetTenant returns the Tenant field value
func (*ResourceInstanceBlockRead) GetTenantOk ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*ResourceInstanceBlockRead) HasAttributes ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ResourceInstanceBlockRead) MarshalJSON ¶ added in v1.0.5
func (o ResourceInstanceBlockRead) MarshalJSON() ([]byte, error)
func (*ResourceInstanceBlockRead) SetAttributes ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceInstanceBlockRead) SetKey ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) SetKey(v string)
SetKey sets field value
func (*ResourceInstanceBlockRead) SetResource ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) SetResource(v string)
SetResource sets field value
func (*ResourceInstanceBlockRead) SetTenant ¶ added in v1.0.5
func (o *ResourceInstanceBlockRead) SetTenant(v string)
SetTenant sets field value
func (ResourceInstanceBlockRead) ToMap ¶ added in v1.0.5
func (o ResourceInstanceBlockRead) ToMap() (map[string]interface{}, error)
type ResourceInstanceCreate ¶
type ResourceInstanceCreate struct { // A unique identifier by which Permit will identify the resource instance for permission checks. You will later pass this identifier to the `permit.check()` API. A key can be anything: for example the resource db id, a url slug, a UUID or anything else as long as it's unique on your end. The resource instance key must be url-friendly. Key string `json:"key"` // the *key* of the tenant that this resource belongs to, used to enforce tenant boundaries in multi-tenant apps. Tenant *string `json:"tenant,omitempty"` // the *key* of the resource (type) of this resource instance. For example: if this resource instance is the annual budget document, the key of the resource might be `document`. Resource string `json:"resource"` // Arbitraty resource attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceInstanceCreate struct for ResourceInstanceCreate
func NewResourceInstanceCreate ¶
func NewResourceInstanceCreate(key string, resource string) *ResourceInstanceCreate
NewResourceInstanceCreate instantiates a new ResourceInstanceCreate 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 NewResourceInstanceCreateWithDefaults ¶
func NewResourceInstanceCreateWithDefaults() *ResourceInstanceCreate
NewResourceInstanceCreateWithDefaults instantiates a new ResourceInstanceCreate 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 (*ResourceInstanceCreate) GetAttributes ¶
func (o *ResourceInstanceCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceInstanceCreate) GetAttributesOk ¶
func (o *ResourceInstanceCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceCreate) GetKey ¶
func (o *ResourceInstanceCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceInstanceCreate) GetKeyOk ¶
func (o *ResourceInstanceCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceInstanceCreate) GetResource ¶
func (o *ResourceInstanceCreate) GetResource() string
GetResource returns the Resource field value
func (*ResourceInstanceCreate) GetResourceOk ¶
func (o *ResourceInstanceCreate) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceInstanceCreate) GetTenant ¶
func (o *ResourceInstanceCreate) GetTenant() string
GetTenant returns the Tenant field value if set, zero value otherwise.
func (*ResourceInstanceCreate) GetTenantOk ¶
func (o *ResourceInstanceCreate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceCreate) HasAttributes ¶
func (o *ResourceInstanceCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceInstanceCreate) HasTenant ¶
func (o *ResourceInstanceCreate) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (ResourceInstanceCreate) MarshalJSON ¶
func (o ResourceInstanceCreate) MarshalJSON() ([]byte, error)
func (*ResourceInstanceCreate) SetAttributes ¶
func (o *ResourceInstanceCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceInstanceCreate) SetKey ¶
func (o *ResourceInstanceCreate) SetKey(v string)
SetKey sets field value
func (*ResourceInstanceCreate) SetResource ¶
func (o *ResourceInstanceCreate) SetResource(v string)
SetResource sets field value
func (*ResourceInstanceCreate) SetTenant ¶
func (o *ResourceInstanceCreate) SetTenant(v string)
SetTenant gets a reference to the given string and assigns it to the Tenant field.
type ResourceInstanceRead ¶
type ResourceInstanceRead struct { // A unique identifier by which Permit will identify the resource instance for permission checks. You will later pass this identifier to the `permit.check()` API. A key can be anything: for example the resource db id, a url slug, a UUID or anything else as long as it's unique on your end. The resource instance key must be url-friendly. Key string `json:"key"` // the *key* of the tenant that this resource belongs to, used to enforce tenant boundaries in multi-tenant apps. Tenant *string `json:"tenant,omitempty"` // the *key* of the resource (type) of this resource instance. For example: if this resource instance is the annual budget document, the key of the resource might be `document`. Resource string `json:"resource"` // Unique id of the resource instance Id string `json:"id"` // Unique id of the organization that the resource instance belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the resource instance belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the resource instance belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the resource instance was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the resource instance was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // the id of the resource (type) of this resource instance. ResourceId string `json:"resource_id"` // the id of the tenant of this resource instance. TenantId *string `json:"tenant_id,omitempty"` // Arbitraty resource attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceInstanceRead struct for ResourceInstanceRead
func NewResourceInstanceRead ¶
func NewResourceInstanceRead(key string, resource string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, resourceId string) *ResourceInstanceRead
NewResourceInstanceRead instantiates a new ResourceInstanceRead 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 NewResourceInstanceReadWithDefaults ¶
func NewResourceInstanceReadWithDefaults() *ResourceInstanceRead
NewResourceInstanceReadWithDefaults instantiates a new ResourceInstanceRead 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 (*ResourceInstanceRead) GetAttributes ¶
func (o *ResourceInstanceRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceInstanceRead) GetAttributesOk ¶
func (o *ResourceInstanceRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetCreatedAt ¶
func (o *ResourceInstanceRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceInstanceRead) GetCreatedAtOk ¶
func (o *ResourceInstanceRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetEnvironmentId ¶
func (o *ResourceInstanceRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceInstanceRead) GetEnvironmentIdOk ¶
func (o *ResourceInstanceRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetId ¶
func (o *ResourceInstanceRead) GetId() string
GetId returns the Id field value
func (*ResourceInstanceRead) GetIdOk ¶
func (o *ResourceInstanceRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetKey ¶
func (o *ResourceInstanceRead) GetKey() string
GetKey returns the Key field value
func (*ResourceInstanceRead) GetKeyOk ¶
func (o *ResourceInstanceRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetOrganizationId ¶
func (o *ResourceInstanceRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceInstanceRead) GetOrganizationIdOk ¶
func (o *ResourceInstanceRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetProjectId ¶
func (o *ResourceInstanceRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceInstanceRead) GetProjectIdOk ¶
func (o *ResourceInstanceRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetResource ¶
func (o *ResourceInstanceRead) GetResource() string
GetResource returns the Resource field value
func (*ResourceInstanceRead) GetResourceId ¶
func (o *ResourceInstanceRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceInstanceRead) GetResourceIdOk ¶
func (o *ResourceInstanceRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetResourceOk ¶
func (o *ResourceInstanceRead) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetTenant ¶
func (o *ResourceInstanceRead) GetTenant() string
GetTenant returns the Tenant field value if set, zero value otherwise.
func (*ResourceInstanceRead) GetTenantId ¶
func (o *ResourceInstanceRead) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ResourceInstanceRead) GetTenantIdOk ¶
func (o *ResourceInstanceRead) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetTenantOk ¶
func (o *ResourceInstanceRead) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceRead) GetUpdatedAt ¶
func (o *ResourceInstanceRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceInstanceRead) GetUpdatedAtOk ¶
func (o *ResourceInstanceRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceInstanceRead) HasAttributes ¶
func (o *ResourceInstanceRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceInstanceRead) HasTenant ¶
func (o *ResourceInstanceRead) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (*ResourceInstanceRead) HasTenantId ¶
func (o *ResourceInstanceRead) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ResourceInstanceRead) MarshalJSON ¶
func (o ResourceInstanceRead) MarshalJSON() ([]byte, error)
func (*ResourceInstanceRead) SetAttributes ¶
func (o *ResourceInstanceRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ResourceInstanceRead) SetCreatedAt ¶
func (o *ResourceInstanceRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceInstanceRead) SetEnvironmentId ¶
func (o *ResourceInstanceRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceInstanceRead) SetId ¶
func (o *ResourceInstanceRead) SetId(v string)
SetId sets field value
func (*ResourceInstanceRead) SetKey ¶
func (o *ResourceInstanceRead) SetKey(v string)
SetKey sets field value
func (*ResourceInstanceRead) SetOrganizationId ¶
func (o *ResourceInstanceRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceInstanceRead) SetProjectId ¶
func (o *ResourceInstanceRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceInstanceRead) SetResource ¶
func (o *ResourceInstanceRead) SetResource(v string)
SetResource sets field value
func (*ResourceInstanceRead) SetResourceId ¶
func (o *ResourceInstanceRead) SetResourceId(v string)
SetResourceId sets field value
func (*ResourceInstanceRead) SetTenant ¶
func (o *ResourceInstanceRead) SetTenant(v string)
SetTenant gets a reference to the given string and assigns it to the Tenant field.
func (*ResourceInstanceRead) SetTenantId ¶
func (o *ResourceInstanceRead) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ResourceInstanceRead) SetUpdatedAt ¶
func (o *ResourceInstanceRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type ResourceInstanceUpdate ¶
type ResourceInstanceUpdate struct { // Arbitraty resource attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
ResourceInstanceUpdate struct for ResourceInstanceUpdate
func NewResourceInstanceUpdate ¶
func NewResourceInstanceUpdate() *ResourceInstanceUpdate
NewResourceInstanceUpdate instantiates a new ResourceInstanceUpdate 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 NewResourceInstanceUpdateWithDefaults ¶
func NewResourceInstanceUpdateWithDefaults() *ResourceInstanceUpdate
NewResourceInstanceUpdateWithDefaults instantiates a new ResourceInstanceUpdate 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 (*ResourceInstanceUpdate) GetAttributes ¶
func (o *ResourceInstanceUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceInstanceUpdate) GetAttributesOk ¶
func (o *ResourceInstanceUpdate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceInstanceUpdate) HasAttributes ¶
func (o *ResourceInstanceUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (ResourceInstanceUpdate) MarshalJSON ¶
func (o ResourceInstanceUpdate) MarshalJSON() ([]byte, error)
func (*ResourceInstanceUpdate) SetAttributes ¶
func (o *ResourceInstanceUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
type ResourceRead ¶
type ResourceRead struct { // A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource. Key string `json:"key"` // Unique id of the resource Id string `json:"id"` // Unique id of the organization that the resource belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the resource belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the resource belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the resource was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the resource was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The name of the resource Name string `json:"name"` // The [URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) (Uniform Resource Name) of the resource Urn *string `json:"urn,omitempty"` // An optional longer description of what this resource respresents in your system Description *string `json:"description,omitempty"` // A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource. Actions *map[string]ActionBlockRead `json:"actions,omitempty"` // Attributes that each resource of this type defines, and can be used in your ABAC policies. Attributes *map[string]AttributeBlockRead `json:"attributes,omitempty"` }
ResourceRead struct for ResourceRead
func NewResourceRead ¶
func NewResourceRead(key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, name string) *ResourceRead
NewResourceRead instantiates a new ResourceRead 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 NewResourceReadWithDefaults ¶
func NewResourceReadWithDefaults() *ResourceRead
NewResourceReadWithDefaults instantiates a new ResourceRead 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 (*ResourceRead) GetActions ¶
func (o *ResourceRead) GetActions() map[string]ActionBlockRead
GetActions returns the Actions field value if set, zero value otherwise.
func (*ResourceRead) GetActionsOk ¶
func (o *ResourceRead) GetActionsOk() (*map[string]ActionBlockRead, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRead) GetAttributes ¶
func (o *ResourceRead) GetAttributes() map[string]AttributeBlockRead
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceRead) GetAttributesOk ¶
func (o *ResourceRead) GetAttributesOk() (*map[string]AttributeBlockRead, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRead) GetCreatedAt ¶
func (o *ResourceRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceRead) GetCreatedAtOk ¶
func (o *ResourceRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceRead) GetDescription ¶
func (o *ResourceRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceRead) GetDescriptionOk ¶
func (o *ResourceRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRead) GetEnvironmentId ¶
func (o *ResourceRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceRead) GetEnvironmentIdOk ¶
func (o *ResourceRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceRead) GetIdOk ¶
func (o *ResourceRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceRead) GetKey ¶
func (o *ResourceRead) GetKey() string
GetKey returns the Key field value
func (*ResourceRead) GetKeyOk ¶
func (o *ResourceRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceRead) GetName ¶
func (o *ResourceRead) GetName() string
GetName returns the Name field value
func (*ResourceRead) GetNameOk ¶
func (o *ResourceRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceRead) GetOrganizationId ¶
func (o *ResourceRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceRead) GetOrganizationIdOk ¶
func (o *ResourceRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceRead) GetProjectId ¶
func (o *ResourceRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceRead) GetProjectIdOk ¶
func (o *ResourceRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceRead) GetUpdatedAt ¶
func (o *ResourceRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceRead) GetUpdatedAtOk ¶
func (o *ResourceRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceRead) GetUrn ¶
func (o *ResourceRead) GetUrn() string
GetUrn returns the Urn field value if set, zero value otherwise.
func (*ResourceRead) GetUrnOk ¶
func (o *ResourceRead) GetUrnOk() (*string, bool)
GetUrnOk returns a tuple with the Urn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRead) HasActions ¶
func (o *ResourceRead) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*ResourceRead) HasAttributes ¶
func (o *ResourceRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceRead) HasDescription ¶
func (o *ResourceRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceRead) HasUrn ¶
func (o *ResourceRead) HasUrn() bool
HasUrn returns a boolean if a field has been set.
func (ResourceRead) MarshalJSON ¶
func (o ResourceRead) MarshalJSON() ([]byte, error)
func (*ResourceRead) SetActions ¶
func (o *ResourceRead) SetActions(v map[string]ActionBlockRead)
SetActions gets a reference to the given map[string]ActionBlockRead and assigns it to the Actions field.
func (*ResourceRead) SetAttributes ¶
func (o *ResourceRead) SetAttributes(v map[string]AttributeBlockRead)
SetAttributes gets a reference to the given map[string]AttributeBlockRead and assigns it to the Attributes field.
func (*ResourceRead) SetCreatedAt ¶
func (o *ResourceRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceRead) SetDescription ¶
func (o *ResourceRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceRead) SetEnvironmentId ¶
func (o *ResourceRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceRead) SetOrganizationId ¶
func (o *ResourceRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceRead) SetProjectId ¶
func (o *ResourceRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceRead) SetUpdatedAt ¶
func (o *ResourceRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ResourceRead) SetUrn ¶
func (o *ResourceRead) SetUrn(v string)
SetUrn gets a reference to the given string and assigns it to the Urn field.
type ResourceReplace ¶
type ResourceReplace struct { // The name of the resource Name string `json:"name"` // The [URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) (Uniform Resource Name) of the resource Urn *string `json:"urn,omitempty"` // An optional longer description of what this resource respresents in your system Description *string `json:"description,omitempty"` // A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource. Actions map[string]ActionBlockEditable `json:"actions"` // Attributes that each resource of this type defines, and can be used in your ABAC policies. Attributes *map[string]AttributeBlockEditable `json:"attributes,omitempty"` }
ResourceReplace struct for ResourceReplace
func NewResourceReplace ¶
func NewResourceReplace(name string, actions map[string]ActionBlockEditable) *ResourceReplace
NewResourceReplace instantiates a new ResourceReplace 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 NewResourceReplaceWithDefaults ¶
func NewResourceReplaceWithDefaults() *ResourceReplace
NewResourceReplaceWithDefaults instantiates a new ResourceReplace 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 (*ResourceReplace) GetActions ¶
func (o *ResourceReplace) GetActions() map[string]ActionBlockEditable
GetActions returns the Actions field value
func (*ResourceReplace) GetActionsOk ¶
func (o *ResourceReplace) GetActionsOk() (*map[string]ActionBlockEditable, bool)
GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.
func (*ResourceReplace) GetAttributes ¶
func (o *ResourceReplace) GetAttributes() map[string]AttributeBlockEditable
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceReplace) GetAttributesOk ¶
func (o *ResourceReplace) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReplace) GetDescription ¶
func (o *ResourceReplace) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceReplace) GetDescriptionOk ¶
func (o *ResourceReplace) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReplace) GetName ¶
func (o *ResourceReplace) GetName() string
GetName returns the Name field value
func (*ResourceReplace) GetNameOk ¶
func (o *ResourceReplace) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceReplace) GetUrn ¶
func (o *ResourceReplace) GetUrn() string
GetUrn returns the Urn field value if set, zero value otherwise.
func (*ResourceReplace) GetUrnOk ¶
func (o *ResourceReplace) GetUrnOk() (*string, bool)
GetUrnOk returns a tuple with the Urn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceReplace) HasAttributes ¶
func (o *ResourceReplace) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceReplace) HasDescription ¶
func (o *ResourceReplace) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceReplace) HasUrn ¶
func (o *ResourceReplace) HasUrn() bool
HasUrn returns a boolean if a field has been set.
func (ResourceReplace) MarshalJSON ¶
func (o ResourceReplace) MarshalJSON() ([]byte, error)
func (*ResourceReplace) SetActions ¶
func (o *ResourceReplace) SetActions(v map[string]ActionBlockEditable)
SetActions sets field value
func (*ResourceReplace) SetAttributes ¶
func (o *ResourceReplace) SetAttributes(v map[string]AttributeBlockEditable)
SetAttributes gets a reference to the given map[string]AttributeBlockEditable and assigns it to the Attributes field.
func (*ResourceReplace) SetDescription ¶
func (o *ResourceReplace) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceReplace) SetName ¶
func (o *ResourceReplace) SetName(v string)
SetName sets field value
func (*ResourceReplace) SetUrn ¶
func (o *ResourceReplace) SetUrn(v string)
SetUrn gets a reference to the given string and assigns it to the Urn field.
type ResourceRoleCreate ¶
type ResourceRoleCreate struct { // A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role. Key string `json:"key"` // The name of the role Name string `json:"name"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` }
ResourceRoleCreate struct for ResourceRoleCreate
func NewResourceRoleCreate ¶
func NewResourceRoleCreate(key string, name string) *ResourceRoleCreate
NewResourceRoleCreate instantiates a new ResourceRoleCreate 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 NewResourceRoleCreateWithDefaults ¶
func NewResourceRoleCreateWithDefaults() *ResourceRoleCreate
NewResourceRoleCreateWithDefaults instantiates a new ResourceRoleCreate 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 (*ResourceRoleCreate) GetDescription ¶
func (o *ResourceRoleCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceRoleCreate) GetDescriptionOk ¶
func (o *ResourceRoleCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleCreate) GetExtends ¶
func (o *ResourceRoleCreate) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*ResourceRoleCreate) GetExtendsOk ¶
func (o *ResourceRoleCreate) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleCreate) GetKey ¶
func (o *ResourceRoleCreate) GetKey() string
GetKey returns the Key field value
func (*ResourceRoleCreate) GetKeyOk ¶
func (o *ResourceRoleCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceRoleCreate) GetName ¶
func (o *ResourceRoleCreate) GetName() string
GetName returns the Name field value
func (*ResourceRoleCreate) GetNameOk ¶
func (o *ResourceRoleCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceRoleCreate) GetPermissions ¶
func (o *ResourceRoleCreate) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*ResourceRoleCreate) GetPermissionsOk ¶
func (o *ResourceRoleCreate) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleCreate) HasDescription ¶
func (o *ResourceRoleCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceRoleCreate) HasExtends ¶
func (o *ResourceRoleCreate) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*ResourceRoleCreate) HasPermissions ¶
func (o *ResourceRoleCreate) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (ResourceRoleCreate) MarshalJSON ¶
func (o ResourceRoleCreate) MarshalJSON() ([]byte, error)
func (*ResourceRoleCreate) SetDescription ¶
func (o *ResourceRoleCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceRoleCreate) SetExtends ¶
func (o *ResourceRoleCreate) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*ResourceRoleCreate) SetKey ¶
func (o *ResourceRoleCreate) SetKey(v string)
SetKey sets field value
func (*ResourceRoleCreate) SetName ¶
func (o *ResourceRoleCreate) SetName(v string)
SetName sets field value
func (*ResourceRoleCreate) SetPermissions ¶
func (o *ResourceRoleCreate) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
type ResourceRoleList ¶ added in v1.0.5
type ResourceRoleList struct {
Roles Roles `json:"roles"`
}
ResourceRoleList struct for ResourceRoleList
func NewResourceRoleList ¶ added in v1.0.5
func NewResourceRoleList(roles Roles) *ResourceRoleList
NewResourceRoleList instantiates a new ResourceRoleList 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 NewResourceRoleListWithDefaults ¶ added in v1.0.5
func NewResourceRoleListWithDefaults() *ResourceRoleList
NewResourceRoleListWithDefaults instantiates a new ResourceRoleList 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 (*ResourceRoleList) GetRoles ¶ added in v1.0.5
func (o *ResourceRoleList) GetRoles() Roles
GetRoles returns the Roles field value
func (*ResourceRoleList) GetRolesOk ¶ added in v1.0.5
func (o *ResourceRoleList) GetRolesOk() (*Roles, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (ResourceRoleList) MarshalJSON ¶ added in v1.0.5
func (o ResourceRoleList) MarshalJSON() ([]byte, error)
func (*ResourceRoleList) SetRoles ¶ added in v1.0.5
func (o *ResourceRoleList) SetRoles(v Roles)
SetRoles sets field value
func (ResourceRoleList) ToMap ¶ added in v1.0.5
func (o ResourceRoleList) ToMap() (map[string]interface{}, error)
type ResourceRoleRead ¶
type ResourceRoleRead struct { // The name of the role Name string `json:"name"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` GrantedTo *DerivedRoleBlockRead `json:"granted_to,omitempty"` // A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role. Key string `json:"key"` // Unique id of the role Id string `json:"id"` // Unique id of the organization that the role belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the role belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the role belongs to. EnvironmentId string `json:"environment_id"` // Unique id of the resource that the role belongs to. ResourceId string `json:"resource_id"` // Date and time when the role was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the role was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
ResourceRoleRead struct for ResourceRoleRead
func NewResourceRoleRead ¶
func NewResourceRoleRead(name string, key string, id string, organizationId string, projectId string, environmentId string, resourceId string, createdAt time.Time, updatedAt time.Time) *ResourceRoleRead
NewResourceRoleRead instantiates a new ResourceRoleRead 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 NewResourceRoleReadWithDefaults ¶
func NewResourceRoleReadWithDefaults() *ResourceRoleRead
NewResourceRoleReadWithDefaults instantiates a new ResourceRoleRead 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 (*ResourceRoleRead) GetCreatedAt ¶
func (o *ResourceRoleRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ResourceRoleRead) GetCreatedAtOk ¶
func (o *ResourceRoleRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetDescription ¶
func (o *ResourceRoleRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceRoleRead) GetDescriptionOk ¶
func (o *ResourceRoleRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetEnvironmentId ¶
func (o *ResourceRoleRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*ResourceRoleRead) GetEnvironmentIdOk ¶
func (o *ResourceRoleRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetExtends ¶
func (o *ResourceRoleRead) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*ResourceRoleRead) GetExtendsOk ¶
func (o *ResourceRoleRead) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetGrantedTo ¶ added in v1.0.5
func (o *ResourceRoleRead) GetGrantedTo() DerivedRoleBlockRead
GetGrantedTo returns the GrantedTo field value if set, zero value otherwise.
func (*ResourceRoleRead) GetGrantedToOk ¶ added in v1.0.5
func (o *ResourceRoleRead) GetGrantedToOk() (*DerivedRoleBlockRead, bool)
GetGrantedToOk returns a tuple with the GrantedTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetId ¶
func (o *ResourceRoleRead) GetId() string
GetId returns the Id field value
func (*ResourceRoleRead) GetIdOk ¶
func (o *ResourceRoleRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetKey ¶
func (o *ResourceRoleRead) GetKey() string
GetKey returns the Key field value
func (*ResourceRoleRead) GetKeyOk ¶
func (o *ResourceRoleRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetName ¶
func (o *ResourceRoleRead) GetName() string
GetName returns the Name field value
func (*ResourceRoleRead) GetNameOk ¶
func (o *ResourceRoleRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetOrganizationId ¶
func (o *ResourceRoleRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*ResourceRoleRead) GetOrganizationIdOk ¶
func (o *ResourceRoleRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetPermissions ¶
func (o *ResourceRoleRead) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*ResourceRoleRead) GetPermissionsOk ¶
func (o *ResourceRoleRead) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetProjectId ¶
func (o *ResourceRoleRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*ResourceRoleRead) GetProjectIdOk ¶
func (o *ResourceRoleRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetResourceId ¶
func (o *ResourceRoleRead) GetResourceId() string
GetResourceId returns the ResourceId field value
func (*ResourceRoleRead) GetResourceIdOk ¶
func (o *ResourceRoleRead) GetResourceIdOk() (*string, bool)
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) GetUpdatedAt ¶
func (o *ResourceRoleRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ResourceRoleRead) GetUpdatedAtOk ¶
func (o *ResourceRoleRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*ResourceRoleRead) HasDescription ¶
func (o *ResourceRoleRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceRoleRead) HasExtends ¶
func (o *ResourceRoleRead) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*ResourceRoleRead) HasGrantedTo ¶ added in v1.0.5
func (o *ResourceRoleRead) HasGrantedTo() bool
HasGrantedTo returns a boolean if a field has been set.
func (*ResourceRoleRead) HasPermissions ¶
func (o *ResourceRoleRead) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (ResourceRoleRead) MarshalJSON ¶
func (o ResourceRoleRead) MarshalJSON() ([]byte, error)
func (*ResourceRoleRead) SetCreatedAt ¶
func (o *ResourceRoleRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ResourceRoleRead) SetDescription ¶
func (o *ResourceRoleRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceRoleRead) SetEnvironmentId ¶
func (o *ResourceRoleRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*ResourceRoleRead) SetExtends ¶
func (o *ResourceRoleRead) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*ResourceRoleRead) SetGrantedTo ¶ added in v1.0.5
func (o *ResourceRoleRead) SetGrantedTo(v DerivedRoleBlockRead)
SetGrantedTo gets a reference to the given DerivedRoleBlockRead and assigns it to the GrantedTo field.
func (*ResourceRoleRead) SetKey ¶
func (o *ResourceRoleRead) SetKey(v string)
SetKey sets field value
func (*ResourceRoleRead) SetName ¶
func (o *ResourceRoleRead) SetName(v string)
SetName sets field value
func (*ResourceRoleRead) SetOrganizationId ¶
func (o *ResourceRoleRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*ResourceRoleRead) SetPermissions ¶
func (o *ResourceRoleRead) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*ResourceRoleRead) SetProjectId ¶
func (o *ResourceRoleRead) SetProjectId(v string)
SetProjectId sets field value
func (*ResourceRoleRead) SetResourceId ¶
func (o *ResourceRoleRead) SetResourceId(v string)
SetResourceId sets field value
func (*ResourceRoleRead) SetUpdatedAt ¶
func (o *ResourceRoleRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type ResourceRoleUpdate ¶
type ResourceRoleUpdate struct { // The name of the role Name *string `json:"name,omitempty"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` }
ResourceRoleUpdate struct for ResourceRoleUpdate
func NewResourceRoleUpdate ¶
func NewResourceRoleUpdate() *ResourceRoleUpdate
NewResourceRoleUpdate instantiates a new ResourceRoleUpdate 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 NewResourceRoleUpdateWithDefaults ¶
func NewResourceRoleUpdateWithDefaults() *ResourceRoleUpdate
NewResourceRoleUpdateWithDefaults instantiates a new ResourceRoleUpdate 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 (*ResourceRoleUpdate) GetDescription ¶
func (o *ResourceRoleUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceRoleUpdate) GetDescriptionOk ¶
func (o *ResourceRoleUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleUpdate) GetExtends ¶
func (o *ResourceRoleUpdate) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*ResourceRoleUpdate) GetExtendsOk ¶
func (o *ResourceRoleUpdate) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleUpdate) GetName ¶
func (o *ResourceRoleUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceRoleUpdate) GetNameOk ¶
func (o *ResourceRoleUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleUpdate) GetPermissions ¶
func (o *ResourceRoleUpdate) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*ResourceRoleUpdate) GetPermissionsOk ¶
func (o *ResourceRoleUpdate) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceRoleUpdate) HasDescription ¶
func (o *ResourceRoleUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceRoleUpdate) HasExtends ¶
func (o *ResourceRoleUpdate) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*ResourceRoleUpdate) HasName ¶
func (o *ResourceRoleUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceRoleUpdate) HasPermissions ¶
func (o *ResourceRoleUpdate) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (ResourceRoleUpdate) MarshalJSON ¶
func (o ResourceRoleUpdate) MarshalJSON() ([]byte, error)
func (*ResourceRoleUpdate) SetDescription ¶
func (o *ResourceRoleUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceRoleUpdate) SetExtends ¶
func (o *ResourceRoleUpdate) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*ResourceRoleUpdate) SetName ¶
func (o *ResourceRoleUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceRoleUpdate) SetPermissions ¶
func (o *ResourceRoleUpdate) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
type ResourceSets ¶ added in v0.0.10
type ResourceSets struct { // Objects to include (use * as wildcard) Include []string `json:"include,omitempty"` // Object to exclude (use * as wildcard) Exclude []string `json:"exclude,omitempty"` }
ResourceSets Resource sets to copy
func NewResourceSets ¶ added in v0.0.10
func NewResourceSets() *ResourceSets
NewResourceSets instantiates a new ResourceSets 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 NewResourceSetsWithDefaults ¶ added in v0.0.10
func NewResourceSetsWithDefaults() *ResourceSets
NewResourceSetsWithDefaults instantiates a new ResourceSets 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 (*ResourceSets) GetExclude ¶ added in v0.0.10
func (o *ResourceSets) GetExclude() []string
GetExclude returns the Exclude field value if set, zero value otherwise.
func (*ResourceSets) GetExcludeOk ¶ added in v0.0.10
func (o *ResourceSets) GetExcludeOk() ([]string, bool)
GetExcludeOk returns a tuple with the Exclude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceSets) GetInclude ¶ added in v0.0.10
func (o *ResourceSets) GetInclude() []string
GetInclude returns the Include field value if set, zero value otherwise.
func (*ResourceSets) GetIncludeOk ¶ added in v0.0.10
func (o *ResourceSets) GetIncludeOk() ([]string, bool)
GetIncludeOk returns a tuple with the Include field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceSets) HasExclude ¶ added in v0.0.10
func (o *ResourceSets) HasExclude() bool
HasExclude returns a boolean if a field has been set.
func (*ResourceSets) HasInclude ¶ added in v0.0.10
func (o *ResourceSets) HasInclude() bool
HasInclude returns a boolean if a field has been set.
func (ResourceSets) MarshalJSON ¶ added in v0.0.10
func (o ResourceSets) MarshalJSON() ([]byte, error)
func (*ResourceSets) SetExclude ¶ added in v0.0.10
func (o *ResourceSets) SetExclude(v []string)
SetExclude gets a reference to the given []string and assigns it to the Exclude field.
func (*ResourceSets) SetInclude ¶ added in v0.0.10
func (o *ResourceSets) SetInclude(v []string)
SetInclude gets a reference to the given []string and assigns it to the Include field.
func (ResourceSets) ToMap ¶ added in v0.0.10
func (o ResourceSets) ToMap() (map[string]interface{}, error)
type ResourceUpdate ¶
type ResourceUpdate struct { // The name of the resource Name *string `json:"name,omitempty"` // The [URN](https://en.wikipedia.org/wiki/Uniform_Resource_Name) (Uniform Resource Name) of the resource Urn *string `json:"urn,omitempty"` // An optional longer description of what this resource respresents in your system Description *string `json:"description,omitempty"` // A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource. Actions *map[string]ActionBlockEditable `json:"actions,omitempty"` // Attributes that each resource of this type defines, and can be used in your ABAC policies. Attributes *map[string]AttributeBlockEditable `json:"attributes,omitempty"` }
ResourceUpdate struct for ResourceUpdate
func NewResourceUpdate ¶
func NewResourceUpdate() *ResourceUpdate
NewResourceUpdate instantiates a new ResourceUpdate 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 NewResourceUpdateWithDefaults ¶
func NewResourceUpdateWithDefaults() *ResourceUpdate
NewResourceUpdateWithDefaults instantiates a new ResourceUpdate 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 (*ResourceUpdate) GetActions ¶
func (o *ResourceUpdate) GetActions() map[string]ActionBlockEditable
GetActions returns the Actions field value if set, zero value otherwise.
func (*ResourceUpdate) GetActionsOk ¶
func (o *ResourceUpdate) GetActionsOk() (*map[string]ActionBlockEditable, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUpdate) GetAttributes ¶
func (o *ResourceUpdate) GetAttributes() map[string]AttributeBlockEditable
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ResourceUpdate) GetAttributesOk ¶
func (o *ResourceUpdate) GetAttributesOk() (*map[string]AttributeBlockEditable, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUpdate) GetDescription ¶
func (o *ResourceUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResourceUpdate) GetDescriptionOk ¶
func (o *ResourceUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUpdate) GetName ¶
func (o *ResourceUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceUpdate) GetNameOk ¶
func (o *ResourceUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUpdate) GetUrn ¶
func (o *ResourceUpdate) GetUrn() string
GetUrn returns the Urn field value if set, zero value otherwise.
func (*ResourceUpdate) GetUrnOk ¶
func (o *ResourceUpdate) GetUrnOk() (*string, bool)
GetUrnOk returns a tuple with the Urn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceUpdate) HasActions ¶
func (o *ResourceUpdate) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*ResourceUpdate) HasAttributes ¶
func (o *ResourceUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ResourceUpdate) HasDescription ¶
func (o *ResourceUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResourceUpdate) HasName ¶
func (o *ResourceUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceUpdate) HasUrn ¶
func (o *ResourceUpdate) HasUrn() bool
HasUrn returns a boolean if a field has been set.
func (ResourceUpdate) MarshalJSON ¶
func (o ResourceUpdate) MarshalJSON() ([]byte, error)
func (*ResourceUpdate) SetActions ¶
func (o *ResourceUpdate) SetActions(v map[string]ActionBlockEditable)
SetActions gets a reference to the given map[string]ActionBlockEditable and assigns it to the Actions field.
func (*ResourceUpdate) SetAttributes ¶
func (o *ResourceUpdate) SetAttributes(v map[string]AttributeBlockEditable)
SetAttributes gets a reference to the given map[string]AttributeBlockEditable and assigns it to the Attributes field.
func (*ResourceUpdate) SetDescription ¶
func (o *ResourceUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResourceUpdate) SetName ¶
func (o *ResourceUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceUpdate) SetUrn ¶
func (o *ResourceUpdate) SetUrn(v string)
SetUrn gets a reference to the given string and assigns it to the Urn field.
type Resources ¶ added in v0.0.10
type Resources struct { // Objects to include (use * as wildcard) Include []string `json:"include,omitempty"` // Object to exclude (use * as wildcard) Exclude []string `json:"exclude,omitempty"` }
Resources Resources to copy
func NewResources ¶ added in v0.0.10
func NewResources() *Resources
NewResources instantiates a new Resources 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 NewResourcesWithDefaults ¶ added in v0.0.10
func NewResourcesWithDefaults() *Resources
NewResourcesWithDefaults instantiates a new Resources 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 (*Resources) GetExclude ¶ added in v0.0.10
GetExclude returns the Exclude field value if set, zero value otherwise.
func (*Resources) GetExcludeOk ¶ added in v0.0.10
GetExcludeOk returns a tuple with the Exclude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resources) GetInclude ¶ added in v0.0.10
GetInclude returns the Include field value if set, zero value otherwise.
func (*Resources) GetIncludeOk ¶ added in v0.0.10
GetIncludeOk returns a tuple with the Include field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resources) HasExclude ¶ added in v0.0.10
HasExclude returns a boolean if a field has been set.
func (*Resources) HasInclude ¶ added in v0.0.10
HasInclude returns a boolean if a field has been set.
func (Resources) MarshalJSON ¶ added in v0.0.10
func (*Resources) SetExclude ¶ added in v0.0.10
SetExclude gets a reference to the given []string and assigns it to the Exclude field.
func (*Resources) SetInclude ¶ added in v0.0.10
SetInclude gets a reference to the given []string and assigns it to the Include field.
type ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet ¶ added in v0.0.10
type ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet struct { PaginatedResultConditionSetRead *PaginatedResultConditionSetRead ConditionSetRead *[]ConditionSetRead }
ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet struct for ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet
func (*ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) MarshalJSON ¶ added in v0.0.10
func (src *ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) UnmarshalJSON ¶ added in v0.0.10
func (dst *ResponseListConditionSetsV2SchemaProjIdEnvIdConditionSetsGet) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet ¶ added in v0.0.13
type ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet struct { RoleAssignmentDetailedRead *[]RoleAssignmentDetailedRead RoleAssignmentRead *[]RoleAssignmentRead }
ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet struct for ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet
func (*ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) MarshalJSON ¶ added in v0.0.13
func (src *ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) UnmarshalJSON ¶ added in v0.0.13
func (dst *ResponseListRoleAssignmentsV2FactsProjIdEnvIdRoleAssignmentsGet) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type RoleAssignmentCreate ¶
type RoleAssignmentCreate struct { // the role that will be assigned (accepts either the role id or the role key) Role string `json:"role"` // the tenant the role is associated with (accepts either the tenant id or the tenant key) Tenant string `json:"tenant"` // the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance) ResourceInstance *string `json:"resource_instance,omitempty"` // the user the role will be assigned to (accepts either the user id or the user key) User string `json:"user"` }
RoleAssignmentCreate struct for RoleAssignmentCreate
func NewRoleAssignmentCreate ¶
func NewRoleAssignmentCreate(role string, tenant string, user string) *RoleAssignmentCreate
NewRoleAssignmentCreate instantiates a new RoleAssignmentCreate 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 NewRoleAssignmentCreateWithDefaults ¶
func NewRoleAssignmentCreateWithDefaults() *RoleAssignmentCreate
NewRoleAssignmentCreateWithDefaults instantiates a new RoleAssignmentCreate 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 (*RoleAssignmentCreate) GetResourceInstance ¶ added in v1.0.8
func (o *RoleAssignmentCreate) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*RoleAssignmentCreate) GetResourceInstanceOk ¶ added in v1.0.8
func (o *RoleAssignmentCreate) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentCreate) GetRole ¶
func (o *RoleAssignmentCreate) GetRole() string
GetRole returns the Role field value
func (*RoleAssignmentCreate) GetRoleOk ¶
func (o *RoleAssignmentCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*RoleAssignmentCreate) GetTenant ¶
func (o *RoleAssignmentCreate) GetTenant() string
GetTenant returns the Tenant field value
func (*RoleAssignmentCreate) GetTenantOk ¶
func (o *RoleAssignmentCreate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*RoleAssignmentCreate) GetUser ¶
func (o *RoleAssignmentCreate) GetUser() string
GetUser returns the User field value
func (*RoleAssignmentCreate) GetUserOk ¶
func (o *RoleAssignmentCreate) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*RoleAssignmentCreate) HasResourceInstance ¶ added in v1.0.8
func (o *RoleAssignmentCreate) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (RoleAssignmentCreate) MarshalJSON ¶
func (o RoleAssignmentCreate) MarshalJSON() ([]byte, error)
func (*RoleAssignmentCreate) SetResourceInstance ¶ added in v1.0.8
func (o *RoleAssignmentCreate) SetResourceInstance(v string)
SetResourceInstance gets a reference to the given string and assigns it to the ResourceInstance field.
func (*RoleAssignmentCreate) SetRole ¶
func (o *RoleAssignmentCreate) SetRole(v string)
SetRole sets field value
func (*RoleAssignmentCreate) SetTenant ¶
func (o *RoleAssignmentCreate) SetTenant(v string)
SetTenant sets field value
func (*RoleAssignmentCreate) SetUser ¶
func (o *RoleAssignmentCreate) SetUser(v string)
SetUser sets field value
func (RoleAssignmentCreate) ToMap ¶ added in v1.0.8
func (o RoleAssignmentCreate) ToMap() (map[string]interface{}, error)
func (*RoleAssignmentCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *RoleAssignmentCreate) UnmarshalJSON(data []byte) (err error)
type RoleAssignmentDetailedRead ¶ added in v0.0.13
type RoleAssignmentDetailedRead struct { // Unique id of the role assignment Id string `json:"id"` // the role that is assigned Role RoleAssignmentRole `json:"role"` // the user the role is assigned to User RoleAssignmentUser `json:"user"` // the tenant the role is associated with Tenant RoleAssignmentTenant `json:"tenant"` ResourceInstance *RoleAssignmentResourceInstance `json:"resource_instance,omitempty"` // Unique id of the organization that the role assignment belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the role assignment belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the role assignment belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the role assignment was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` }
RoleAssignmentDetailedRead struct for RoleAssignmentDetailedRead
func NewRoleAssignmentDetailedRead ¶ added in v0.0.13
func NewRoleAssignmentDetailedRead(id string, role RoleAssignmentRole, user RoleAssignmentUser, tenant RoleAssignmentTenant, organizationId string, projectId string, environmentId string, createdAt time.Time) *RoleAssignmentDetailedRead
NewRoleAssignmentDetailedRead instantiates a new RoleAssignmentDetailedRead 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 NewRoleAssignmentDetailedReadWithDefaults ¶ added in v0.0.13
func NewRoleAssignmentDetailedReadWithDefaults() *RoleAssignmentDetailedRead
NewRoleAssignmentDetailedReadWithDefaults instantiates a new RoleAssignmentDetailedRead 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 (*RoleAssignmentDetailedRead) GetCreatedAt ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*RoleAssignmentDetailedRead) GetCreatedAtOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetEnvironmentId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*RoleAssignmentDetailedRead) GetEnvironmentIdOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetId() string
GetId returns the Id field value
func (*RoleAssignmentDetailedRead) GetIdOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetOrganizationId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RoleAssignmentDetailedRead) GetOrganizationIdOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetProjectId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*RoleAssignmentDetailedRead) GetProjectIdOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentDetailedRead) GetResourceInstance() RoleAssignmentResourceInstance
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*RoleAssignmentDetailedRead) GetResourceInstanceOk ¶ added in v1.2.4
func (o *RoleAssignmentDetailedRead) GetResourceInstanceOk() (*RoleAssignmentResourceInstance, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetRole ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetRole() RoleAssignmentRole
GetRole returns the Role field value
func (*RoleAssignmentDetailedRead) GetRoleOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetRoleOk() (*RoleAssignmentRole, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetTenant ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetTenant() RoleAssignmentTenant
GetTenant returns the Tenant field value
func (*RoleAssignmentDetailedRead) GetTenantOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetTenantOk() (*RoleAssignmentTenant, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) GetUser ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetUser() RoleAssignmentUser
GetUser returns the User field value
func (*RoleAssignmentDetailedRead) GetUserOk ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) GetUserOk() (*RoleAssignmentUser, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*RoleAssignmentDetailedRead) HasResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentDetailedRead) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (RoleAssignmentDetailedRead) MarshalJSON ¶ added in v0.0.13
func (o RoleAssignmentDetailedRead) MarshalJSON() ([]byte, error)
func (*RoleAssignmentDetailedRead) SetCreatedAt ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*RoleAssignmentDetailedRead) SetEnvironmentId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*RoleAssignmentDetailedRead) SetId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetId(v string)
SetId sets field value
func (*RoleAssignmentDetailedRead) SetOrganizationId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RoleAssignmentDetailedRead) SetProjectId ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetProjectId(v string)
SetProjectId sets field value
func (*RoleAssignmentDetailedRead) SetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentDetailedRead) SetResourceInstance(v RoleAssignmentResourceInstance)
SetResourceInstance gets a reference to the given RoleAssignmentResourceInstance and assigns it to the ResourceInstance field.
func (*RoleAssignmentDetailedRead) SetRole ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetRole(v RoleAssignmentRole)
SetRole sets field value
func (*RoleAssignmentDetailedRead) SetTenant ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetTenant(v RoleAssignmentTenant)
SetTenant sets field value
func (*RoleAssignmentDetailedRead) SetUser ¶ added in v0.0.13
func (o *RoleAssignmentDetailedRead) SetUser(v RoleAssignmentUser)
SetUser sets field value
func (RoleAssignmentDetailedRead) ToMap ¶ added in v0.0.13
func (o RoleAssignmentDetailedRead) ToMap() (map[string]interface{}, error)
func (*RoleAssignmentDetailedRead) UnmarshalJSON ¶ added in v1.2.4
func (o *RoleAssignmentDetailedRead) UnmarshalJSON(data []byte) (err error)
type RoleAssignmentRead ¶
type RoleAssignmentRead struct { // Unique id of the role assignment Id string `json:"id"` // the user the role is assigned to User string `json:"user"` // the role that is assigned Role string `json:"role"` // the tenant the role is associated with Tenant string `json:"tenant"` // the resource instance the role is associated with ResourceInstance *string `json:"resource_instance,omitempty"` // Unique id of the resource instance ResourceInstanceId *string `json:"resource_instance_id,omitempty"` // Unique id of the user UserId string `json:"user_id"` // Unique id of the role RoleId string `json:"role_id"` // Unique id of the tenant TenantId string `json:"tenant_id"` // Unique id of the organization that the role assignment belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the role assignment belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the role assignment belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the role assignment was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` }
RoleAssignmentRead struct for RoleAssignmentRead
func NewRoleAssignmentRead ¶
func NewRoleAssignmentRead(id string, user string, role string, tenant string, userId string, roleId string, tenantId string, organizationId string, projectId string, environmentId string, createdAt time.Time) *RoleAssignmentRead
NewRoleAssignmentRead instantiates a new RoleAssignmentRead 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 NewRoleAssignmentReadWithDefaults ¶
func NewRoleAssignmentReadWithDefaults() *RoleAssignmentRead
NewRoleAssignmentReadWithDefaults instantiates a new RoleAssignmentRead 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 (*RoleAssignmentRead) GetCreatedAt ¶
func (o *RoleAssignmentRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*RoleAssignmentRead) GetCreatedAtOk ¶
func (o *RoleAssignmentRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetEnvironmentId ¶
func (o *RoleAssignmentRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*RoleAssignmentRead) GetEnvironmentIdOk ¶
func (o *RoleAssignmentRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetId ¶
func (o *RoleAssignmentRead) GetId() string
GetId returns the Id field value
func (*RoleAssignmentRead) GetIdOk ¶
func (o *RoleAssignmentRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetOrganizationId ¶
func (o *RoleAssignmentRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RoleAssignmentRead) GetOrganizationIdOk ¶
func (o *RoleAssignmentRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetProjectId ¶
func (o *RoleAssignmentRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*RoleAssignmentRead) GetProjectIdOk ¶
func (o *RoleAssignmentRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRead) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*RoleAssignmentRead) GetResourceInstanceId ¶ added in v1.2.4
func (o *RoleAssignmentRead) GetResourceInstanceId() string
GetResourceInstanceId returns the ResourceInstanceId field value if set, zero value otherwise.
func (*RoleAssignmentRead) GetResourceInstanceIdOk ¶ added in v1.2.4
func (o *RoleAssignmentRead) GetResourceInstanceIdOk() (*string, bool)
GetResourceInstanceIdOk returns a tuple with the ResourceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetResourceInstanceOk ¶ added in v1.2.4
func (o *RoleAssignmentRead) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetRole ¶
func (o *RoleAssignmentRead) GetRole() string
GetRole returns the Role field value
func (*RoleAssignmentRead) GetRoleId ¶
func (o *RoleAssignmentRead) GetRoleId() string
GetRoleId returns the RoleId field value
func (*RoleAssignmentRead) GetRoleIdOk ¶
func (o *RoleAssignmentRead) GetRoleIdOk() (*string, bool)
GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetRoleOk ¶
func (o *RoleAssignmentRead) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetTenant ¶
func (o *RoleAssignmentRead) GetTenant() string
GetTenant returns the Tenant field value
func (*RoleAssignmentRead) GetTenantId ¶
func (o *RoleAssignmentRead) GetTenantId() string
GetTenantId returns the TenantId field value
func (*RoleAssignmentRead) GetTenantIdOk ¶
func (o *RoleAssignmentRead) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetTenantOk ¶
func (o *RoleAssignmentRead) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetUser ¶
func (o *RoleAssignmentRead) GetUser() string
GetUser returns the User field value
func (*RoleAssignmentRead) GetUserId ¶
func (o *RoleAssignmentRead) GetUserId() string
GetUserId returns the UserId field value
func (*RoleAssignmentRead) GetUserIdOk ¶
func (o *RoleAssignmentRead) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) GetUserOk ¶
func (o *RoleAssignmentRead) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*RoleAssignmentRead) HasResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRead) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (*RoleAssignmentRead) HasResourceInstanceId ¶ added in v1.2.4
func (o *RoleAssignmentRead) HasResourceInstanceId() bool
HasResourceInstanceId returns a boolean if a field has been set.
func (RoleAssignmentRead) MarshalJSON ¶
func (o RoleAssignmentRead) MarshalJSON() ([]byte, error)
func (*RoleAssignmentRead) SetCreatedAt ¶
func (o *RoleAssignmentRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*RoleAssignmentRead) SetEnvironmentId ¶
func (o *RoleAssignmentRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*RoleAssignmentRead) SetId ¶
func (o *RoleAssignmentRead) SetId(v string)
SetId sets field value
func (*RoleAssignmentRead) SetOrganizationId ¶
func (o *RoleAssignmentRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RoleAssignmentRead) SetProjectId ¶
func (o *RoleAssignmentRead) SetProjectId(v string)
SetProjectId sets field value
func (*RoleAssignmentRead) SetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRead) SetResourceInstance(v string)
SetResourceInstance gets a reference to the given string and assigns it to the ResourceInstance field.
func (*RoleAssignmentRead) SetResourceInstanceId ¶ added in v1.2.4
func (o *RoleAssignmentRead) SetResourceInstanceId(v string)
SetResourceInstanceId gets a reference to the given string and assigns it to the ResourceInstanceId field.
func (*RoleAssignmentRead) SetRole ¶
func (o *RoleAssignmentRead) SetRole(v string)
SetRole sets field value
func (*RoleAssignmentRead) SetRoleId ¶
func (o *RoleAssignmentRead) SetRoleId(v string)
SetRoleId sets field value
func (*RoleAssignmentRead) SetTenant ¶
func (o *RoleAssignmentRead) SetTenant(v string)
SetTenant sets field value
func (*RoleAssignmentRead) SetTenantId ¶
func (o *RoleAssignmentRead) SetTenantId(v string)
SetTenantId sets field value
func (*RoleAssignmentRead) SetUser ¶
func (o *RoleAssignmentRead) SetUser(v string)
SetUser sets field value
func (*RoleAssignmentRead) SetUserId ¶
func (o *RoleAssignmentRead) SetUserId(v string)
SetUserId sets field value
func (RoleAssignmentRead) ToMap ¶ added in v1.2.4
func (o RoleAssignmentRead) ToMap() (map[string]interface{}, error)
func (*RoleAssignmentRead) UnmarshalJSON ¶ added in v1.2.4
func (o *RoleAssignmentRead) UnmarshalJSON(data []byte) (err error)
type RoleAssignmentRemove ¶
type RoleAssignmentRemove struct { // the role that will be unassigned (accepts either the role id or the role key) Role string `json:"role"` // the tenant the role is associated with (accepts either the tenant id or the tenant key) Tenant string `json:"tenant"` // the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance) ResourceInstance *string `json:"resource_instance,omitempty"` // the user the role will be unassigned from (accepts either the user id or the user key) User string `json:"user"` }
RoleAssignmentRemove struct for RoleAssignmentRemove
func NewRoleAssignmentRemove ¶
func NewRoleAssignmentRemove(role string, tenant string, user string) *RoleAssignmentRemove
NewRoleAssignmentRemove instantiates a new RoleAssignmentRemove 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 NewRoleAssignmentRemoveWithDefaults ¶
func NewRoleAssignmentRemoveWithDefaults() *RoleAssignmentRemove
NewRoleAssignmentRemoveWithDefaults instantiates a new RoleAssignmentRemove 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 (*RoleAssignmentRemove) GetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRemove) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*RoleAssignmentRemove) GetResourceInstanceOk ¶ added in v1.2.4
func (o *RoleAssignmentRemove) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentRemove) GetRole ¶
func (o *RoleAssignmentRemove) GetRole() string
GetRole returns the Role field value
func (*RoleAssignmentRemove) GetRoleOk ¶
func (o *RoleAssignmentRemove) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*RoleAssignmentRemove) GetTenant ¶
func (o *RoleAssignmentRemove) GetTenant() string
GetTenant returns the Tenant field value
func (*RoleAssignmentRemove) GetTenantOk ¶
func (o *RoleAssignmentRemove) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*RoleAssignmentRemove) GetUser ¶
func (o *RoleAssignmentRemove) GetUser() string
GetUser returns the User field value
func (*RoleAssignmentRemove) GetUserOk ¶
func (o *RoleAssignmentRemove) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*RoleAssignmentRemove) HasResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRemove) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (RoleAssignmentRemove) MarshalJSON ¶
func (o RoleAssignmentRemove) MarshalJSON() ([]byte, error)
func (*RoleAssignmentRemove) SetResourceInstance ¶ added in v1.2.4
func (o *RoleAssignmentRemove) SetResourceInstance(v string)
SetResourceInstance gets a reference to the given string and assigns it to the ResourceInstance field.
func (*RoleAssignmentRemove) SetRole ¶
func (o *RoleAssignmentRemove) SetRole(v string)
SetRole sets field value
func (*RoleAssignmentRemove) SetTenant ¶
func (o *RoleAssignmentRemove) SetTenant(v string)
SetTenant sets field value
func (*RoleAssignmentRemove) SetUser ¶
func (o *RoleAssignmentRemove) SetUser(v string)
SetUser sets field value
func (RoleAssignmentRemove) ToMap ¶ added in v1.2.4
func (o RoleAssignmentRemove) ToMap() (map[string]interface{}, error)
func (*RoleAssignmentRemove) UnmarshalJSON ¶ added in v1.2.4
func (o *RoleAssignmentRemove) UnmarshalJSON(data []byte) (err error)
type RoleAssignmentResourceInstance ¶ added in v1.2.4
type RoleAssignmentResourceInstance struct { Id string `json:"id"` Key string `json:"key"` Resource string `json:"resource"` Attributes map[string]interface{} `json:"attributes,omitempty"` }
RoleAssignmentResourceInstance struct for RoleAssignmentResourceInstance
func NewRoleAssignmentResourceInstance ¶ added in v1.2.4
func NewRoleAssignmentResourceInstance(id string, key string, resource string) *RoleAssignmentResourceInstance
NewRoleAssignmentResourceInstance instantiates a new RoleAssignmentResourceInstance 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 NewRoleAssignmentResourceInstanceWithDefaults ¶ added in v1.2.4
func NewRoleAssignmentResourceInstanceWithDefaults() *RoleAssignmentResourceInstance
NewRoleAssignmentResourceInstanceWithDefaults instantiates a new RoleAssignmentResourceInstance 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 (*RoleAssignmentResourceInstance) GetAttributes ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RoleAssignmentResourceInstance) GetAttributesOk ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentResourceInstance) GetId ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetId() string
GetId returns the Id field value
func (*RoleAssignmentResourceInstance) GetIdOk ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentResourceInstance) GetKey ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetKey() string
GetKey returns the Key field value
func (*RoleAssignmentResourceInstance) GetKeyOk ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RoleAssignmentResourceInstance) GetResource ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetResource() string
GetResource returns the Resource field value
func (*RoleAssignmentResourceInstance) GetResourceOk ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*RoleAssignmentResourceInstance) HasAttributes ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RoleAssignmentResourceInstance) MarshalJSON ¶ added in v1.2.4
func (o RoleAssignmentResourceInstance) MarshalJSON() ([]byte, error)
func (*RoleAssignmentResourceInstance) SetAttributes ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*RoleAssignmentResourceInstance) SetId ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) SetId(v string)
SetId sets field value
func (*RoleAssignmentResourceInstance) SetKey ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) SetKey(v string)
SetKey sets field value
func (*RoleAssignmentResourceInstance) SetResource ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) SetResource(v string)
SetResource sets field value
func (RoleAssignmentResourceInstance) ToMap ¶ added in v1.2.4
func (o RoleAssignmentResourceInstance) ToMap() (map[string]interface{}, error)
func (*RoleAssignmentResourceInstance) UnmarshalJSON ¶ added in v1.2.4
func (o *RoleAssignmentResourceInstance) UnmarshalJSON(data []byte) (err error)
type RoleAssignmentRole ¶ added in v0.0.13
RoleAssignmentRole struct for RoleAssignmentRole
func NewRoleAssignmentRole ¶ added in v0.0.13
func NewRoleAssignmentRole(id string, key string) *RoleAssignmentRole
NewRoleAssignmentRole instantiates a new RoleAssignmentRole 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 NewRoleAssignmentRoleWithDefaults ¶ added in v0.0.13
func NewRoleAssignmentRoleWithDefaults() *RoleAssignmentRole
NewRoleAssignmentRoleWithDefaults instantiates a new RoleAssignmentRole 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 (*RoleAssignmentRole) GetId ¶ added in v0.0.13
func (o *RoleAssignmentRole) GetId() string
GetId returns the Id field value
func (*RoleAssignmentRole) GetIdOk ¶ added in v0.0.13
func (o *RoleAssignmentRole) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentRole) GetKey ¶ added in v0.0.13
func (o *RoleAssignmentRole) GetKey() string
GetKey returns the Key field value
func (*RoleAssignmentRole) GetKeyOk ¶ added in v0.0.13
func (o *RoleAssignmentRole) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (RoleAssignmentRole) MarshalJSON ¶ added in v0.0.13
func (o RoleAssignmentRole) MarshalJSON() ([]byte, error)
func (*RoleAssignmentRole) SetId ¶ added in v0.0.13
func (o *RoleAssignmentRole) SetId(v string)
SetId sets field value
func (*RoleAssignmentRole) SetKey ¶ added in v0.0.13
func (o *RoleAssignmentRole) SetKey(v string)
SetKey sets field value
func (RoleAssignmentRole) ToMap ¶ added in v0.0.13
func (o RoleAssignmentRole) ToMap() (map[string]interface{}, error)
type RoleAssignmentTenant ¶ added in v0.0.13
type RoleAssignmentTenant struct { Id string `json:"id"` Key string `json:"key"` Name string `json:"name"` Attributes map[string]interface{} `json:"attributes,omitempty"` }
RoleAssignmentTenant struct for RoleAssignmentTenant
func NewRoleAssignmentTenant ¶ added in v0.0.13
func NewRoleAssignmentTenant(id string, key string, name string) *RoleAssignmentTenant
NewRoleAssignmentTenant instantiates a new RoleAssignmentTenant 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 NewRoleAssignmentTenantWithDefaults ¶ added in v0.0.13
func NewRoleAssignmentTenantWithDefaults() *RoleAssignmentTenant
NewRoleAssignmentTenantWithDefaults instantiates a new RoleAssignmentTenant 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 (*RoleAssignmentTenant) GetAttributes ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RoleAssignmentTenant) GetAttributesOk ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentTenant) GetId ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetId() string
GetId returns the Id field value
func (*RoleAssignmentTenant) GetIdOk ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentTenant) GetKey ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetKey() string
GetKey returns the Key field value
func (*RoleAssignmentTenant) GetKeyOk ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RoleAssignmentTenant) GetName ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetName() string
GetName returns the Name field value
func (*RoleAssignmentTenant) GetNameOk ¶ added in v0.0.13
func (o *RoleAssignmentTenant) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RoleAssignmentTenant) HasAttributes ¶ added in v0.0.13
func (o *RoleAssignmentTenant) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (RoleAssignmentTenant) MarshalJSON ¶ added in v0.0.13
func (o RoleAssignmentTenant) MarshalJSON() ([]byte, error)
func (*RoleAssignmentTenant) SetAttributes ¶ added in v0.0.13
func (o *RoleAssignmentTenant) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*RoleAssignmentTenant) SetId ¶ added in v0.0.13
func (o *RoleAssignmentTenant) SetId(v string)
SetId sets field value
func (*RoleAssignmentTenant) SetKey ¶ added in v0.0.13
func (o *RoleAssignmentTenant) SetKey(v string)
SetKey sets field value
func (*RoleAssignmentTenant) SetName ¶ added in v0.0.13
func (o *RoleAssignmentTenant) SetName(v string)
SetName sets field value
func (RoleAssignmentTenant) ToMap ¶ added in v0.0.13
func (o RoleAssignmentTenant) ToMap() (map[string]interface{}, error)
type RoleAssignmentUser ¶ added in v0.0.13
type RoleAssignmentUser struct { Id string `json:"id"` Key string `json:"key"` Email *string `json:"email,omitempty"` FirstName *string `json:"first_name,omitempty"` LastName *string `json:"last_name,omitempty"` Attributes map[string]interface{} `json:"attributes,omitempty"` }
RoleAssignmentUser struct for RoleAssignmentUser
func NewRoleAssignmentUser ¶ added in v0.0.13
func NewRoleAssignmentUser(id string, key string) *RoleAssignmentUser
NewRoleAssignmentUser instantiates a new RoleAssignmentUser 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 NewRoleAssignmentUserWithDefaults ¶ added in v0.0.13
func NewRoleAssignmentUserWithDefaults() *RoleAssignmentUser
NewRoleAssignmentUserWithDefaults instantiates a new RoleAssignmentUser 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 (*RoleAssignmentUser) GetAttributes ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*RoleAssignmentUser) GetAttributesOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentUser) GetEmail ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*RoleAssignmentUser) GetEmailOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentUser) GetFirstName ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*RoleAssignmentUser) GetFirstNameOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentUser) GetId ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetId() string
GetId returns the Id field value
func (*RoleAssignmentUser) GetIdOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleAssignmentUser) GetKey ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetKey() string
GetKey returns the Key field value
func (*RoleAssignmentUser) GetKeyOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RoleAssignmentUser) GetLastName ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*RoleAssignmentUser) GetLastNameOk ¶ added in v0.0.13
func (o *RoleAssignmentUser) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAssignmentUser) HasAttributes ¶ added in v0.0.13
func (o *RoleAssignmentUser) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*RoleAssignmentUser) HasEmail ¶ added in v0.0.13
func (o *RoleAssignmentUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*RoleAssignmentUser) HasFirstName ¶ added in v0.0.13
func (o *RoleAssignmentUser) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*RoleAssignmentUser) HasLastName ¶ added in v0.0.13
func (o *RoleAssignmentUser) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (RoleAssignmentUser) MarshalJSON ¶ added in v0.0.13
func (o RoleAssignmentUser) MarshalJSON() ([]byte, error)
func (*RoleAssignmentUser) SetAttributes ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*RoleAssignmentUser) SetEmail ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*RoleAssignmentUser) SetFirstName ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*RoleAssignmentUser) SetId ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetId(v string)
SetId sets field value
func (*RoleAssignmentUser) SetKey ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetKey(v string)
SetKey sets field value
func (*RoleAssignmentUser) SetLastName ¶ added in v0.0.13
func (o *RoleAssignmentUser) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (RoleAssignmentUser) ToMap ¶ added in v0.0.13
func (o RoleAssignmentUser) ToMap() (map[string]interface{}, error)
type RoleBlock ¶
type RoleBlock struct { // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` }
RoleBlock struct for RoleBlock
func NewRoleBlock ¶
func NewRoleBlock() *RoleBlock
NewRoleBlock instantiates a new RoleBlock 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 NewRoleBlockWithDefaults ¶
func NewRoleBlockWithDefaults() *RoleBlock
NewRoleBlockWithDefaults instantiates a new RoleBlock 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 (*RoleBlock) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*RoleBlock) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBlock) GetExtends ¶
GetExtends returns the Extends field value if set, zero value otherwise.
func (*RoleBlock) GetExtendsOk ¶
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBlock) GetPermissions ¶
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RoleBlock) GetPermissionsOk ¶
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleBlock) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*RoleBlock) HasExtends ¶
HasExtends returns a boolean if a field has been set.
func (*RoleBlock) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (RoleBlock) MarshalJSON ¶
func (*RoleBlock) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RoleBlock) SetExtends ¶
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*RoleBlock) SetPermissions ¶
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
type RoleCreate ¶
type RoleCreate struct { // A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role. Key string `json:"key"` // The name of the role Name string `json:"name"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this role. This metadata can be used to filter role using query parameters with attr_ prefix, currently supports only 'equals' operator Attributes map[string]string `json:"attributes,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` }
RoleCreate struct for RoleCreate
func NewRoleCreate ¶
func NewRoleCreate(key string, name string) *RoleCreate
NewRoleCreate instantiates a new RoleCreate 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 NewRoleCreateWithDefaults ¶
func NewRoleCreateWithDefaults() *RoleCreate
NewRoleCreateWithDefaults instantiates a new RoleCreate 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 (*RoleCreate) GetAttributes ¶ added in v0.0.7
func (o *RoleCreate) GetAttributes() map[string]string
GetAttributes returns the Attributes field value.
func (*RoleCreate) GetDescription ¶
func (o *RoleCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RoleCreate) GetDescriptionOk ¶
func (o *RoleCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleCreate) GetExtends ¶
func (o *RoleCreate) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*RoleCreate) GetExtendsOk ¶
func (o *RoleCreate) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleCreate) GetKeyOk ¶
func (o *RoleCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RoleCreate) GetName ¶
func (o *RoleCreate) GetName() string
GetName returns the Name field value
func (*RoleCreate) GetNameOk ¶
func (o *RoleCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RoleCreate) GetPermissions ¶
func (o *RoleCreate) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RoleCreate) GetPermissionsOk ¶
func (o *RoleCreate) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleCreate) HasDescription ¶
func (o *RoleCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RoleCreate) HasExtends ¶
func (o *RoleCreate) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*RoleCreate) HasPermissions ¶
func (o *RoleCreate) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (RoleCreate) MarshalJSON ¶
func (o RoleCreate) MarshalJSON() ([]byte, error)
func (*RoleCreate) SetAttributes ¶ added in v0.0.7
func (o *RoleCreate) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map and assigns it to the Attributes field.
func (*RoleCreate) SetDescription ¶
func (o *RoleCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RoleCreate) SetExtends ¶
func (o *RoleCreate) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*RoleCreate) SetPermissions ¶
func (o *RoleCreate) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
type RoleData ¶
RoleData struct for RoleData
func NewRoleData ¶
func NewRoleData() *RoleData
NewRoleData instantiates a new RoleData 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 NewRoleDataWithDefaults ¶
func NewRoleDataWithDefaults() *RoleData
NewRoleDataWithDefaults instantiates a new RoleData 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 (*RoleData) GetGrantsOk ¶
GetGrantsOk returns a tuple with the Grants field value if set, nil otherwise and a boolean to check if the value has been set.
func (RoleData) MarshalJSON ¶
type RoleRead ¶
type RoleRead struct { // The name of the role Name string `json:"name"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this role. This metadata can be used to filter role using query parameters with attr_ prefix, currently supports only 'equals' operator Attributes map[string]string `json:"attributes,omitempty"` // A URL-friendly name of the role (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the role. Key string `json:"key"` // Unique id of the role Id string `json:"id"` // Unique id of the organization that the role belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the role belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the role belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the role was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the role was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` }
RoleRead struct for RoleRead
func NewRoleRead ¶
func NewRoleRead(name string, key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time) *RoleRead
NewRoleRead instantiates a new RoleRead 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 NewRoleReadWithDefaults ¶
func NewRoleReadWithDefaults() *RoleRead
NewRoleReadWithDefaults instantiates a new RoleRead 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 (*RoleRead) GetAttributes ¶ added in v0.0.7
func (*RoleRead) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*RoleRead) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RoleRead) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*RoleRead) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleRead) GetEnvironmentId ¶
GetEnvironmentId returns the EnvironmentId field value
func (*RoleRead) GetEnvironmentIdOk ¶
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*RoleRead) GetExtends ¶
GetExtends returns the Extends field value if set, zero value otherwise.
func (*RoleRead) GetExtendsOk ¶
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleRead) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RoleRead) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*RoleRead) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RoleRead) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*RoleRead) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RoleRead) GetPermissions ¶
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RoleRead) GetPermissionsOk ¶
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleRead) GetProjectId ¶
GetProjectId returns the ProjectId field value
func (*RoleRead) GetProjectIdOk ¶
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*RoleRead) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*RoleRead) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*RoleRead) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*RoleRead) HasExtends ¶
HasExtends returns a boolean if a field has been set.
func (*RoleRead) HasPermissions ¶
HasPermissions returns a boolean if a field has been set.
func (RoleRead) MarshalJSON ¶
func (*RoleRead) SetCreatedAt ¶
SetCreatedAt sets field value
func (*RoleRead) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RoleRead) SetEnvironmentId ¶
SetEnvironmentId sets field value
func (*RoleRead) SetExtends ¶
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*RoleRead) SetOrganizationId ¶
SetOrganizationId sets field value
func (*RoleRead) SetPermissions ¶
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*RoleRead) SetProjectId ¶
SetProjectId sets field value
func (*RoleRead) SetUpdatedAt ¶
SetUpdatedAt sets field value
type RoleUpdate ¶
type RoleUpdate struct { // The name of the role Name *string `json:"name,omitempty"` // optional description string explaining what this role represents, or what permissions are granted to it. Description *string `json:"description,omitempty"` // list of action keys that define what actions this resource role is permitted to do Permissions []string `json:"permissions,omitempty"` // optional dictionary of key-value pairs that can be used to store arbitrary metadata about this role. This metadata can be used to filter role using query parameters with attr_ prefix, currently supports only 'equals' operator Attributes map[string]string `json:"attributes,omitempty"` // list of role keys that define what roles this role extends. In other words: this role will automatically inherit all the permissions of the given roles in this list. Extends []string `json:"extends,omitempty"` }
RoleUpdate struct for RoleUpdate
func NewRoleUpdate ¶
func NewRoleUpdate() *RoleUpdate
NewRoleUpdate instantiates a new RoleUpdate 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 NewRoleUpdateWithDefaults ¶
func NewRoleUpdateWithDefaults() *RoleUpdate
NewRoleUpdateWithDefaults instantiates a new RoleUpdate 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 (*RoleUpdate) GetAttributes ¶ added in v0.0.7
func (o *RoleUpdate) GetAttributes() map[string]string
GetAttributes returns the Attributes field value.
func (*RoleUpdate) GetDescription ¶
func (o *RoleUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*RoleUpdate) GetDescriptionOk ¶
func (o *RoleUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleUpdate) GetExtends ¶
func (o *RoleUpdate) GetExtends() []string
GetExtends returns the Extends field value if set, zero value otherwise.
func (*RoleUpdate) GetExtendsOk ¶
func (o *RoleUpdate) GetExtendsOk() ([]string, bool)
GetExtendsOk returns a tuple with the Extends field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleUpdate) GetName ¶
func (o *RoleUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*RoleUpdate) GetNameOk ¶
func (o *RoleUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleUpdate) GetPermissions ¶
func (o *RoleUpdate) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise.
func (*RoleUpdate) GetPermissionsOk ¶
func (o *RoleUpdate) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleUpdate) HasDescription ¶
func (o *RoleUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*RoleUpdate) HasExtends ¶
func (o *RoleUpdate) HasExtends() bool
HasExtends returns a boolean if a field has been set.
func (*RoleUpdate) HasName ¶
func (o *RoleUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*RoleUpdate) HasPermissions ¶
func (o *RoleUpdate) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (RoleUpdate) MarshalJSON ¶
func (o RoleUpdate) MarshalJSON() ([]byte, error)
func (*RoleUpdate) SetAttributes ¶ added in v0.0.7
func (o *RoleUpdate) SetAttributes(v map[string]string)
SetAttributes gets a reference to the given map and assigns it to the Attributes field.
func (*RoleUpdate) SetDescription ¶
func (o *RoleUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*RoleUpdate) SetExtends ¶
func (o *RoleUpdate) SetExtends(v []string)
SetExtends gets a reference to the given []string and assigns it to the Extends field.
func (*RoleUpdate) SetName ¶
func (o *RoleUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*RoleUpdate) SetPermissions ¶
func (o *RoleUpdate) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
type Roles ¶ added in v0.0.10
type Roles struct { PaginatedResultResourceRoleRead *PaginatedResultResourceRoleRead ResourceRoleRead *[]ResourceRoleRead }
CopyEnvironmentScopeRoles struct for CopyEnvironmentScopeRoles
func (*Roles) MarshalJSON ¶ added in v0.0.10
Marshal data from the first non-nil pointers in the struct to JSON
func (*Roles) UnmarshalJSON ¶ added in v1.0.5
Unmarshal JSON data into any of the pointers in the struct
type SSHAuthData ¶
type SSHAuthData struct { AuthType *string `json:"auth_type,omitempty"` // SSH username Username string `json:"username"` // SSH public key PublicKey *string `json:"public_key,omitempty"` // SSH private key PrivateKey string `json:"private_key"` }
SSHAuthData struct for SSHAuthData
func NewSSHAuthData ¶
func NewSSHAuthData(username string, privateKey string) *SSHAuthData
NewSSHAuthData instantiates a new SSHAuthData 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 NewSSHAuthDataWithDefaults ¶
func NewSSHAuthDataWithDefaults() *SSHAuthData
NewSSHAuthDataWithDefaults instantiates a new SSHAuthData 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 (*SSHAuthData) GetAuthType ¶
func (o *SSHAuthData) GetAuthType() string
GetAuthType returns the AuthType field value if set, zero value otherwise.
func (*SSHAuthData) GetAuthTypeOk ¶
func (o *SSHAuthData) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSHAuthData) GetPrivateKey ¶
func (o *SSHAuthData) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*SSHAuthData) GetPrivateKeyOk ¶
func (o *SSHAuthData) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*SSHAuthData) GetPublicKey ¶
func (o *SSHAuthData) GetPublicKey() string
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*SSHAuthData) GetPublicKeyOk ¶
func (o *SSHAuthData) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SSHAuthData) GetUsername ¶
func (o *SSHAuthData) GetUsername() string
GetUsername returns the Username field value
func (*SSHAuthData) GetUsernameOk ¶
func (o *SSHAuthData) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*SSHAuthData) HasAuthType ¶
func (o *SSHAuthData) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (*SSHAuthData) HasPublicKey ¶
func (o *SSHAuthData) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (SSHAuthData) MarshalJSON ¶
func (o SSHAuthData) MarshalJSON() ([]byte, error)
func (*SSHAuthData) SetAuthType ¶
func (o *SSHAuthData) SetAuthType(v string)
SetAuthType gets a reference to the given string and assigns it to the AuthType field.
func (*SSHAuthData) SetPrivateKey ¶
func (o *SSHAuthData) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*SSHAuthData) SetPublicKey ¶
func (o *SSHAuthData) SetPublicKey(v string)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*SSHAuthData) SetUsername ¶
func (o *SSHAuthData) SetUsername(v string)
SetUsername sets field value
type Scope ¶ added in v0.0.10
type Scope struct { Resources *Resources `json:"resources,omitempty"` Roles *Roles `json:"roles,omitempty"` UserSets *UserSets `json:"user_sets,omitempty"` ResourceSets *ResourceSets `json:"resource_sets,omitempty"` }
Scope Filters to include and exclude copied objects
func NewScope ¶ added in v0.0.10
func NewScope() *Scope
NewScope instantiates a new Scope 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 NewScopeWithDefaults ¶ added in v0.0.10
func NewScopeWithDefaults() *Scope
NewScopeWithDefaults instantiates a new Scope 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 (*Scope) GetResourceSets ¶ added in v0.0.10
func (o *Scope) GetResourceSets() ResourceSets
GetResourceSets returns the ResourceSets field value if set, zero value otherwise.
func (*Scope) GetResourceSetsOk ¶ added in v0.0.10
func (o *Scope) GetResourceSetsOk() (*ResourceSets, bool)
GetResourceSetsOk returns a tuple with the ResourceSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetResources ¶ added in v0.0.10
GetResources returns the Resources field value if set, zero value otherwise.
func (*Scope) GetResourcesOk ¶ added in v0.0.10
GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetRoles ¶ added in v0.0.10
GetRoles returns the Roles field value if set, zero value otherwise.
func (*Scope) GetRolesOk ¶ added in v0.0.10
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) GetUserSets ¶ added in v0.0.10
GetUserSets returns the UserSets field value if set, zero value otherwise.
func (*Scope) GetUserSetsOk ¶ added in v0.0.10
GetUserSetsOk returns a tuple with the UserSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Scope) HasResourceSets ¶ added in v0.0.10
HasResourceSets returns a boolean if a field has been set.
func (*Scope) HasResources ¶ added in v0.0.10
HasResources returns a boolean if a field has been set.
func (*Scope) HasUserSets ¶ added in v0.0.10
HasUserSets returns a boolean if a field has been set.
func (Scope) MarshalJSON ¶ added in v0.0.10
func (*Scope) SetResourceSets ¶ added in v0.0.10
func (o *Scope) SetResourceSets(v ResourceSets)
SetResourceSets gets a reference to the given ResourceSets and assigns it to the ResourceSets field.
func (*Scope) SetResources ¶ added in v0.0.10
SetResources gets a reference to the given Resources and assigns it to the Resources field.
func (*Scope) SetRoles ¶ added in v0.0.10
SetRoles gets a reference to the given Roles and assigns it to the Roles field.
func (*Scope) SetUserSets ¶ added in v0.0.10
SetUserSets gets a reference to the given UserSets and assigns it to the UserSets field.
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
Settings struct for Settings
func (*Settings) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Settings) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Statistics ¶
type Statistics struct { Roles int32 `json:"roles"` Users int32 `json:"users"` Policies int32 `json:"policies"` Resources int32 `json:"resources"` Tenants int32 `json:"tenants"` HasDecisionLogs bool `json:"has_decision_logs"` }
Statistics struct for Statistics
func NewStatistics ¶
func NewStatistics(roles int32, users int32, policies int32, resources int32, tenants int32, hasDecisionLogs bool) *Statistics
NewStatistics instantiates a new Statistics 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 NewStatisticsWithDefaults ¶
func NewStatisticsWithDefaults() *Statistics
NewStatisticsWithDefaults instantiates a new Statistics 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 (*Statistics) GetHasDecisionLogs ¶
func (o *Statistics) GetHasDecisionLogs() bool
GetHasDecisionLogs returns the HasDecisionLogs field value
func (*Statistics) GetHasDecisionLogsOk ¶
func (o *Statistics) GetHasDecisionLogsOk() (*bool, bool)
GetHasDecisionLogsOk returns a tuple with the HasDecisionLogs field value and a boolean to check if the value has been set.
func (*Statistics) GetPolicies ¶
func (o *Statistics) GetPolicies() int32
GetPolicies returns the Policies field value
func (*Statistics) GetPoliciesOk ¶
func (o *Statistics) GetPoliciesOk() (*int32, bool)
GetPoliciesOk returns a tuple with the Policies field value and a boolean to check if the value has been set.
func (*Statistics) GetResources ¶
func (o *Statistics) GetResources() int32
GetResources returns the Resources field value
func (*Statistics) GetResourcesOk ¶
func (o *Statistics) GetResourcesOk() (*int32, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (*Statistics) GetRoles ¶
func (o *Statistics) GetRoles() int32
GetRoles returns the Roles field value
func (*Statistics) GetRolesOk ¶
func (o *Statistics) GetRolesOk() (*int32, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*Statistics) GetTenants ¶
func (o *Statistics) GetTenants() int32
GetTenants returns the Tenants field value
func (*Statistics) GetTenantsOk ¶
func (o *Statistics) GetTenantsOk() (*int32, bool)
GetTenantsOk returns a tuple with the Tenants field value and a boolean to check if the value has been set.
func (*Statistics) GetUsers ¶
func (o *Statistics) GetUsers() int32
GetUsers returns the Users field value
func (*Statistics) GetUsersOk ¶
func (o *Statistics) GetUsersOk() (*int32, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (Statistics) MarshalJSON ¶
func (o Statistics) MarshalJSON() ([]byte, error)
func (*Statistics) SetHasDecisionLogs ¶
func (o *Statistics) SetHasDecisionLogs(v bool)
SetHasDecisionLogs sets field value
func (*Statistics) SetPolicies ¶
func (o *Statistics) SetPolicies(v int32)
SetPolicies sets field value
func (*Statistics) SetResources ¶
func (o *Statistics) SetResources(v int32)
SetResources sets field value
func (*Statistics) SetTenants ¶
func (o *Statistics) SetTenants(v int32)
SetTenants sets field value
type StrippedRelationBlockRead ¶ added in v1.0.5
type StrippedRelationBlockRead struct { // A URL-friendly name of the relation (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the relation. Key string `json:"key"` // The name of the relation Name string `json:"name"` // An optional longer description of what this relation represents in your system Description *string `json:"description,omitempty"` }
StrippedRelationBlockRead struct for StrippedRelationBlockRead
func NewStrippedRelationBlockRead ¶ added in v1.0.5
func NewStrippedRelationBlockRead(key string, name string) *StrippedRelationBlockRead
NewStrippedRelationBlockRead instantiates a new StrippedRelationBlockRead 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 NewStrippedRelationBlockReadWithDefaults ¶ added in v1.0.5
func NewStrippedRelationBlockReadWithDefaults() *StrippedRelationBlockRead
NewStrippedRelationBlockReadWithDefaults instantiates a new StrippedRelationBlockRead 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 (*StrippedRelationBlockRead) GetDescription ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*StrippedRelationBlockRead) GetDescriptionOk ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StrippedRelationBlockRead) GetKey ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetKey() string
GetKey returns the Key field value
func (*StrippedRelationBlockRead) GetKeyOk ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*StrippedRelationBlockRead) GetName ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetName() string
GetName returns the Name field value
func (*StrippedRelationBlockRead) GetNameOk ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StrippedRelationBlockRead) HasDescription ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (StrippedRelationBlockRead) MarshalJSON ¶ added in v1.0.5
func (o StrippedRelationBlockRead) MarshalJSON() ([]byte, error)
func (*StrippedRelationBlockRead) SetDescription ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*StrippedRelationBlockRead) SetKey ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) SetKey(v string)
SetKey sets field value
func (*StrippedRelationBlockRead) SetName ¶ added in v1.0.5
func (o *StrippedRelationBlockRead) SetName(v string)
SetName sets field value
func (StrippedRelationBlockRead) ToMap ¶ added in v1.0.5
func (o StrippedRelationBlockRead) ToMap() (map[string]interface{}, error)
type TargetEnv ¶ added in v0.0.10
type TargetEnv struct { // Identifier of an existing environment to copy into Existing *string `json:"existing,omitempty"` New *New `json:"new,omitempty"` }
TargetEnv If copying a new environment, the environment configuration. If copying to an existing environment, the environment identifier
func NewTargetEnv ¶ added in v0.0.10
func NewTargetEnv() *TargetEnv
NewTargetEnv instantiates a new TargetEnv 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 NewTargetEnvWithDefaults ¶ added in v0.0.10
func NewTargetEnvWithDefaults() *TargetEnv
NewTargetEnvWithDefaults instantiates a new TargetEnv 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 (*TargetEnv) GetExisting ¶ added in v0.0.10
GetExisting returns the Existing field value if set, zero value otherwise.
func (*TargetEnv) GetExistingOk ¶ added in v0.0.10
GetExistingOk returns a tuple with the Existing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetEnv) GetNew ¶ added in v0.0.10
GetNew returns the New field value if set, zero value otherwise.
func (*TargetEnv) GetNewOk ¶ added in v0.0.10
GetNewOk returns a tuple with the New field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TargetEnv) HasExisting ¶ added in v0.0.10
HasExisting returns a boolean if a field has been set.
func (TargetEnv) MarshalJSON ¶ added in v0.0.10
func (*TargetEnv) SetExisting ¶ added in v0.0.10
SetExisting gets a reference to the given string and assigns it to the Existing field.
type TenantBlockRead ¶ added in v1.0.5
type TenantBlockRead struct { // A unique id by which Permit will identify the tenant. The tenant key must be url-friendly (slugified). Key string `json:"key"` // A descriptive name for the tenant Name string `json:"name"` // an optional longer description of the tenant Description *string `json:"description,omitempty"` // Arbitraty tenant attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
TenantBlockRead struct for TenantBlockRead
func NewTenantBlockRead ¶ added in v1.0.5
func NewTenantBlockRead(key string, name string) *TenantBlockRead
NewTenantBlockRead instantiates a new TenantBlockRead 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 NewTenantBlockReadWithDefaults ¶ added in v1.0.5
func NewTenantBlockReadWithDefaults() *TenantBlockRead
NewTenantBlockReadWithDefaults instantiates a new TenantBlockRead 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 (*TenantBlockRead) GetAttributes ¶ added in v1.0.5
func (o *TenantBlockRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TenantBlockRead) GetAttributesOk ¶ added in v1.0.5
func (o *TenantBlockRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantBlockRead) GetDescription ¶ added in v1.0.5
func (o *TenantBlockRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TenantBlockRead) GetDescriptionOk ¶ added in v1.0.5
func (o *TenantBlockRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantBlockRead) GetKey ¶ added in v1.0.5
func (o *TenantBlockRead) GetKey() string
GetKey returns the Key field value
func (*TenantBlockRead) GetKeyOk ¶ added in v1.0.5
func (o *TenantBlockRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*TenantBlockRead) GetName ¶ added in v1.0.5
func (o *TenantBlockRead) GetName() string
GetName returns the Name field value
func (*TenantBlockRead) GetNameOk ¶ added in v1.0.5
func (o *TenantBlockRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TenantBlockRead) HasAttributes ¶ added in v1.0.5
func (o *TenantBlockRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TenantBlockRead) HasDescription ¶ added in v1.0.5
func (o *TenantBlockRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (TenantBlockRead) MarshalJSON ¶ added in v1.0.5
func (o TenantBlockRead) MarshalJSON() ([]byte, error)
func (*TenantBlockRead) SetAttributes ¶ added in v1.0.5
func (o *TenantBlockRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*TenantBlockRead) SetDescription ¶ added in v1.0.5
func (o *TenantBlockRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TenantBlockRead) SetKey ¶ added in v1.0.5
func (o *TenantBlockRead) SetKey(v string)
SetKey sets field value
func (*TenantBlockRead) SetName ¶ added in v1.0.5
func (o *TenantBlockRead) SetName(v string)
SetName sets field value
func (TenantBlockRead) ToMap ¶ added in v1.0.5
func (o TenantBlockRead) ToMap() (map[string]interface{}, error)
type TenantCreate ¶
type TenantCreate struct { // A unique id by which Permit will identify the tenant. The tenant key must be url-friendly (slugified). Key string `json:"key"` // A descriptive name for the tenant Name string `json:"name"` // an optional longer description of the tenant Description *string `json:"description,omitempty"` // Arbitraty tenant attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
TenantCreate struct for TenantCreate
func NewTenantCreate ¶
func NewTenantCreate(key string, name string) *TenantCreate
NewTenantCreate instantiates a new TenantCreate 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 NewTenantCreateWithDefaults ¶
func NewTenantCreateWithDefaults() *TenantCreate
NewTenantCreateWithDefaults instantiates a new TenantCreate 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 (*TenantCreate) GetAttributes ¶
func (o *TenantCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TenantCreate) GetAttributesOk ¶
func (o *TenantCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantCreate) GetDescription ¶
func (o *TenantCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TenantCreate) GetDescriptionOk ¶
func (o *TenantCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantCreate) GetKey ¶
func (o *TenantCreate) GetKey() string
GetKey returns the Key field value
func (*TenantCreate) GetKeyOk ¶
func (o *TenantCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*TenantCreate) GetName ¶
func (o *TenantCreate) GetName() string
GetName returns the Name field value
func (*TenantCreate) GetNameOk ¶
func (o *TenantCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TenantCreate) HasAttributes ¶
func (o *TenantCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TenantCreate) HasDescription ¶
func (o *TenantCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (TenantCreate) MarshalJSON ¶
func (o TenantCreate) MarshalJSON() ([]byte, error)
func (*TenantCreate) SetAttributes ¶
func (o *TenantCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*TenantCreate) SetDescription ¶
func (o *TenantCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
type TenantRead ¶
type TenantRead struct { // A unique id by which Permit will identify the tenant. The tenant key must be url-friendly (slugified). Key string `json:"key"` // Unique id of the tenant Id string `json:"id"` // Unique id of the organization that the tenant belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the tenant belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the tenant belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the tenant was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the tenant was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // Date and time when the tenant was last active (ISO_8601 format). In other words, this is the last time a permission check was done on a resource belonging to this tenant. LastActionAt time.Time `json:"last_action_at"` // A descriptive name for the tenant Name string `json:"name"` // an optional longer description of the tenant Description *string `json:"description,omitempty"` // Arbitraty tenant attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
TenantRead struct for TenantRead
func NewTenantRead ¶
func NewTenantRead(key string, id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, lastActionAt time.Time, name string) *TenantRead
NewTenantRead instantiates a new TenantRead 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 NewTenantReadWithDefaults ¶
func NewTenantReadWithDefaults() *TenantRead
NewTenantReadWithDefaults instantiates a new TenantRead 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 (*TenantRead) GetAttributes ¶
func (o *TenantRead) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TenantRead) GetAttributesOk ¶
func (o *TenantRead) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantRead) GetCreatedAt ¶
func (o *TenantRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TenantRead) GetCreatedAtOk ¶
func (o *TenantRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TenantRead) GetDescription ¶
func (o *TenantRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TenantRead) GetDescriptionOk ¶
func (o *TenantRead) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantRead) GetEnvironmentId ¶
func (o *TenantRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*TenantRead) GetEnvironmentIdOk ¶
func (o *TenantRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*TenantRead) GetIdOk ¶
func (o *TenantRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TenantRead) GetKeyOk ¶
func (o *TenantRead) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*TenantRead) GetLastActionAt ¶
func (o *TenantRead) GetLastActionAt() time.Time
GetLastActionAt returns the LastActionAt field value
func (*TenantRead) GetLastActionAtOk ¶
func (o *TenantRead) GetLastActionAtOk() (*time.Time, bool)
GetLastActionAtOk returns a tuple with the LastActionAt field value and a boolean to check if the value has been set.
func (*TenantRead) GetName ¶
func (o *TenantRead) GetName() string
GetName returns the Name field value
func (*TenantRead) GetNameOk ¶
func (o *TenantRead) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TenantRead) GetOrganizationId ¶
func (o *TenantRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*TenantRead) GetOrganizationIdOk ¶
func (o *TenantRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*TenantRead) GetProjectId ¶
func (o *TenantRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*TenantRead) GetProjectIdOk ¶
func (o *TenantRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*TenantRead) GetUpdatedAt ¶
func (o *TenantRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*TenantRead) GetUpdatedAtOk ¶
func (o *TenantRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*TenantRead) HasAttributes ¶
func (o *TenantRead) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TenantRead) HasDescription ¶
func (o *TenantRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (TenantRead) MarshalJSON ¶
func (o TenantRead) MarshalJSON() ([]byte, error)
func (*TenantRead) SetAttributes ¶
func (o *TenantRead) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*TenantRead) SetCreatedAt ¶
func (o *TenantRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TenantRead) SetDescription ¶
func (o *TenantRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TenantRead) SetEnvironmentId ¶
func (o *TenantRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*TenantRead) SetLastActionAt ¶
func (o *TenantRead) SetLastActionAt(v time.Time)
SetLastActionAt sets field value
func (*TenantRead) SetOrganizationId ¶
func (o *TenantRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*TenantRead) SetProjectId ¶
func (o *TenantRead) SetProjectId(v string)
SetProjectId sets field value
func (*TenantRead) SetUpdatedAt ¶
func (o *TenantRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type TenantUpdate ¶
type TenantUpdate struct { // A descriptive name for the tenant Name *string `json:"name,omitempty"` // an optional longer description of the tenant Description *string `json:"description,omitempty"` // Arbitraty tenant attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
TenantUpdate struct for TenantUpdate
func NewTenantUpdate ¶
func NewTenantUpdate() *TenantUpdate
NewTenantUpdate instantiates a new TenantUpdate 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 NewTenantUpdateWithDefaults ¶
func NewTenantUpdateWithDefaults() *TenantUpdate
NewTenantUpdateWithDefaults instantiates a new TenantUpdate 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 (*TenantUpdate) GetAttributes ¶
func (o *TenantUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*TenantUpdate) GetAttributesOk ¶
func (o *TenantUpdate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantUpdate) GetDescription ¶
func (o *TenantUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*TenantUpdate) GetDescriptionOk ¶
func (o *TenantUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantUpdate) GetName ¶
func (o *TenantUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*TenantUpdate) GetNameOk ¶
func (o *TenantUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantUpdate) HasAttributes ¶
func (o *TenantUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*TenantUpdate) HasDescription ¶
func (o *TenantUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*TenantUpdate) HasName ¶
func (o *TenantUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (TenantUpdate) MarshalJSON ¶
func (o TenantUpdate) MarshalJSON() ([]byte, error)
func (*TenantUpdate) SetAttributes ¶
func (o *TenantUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*TenantUpdate) SetDescription ¶
func (o *TenantUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*TenantUpdate) SetName ¶
func (o *TenantUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type UrlMatchType ¶ added in v1.2.4
type UrlMatchType string
UrlMatchType defines the type of URL matching
const ( // URLMatchTypeRegex indicates regex URL matching URLMatchTypeRegex UrlMatchType = "regex" )
func (*UrlMatchType) UnmarshalJSON ¶ added in v1.2.4
func (u *UrlMatchType) UnmarshalJSON(data []byte) error
UnmarshalJSON supports both string and custom type for UrlMatchType
type UserCreate ¶
type UserCreate struct { // A unique id by which Permit will identify the user for permission checks. Key string `json:"key"` // The email of the user. If synced, will be unique inside the environment. Email *string `json:"email,omitempty"` // First name of the user. FirstName *string `json:"first_name,omitempty"` // Last name of the user. LastName *string `json:"last_name,omitempty"` // Arbitraty user attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
UserCreate struct for UserCreate
func NewUserCreate ¶
func NewUserCreate(key string) *UserCreate
NewUserCreate instantiates a new UserCreate 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 NewUserCreateWithDefaults ¶
func NewUserCreateWithDefaults() *UserCreate
NewUserCreateWithDefaults instantiates a new UserCreate 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 (*UserCreate) GetAttributes ¶
func (o *UserCreate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*UserCreate) GetAttributesOk ¶
func (o *UserCreate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) GetEmail ¶
func (o *UserCreate) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UserCreate) GetEmailOk ¶
func (o *UserCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) GetFirstName ¶
func (o *UserCreate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserCreate) GetFirstNameOk ¶
func (o *UserCreate) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) GetKeyOk ¶
func (o *UserCreate) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*UserCreate) GetLastName ¶
func (o *UserCreate) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*UserCreate) GetLastNameOk ¶
func (o *UserCreate) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCreate) HasAttributes ¶
func (o *UserCreate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*UserCreate) HasEmail ¶
func (o *UserCreate) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UserCreate) HasFirstName ¶
func (o *UserCreate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*UserCreate) HasLastName ¶
func (o *UserCreate) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (UserCreate) MarshalJSON ¶
func (o UserCreate) MarshalJSON() ([]byte, error)
func (*UserCreate) SetAttributes ¶
func (o *UserCreate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*UserCreate) SetEmail ¶
func (o *UserCreate) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UserCreate) SetFirstName ¶
func (o *UserCreate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserCreate) SetLastName ¶
func (o *UserCreate) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
type UserData ¶
type UserData struct { RoleAssignments *map[string][]string `json:"roleAssignments,omitempty"` Attributes *map[string]Attributes `json:"attributes,omitempty"` }
UserData struct for UserData
func NewUserData ¶
func NewUserData() *UserData
NewUserData instantiates a new UserData 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 NewUserDataWithDefaults ¶
func NewUserDataWithDefaults() *UserData
NewUserDataWithDefaults instantiates a new UserData 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 (*UserData) GetAttributes ¶
func (o *UserData) GetAttributes() map[string]Attributes
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*UserData) GetAttributesOk ¶
func (o *UserData) GetAttributesOk() (*map[string]Attributes, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserData) GetRoleAssignments ¶
GetRoleAssignments returns the RoleAssignments field value if set, zero value otherwise.
func (*UserData) GetRoleAssignmentsOk ¶
GetRoleAssignmentsOk returns a tuple with the RoleAssignments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserData) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*UserData) HasRoleAssignments ¶
HasRoleAssignments returns a boolean if a field has been set.
func (UserData) MarshalJSON ¶
func (*UserData) SetAttributes ¶
func (o *UserData) SetAttributes(v map[string]Attributes)
SetAttributes gets a reference to the given map[string]Attributes and assigns it to the Attributes field.
func (*UserData) SetRoleAssignments ¶
SetRoleAssignments gets a reference to the given map[string][]string and assigns it to the RoleAssignments field.
type UserLoginRequestInput ¶
type UserLoginRequestInput struct { // ID or key of the user for whom to generate a token UserId string `json:"user_id"` // ID or key of the tenant to which access is requested TenantId string `json:"tenant_id"` }
UserLoginRequestInput struct for UserLoginRequestInput
func NewUserLoginRequestInput ¶
func NewUserLoginRequestInput(userId string, tenantId string) *UserLoginRequestInput
NewUserLoginRequestInput instantiates a new UserLoginRequestInput 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 NewUserLoginRequestInputWithDefaults ¶
func NewUserLoginRequestInputWithDefaults() *UserLoginRequestInput
NewUserLoginRequestInputWithDefaults instantiates a new UserLoginRequestInput 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 (*UserLoginRequestInput) GetTenantId ¶
func (o *UserLoginRequestInput) GetTenantId() string
GetTenantId returns the TenantId field value
func (*UserLoginRequestInput) GetTenantIdOk ¶
func (o *UserLoginRequestInput) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*UserLoginRequestInput) GetUserId ¶
func (o *UserLoginRequestInput) GetUserId() string
GetUserId returns the UserId field value
func (*UserLoginRequestInput) GetUserIdOk ¶
func (o *UserLoginRequestInput) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (UserLoginRequestInput) MarshalJSON ¶
func (o UserLoginRequestInput) MarshalJSON() ([]byte, error)
func (*UserLoginRequestInput) SetTenantId ¶
func (o *UserLoginRequestInput) SetTenantId(v string)
SetTenantId sets field value
func (*UserLoginRequestInput) SetUserId ¶
func (o *UserLoginRequestInput) SetUserId(v string)
SetUserId sets field value
type UserRead ¶
type UserRead struct { // A unique id by which Permit will identify the user for permission checks. Key string `json:"key"` // Unique id of the user Id string `json:"id"` // Unique id of the organization that the user belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the user belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the user belongs to. EnvironmentId string `json:"environment_id"` Roles []UserRole `json:"roles,omitempty"` // The email of the user. If synced, will be unique inside the environment. Email *string `json:"email,omitempty"` // First name of the user. FirstName *string `json:"first_name,omitempty"` // Last name of the user. LastName *string `json:"last_name,omitempty"` // Arbitraty user attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
UserRead struct for UserRead
func NewUserRead ¶
func NewUserRead(key string, id string, organizationId string, projectId string, environmentId string) *UserRead
NewUserRead instantiates a new UserRead 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 NewUserReadWithDefaults ¶
func NewUserReadWithDefaults() *UserRead
NewUserReadWithDefaults instantiates a new UserRead 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 (*UserRead) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*UserRead) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRead) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRead) GetEnvironmentId ¶
GetEnvironmentId returns the EnvironmentId field value
func (*UserRead) GetEnvironmentIdOk ¶
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*UserRead) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserRead) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRead) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserRead) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*UserRead) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*UserRead) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRead) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*UserRead) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*UserRead) GetProjectId ¶
GetProjectId returns the ProjectId field value
func (*UserRead) GetProjectIdOk ¶
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*UserRead) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRead) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*UserRead) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*UserRead) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (UserRead) MarshalJSON ¶
func (*UserRead) SetAttributes ¶
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*UserRead) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UserRead) SetEnvironmentId ¶
SetEnvironmentId sets field value
func (*UserRead) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserRead) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*UserRead) SetOrganizationId ¶
SetOrganizationId sets field value
func (*UserRead) SetProjectId ¶
SetProjectId sets field value
type UserRole ¶
type UserRole struct { // the role that is assigned Role string `json:"role"` // the tenant the role is associated with Tenant string `json:"tenant"` }
UserRole struct for UserRole
func NewUserRole ¶
NewUserRole instantiates a new UserRole 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 NewUserRoleWithDefaults ¶
func NewUserRoleWithDefaults() *UserRole
NewUserRoleWithDefaults instantiates a new UserRole 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 (*UserRole) GetRoleOk ¶
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*UserRole) GetTenantOk ¶
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (UserRole) MarshalJSON ¶
type UserRoleCreate ¶
type UserRoleCreate struct { // the role that will be assigned (accepts either the role id or the role key) Role string `json:"role"` // the tenant the role is associated with (accepts either the tenant id or the tenant key) Tenant string `json:"tenant"` // the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance) ResourceInstance *string `json:"resource_instance,omitempty"` }
UserRoleCreate struct for UserRoleCreate
func NewUserRoleCreate ¶
func NewUserRoleCreate(role string, tenant string) *UserRoleCreate
NewUserRoleCreate instantiates a new UserRoleCreate 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 NewUserRoleCreateWithDefaults ¶
func NewUserRoleCreateWithDefaults() *UserRoleCreate
NewUserRoleCreateWithDefaults instantiates a new UserRoleCreate 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 (*UserRoleCreate) GetResourceInstance ¶ added in v1.0.8
func (o *UserRoleCreate) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*UserRoleCreate) GetResourceInstanceOk ¶ added in v1.0.8
func (o *UserRoleCreate) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRoleCreate) GetRole ¶
func (o *UserRoleCreate) GetRole() string
GetRole returns the Role field value
func (*UserRoleCreate) GetRoleOk ¶
func (o *UserRoleCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*UserRoleCreate) GetTenant ¶
func (o *UserRoleCreate) GetTenant() string
GetTenant returns the Tenant field value
func (*UserRoleCreate) GetTenantOk ¶
func (o *UserRoleCreate) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*UserRoleCreate) HasResourceInstance ¶ added in v1.0.8
func (o *UserRoleCreate) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (UserRoleCreate) MarshalJSON ¶
func (o UserRoleCreate) MarshalJSON() ([]byte, error)
func (*UserRoleCreate) SetResourceInstance ¶ added in v1.0.8
func (o *UserRoleCreate) SetResourceInstance(v string)
SetResourceInstance gets a reference to the given string and assigns it to the ResourceInstance field.
func (*UserRoleCreate) SetRole ¶
func (o *UserRoleCreate) SetRole(v string)
SetRole sets field value
func (*UserRoleCreate) SetTenant ¶
func (o *UserRoleCreate) SetTenant(v string)
SetTenant sets field value
func (UserRoleCreate) ToMap ¶ added in v1.0.8
func (o UserRoleCreate) ToMap() (map[string]interface{}, error)
func (*UserRoleCreate) UnmarshalJSON ¶ added in v1.0.8
func (o *UserRoleCreate) UnmarshalJSON(data []byte) (err error)
type UserRoleRemove ¶
type UserRoleRemove struct { // the role that will be unassigned (accepts either the role id or the role key) Role string `json:"role"` // the tenant the role is associated with (accepts either the tenant id or the tenant key) Tenant string `json:"tenant"` // the resource instance the role is associated with (accepts either the resource instance id or key using this format resource_type:resource_instance) ResourceInstance *string `json:"resource_instance,omitempty"` }
UserRoleRemove struct for UserRoleRemove
func NewUserRoleRemove ¶
func NewUserRoleRemove(role string, tenant string) *UserRoleRemove
NewUserRoleRemove instantiates a new UserRoleRemove 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 NewUserRoleRemoveWithDefaults ¶
func NewUserRoleRemoveWithDefaults() *UserRoleRemove
NewUserRoleRemoveWithDefaults instantiates a new UserRoleRemove 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 (*UserRoleRemove) GetResourceInstance ¶ added in v1.2.4
func (o *UserRoleRemove) GetResourceInstance() string
GetResourceInstance returns the ResourceInstance field value if set, zero value otherwise.
func (*UserRoleRemove) GetResourceInstanceOk ¶ added in v1.2.4
func (o *UserRoleRemove) GetResourceInstanceOk() (*string, bool)
GetResourceInstanceOk returns a tuple with the ResourceInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserRoleRemove) GetRole ¶
func (o *UserRoleRemove) GetRole() string
GetRole returns the Role field value
func (*UserRoleRemove) GetRoleOk ¶
func (o *UserRoleRemove) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*UserRoleRemove) GetTenant ¶
func (o *UserRoleRemove) GetTenant() string
GetTenant returns the Tenant field value
func (*UserRoleRemove) GetTenantOk ¶
func (o *UserRoleRemove) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field value and a boolean to check if the value has been set.
func (*UserRoleRemove) HasResourceInstance ¶ added in v1.2.4
func (o *UserRoleRemove) HasResourceInstance() bool
HasResourceInstance returns a boolean if a field has been set.
func (UserRoleRemove) MarshalJSON ¶
func (o UserRoleRemove) MarshalJSON() ([]byte, error)
func (*UserRoleRemove) SetResourceInstance ¶ added in v1.2.4
func (o *UserRoleRemove) SetResourceInstance(v string)
SetResourceInstance gets a reference to the given string and assigns it to the ResourceInstance field.
func (*UserRoleRemove) SetRole ¶
func (o *UserRoleRemove) SetRole(v string)
SetRole sets field value
func (*UserRoleRemove) SetTenant ¶
func (o *UserRoleRemove) SetTenant(v string)
SetTenant sets field value
type UserSets ¶ added in v0.0.10
type UserSets struct { // Objects to include (use * as wildcard) Include []string `json:"include,omitempty"` // Object to exclude (use * as wildcard) Exclude []string `json:"exclude,omitempty"` }
UserSets User sets to copy
func NewUserSets ¶ added in v0.0.10
func NewUserSets() *UserSets
NewUserSets instantiates a new UserSets 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 NewUserSetsWithDefaults ¶ added in v0.0.10
func NewUserSetsWithDefaults() *UserSets
NewUserSetsWithDefaults instantiates a new UserSets 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 (*UserSets) GetExclude ¶ added in v0.0.10
GetExclude returns the Exclude field value if set, zero value otherwise.
func (*UserSets) GetExcludeOk ¶ added in v0.0.10
GetExcludeOk returns a tuple with the Exclude field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSets) GetInclude ¶ added in v0.0.10
GetInclude returns the Include field value if set, zero value otherwise.
func (*UserSets) GetIncludeOk ¶ added in v0.0.10
GetIncludeOk returns a tuple with the Include field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserSets) HasExclude ¶ added in v0.0.10
HasExclude returns a boolean if a field has been set.
func (*UserSets) HasInclude ¶ added in v0.0.10
HasInclude returns a boolean if a field has been set.
func (UserSets) MarshalJSON ¶ added in v0.0.10
func (*UserSets) SetExclude ¶ added in v0.0.10
SetExclude gets a reference to the given []string and assigns it to the Exclude field.
func (*UserSets) SetInclude ¶ added in v0.0.10
SetInclude gets a reference to the given []string and assigns it to the Include field.
type UserUpdate ¶
type UserUpdate struct { // The email of the user. If synced, will be unique inside the environment. Email *string `json:"email,omitempty"` // First name of the user. FirstName *string `json:"first_name,omitempty"` // Last name of the user. LastName *string `json:"last_name,omitempty"` // Arbitraty user attributes that will be used to enforce attribute-based access control policies. Attributes map[string]interface{} `json:"attributes,omitempty"` }
UserUpdate struct for UserUpdate
func NewUserUpdate ¶
func NewUserUpdate() *UserUpdate
NewUserUpdate instantiates a new UserUpdate 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 NewUserUpdateWithDefaults ¶
func NewUserUpdateWithDefaults() *UserUpdate
NewUserUpdateWithDefaults instantiates a new UserUpdate 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 (*UserUpdate) GetAttributes ¶
func (o *UserUpdate) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*UserUpdate) GetAttributesOk ¶
func (o *UserUpdate) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) GetEmail ¶
func (o *UserUpdate) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*UserUpdate) GetEmailOk ¶
func (o *UserUpdate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) GetFirstName ¶
func (o *UserUpdate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*UserUpdate) GetFirstNameOk ¶
func (o *UserUpdate) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) GetLastName ¶
func (o *UserUpdate) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise.
func (*UserUpdate) GetLastNameOk ¶
func (o *UserUpdate) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserUpdate) HasAttributes ¶
func (o *UserUpdate) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*UserUpdate) HasEmail ¶
func (o *UserUpdate) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*UserUpdate) HasFirstName ¶
func (o *UserUpdate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*UserUpdate) HasLastName ¶
func (o *UserUpdate) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (UserUpdate) MarshalJSON ¶
func (o UserUpdate) MarshalJSON() ([]byte, error)
func (*UserUpdate) SetAttributes ¶
func (o *UserUpdate) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*UserUpdate) SetEmail ¶
func (o *UserUpdate) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*UserUpdate) SetFirstName ¶
func (o *UserUpdate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*UserUpdate) SetLastName ¶
func (o *UserUpdate) SetLastName(v string)
SetLastName gets a reference to the given string and assigns it to the LastName field.
type ValidationError ¶
type ValidationError struct { Loc []LocationInner `json:"loc"` Msg string `json:"msg"` Type string `json:"type"` }
ValidationError struct for ValidationError
func NewValidationError ¶
func NewValidationError(loc []LocationInner, msg string, type_ string) *ValidationError
NewValidationError instantiates a new ValidationError 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 NewValidationErrorWithDefaults ¶
func NewValidationErrorWithDefaults() *ValidationError
NewValidationErrorWithDefaults instantiates a new ValidationError 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 (*ValidationError) GetLoc ¶
func (o *ValidationError) GetLoc() []LocationInner
GetLoc returns the Loc field value
func (*ValidationError) GetLocOk ¶
func (o *ValidationError) GetLocOk() ([]LocationInner, bool)
GetLocOk returns a tuple with the Loc field value and a boolean to check if the value has been set.
func (*ValidationError) GetMsg ¶
func (o *ValidationError) GetMsg() string
GetMsg returns the Msg field value
func (*ValidationError) GetMsgOk ¶
func (o *ValidationError) GetMsgOk() (*string, bool)
GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.
func (*ValidationError) GetType ¶
func (o *ValidationError) GetType() string
GetType returns the Type field value
func (*ValidationError) GetTypeOk ¶
func (o *ValidationError) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ValidationError) MarshalJSON ¶
func (o ValidationError) MarshalJSON() ([]byte, error)
func (*ValidationError) SetLoc ¶
func (o *ValidationError) SetLoc(v []LocationInner)
SetLoc sets field value
func (*ValidationError) SetType ¶
func (o *ValidationError) SetType(v string)
SetType sets field value
type WebhookCreate ¶
type WebhookCreate struct { // The url to POST the webhook to Url string `json:"url"` // An optional bearer token to use to authenticate the request BearerToken *string `json:"bearer_token,omitempty"` }
WebhookCreate struct for WebhookCreate
func NewWebhookCreate ¶
func NewWebhookCreate(url string) *WebhookCreate
NewWebhookCreate instantiates a new WebhookCreate 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 NewWebhookCreateWithDefaults ¶
func NewWebhookCreateWithDefaults() *WebhookCreate
NewWebhookCreateWithDefaults instantiates a new WebhookCreate 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 (*WebhookCreate) GetBearerToken ¶
func (o *WebhookCreate) GetBearerToken() string
GetBearerToken returns the BearerToken field value if set, zero value otherwise.
func (*WebhookCreate) GetBearerTokenOk ¶
func (o *WebhookCreate) GetBearerTokenOk() (*string, bool)
GetBearerTokenOk returns a tuple with the BearerToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookCreate) GetUrl ¶
func (o *WebhookCreate) GetUrl() string
GetUrl returns the Url field value
func (*WebhookCreate) GetUrlOk ¶
func (o *WebhookCreate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*WebhookCreate) HasBearerToken ¶
func (o *WebhookCreate) HasBearerToken() bool
HasBearerToken returns a boolean if a field has been set.
func (WebhookCreate) MarshalJSON ¶
func (o WebhookCreate) MarshalJSON() ([]byte, error)
func (*WebhookCreate) SetBearerToken ¶
func (o *WebhookCreate) SetBearerToken(v string)
SetBearerToken gets a reference to the given string and assigns it to the BearerToken field.
type WebhookRead ¶
type WebhookRead struct { // Unique id of the webhook Id string `json:"id"` // Unique id of the organization that the webhook belongs to. OrganizationId string `json:"organization_id"` // Unique id of the project that the webhook belongs to. ProjectId string `json:"project_id"` // Unique id of the environment that the webhook belongs to. EnvironmentId string `json:"environment_id"` // Date and time when the webhook was created (ISO_8601 format). CreatedAt time.Time `json:"created_at"` // Date and time when the webhook was last updated/modified (ISO_8601 format). UpdatedAt time.Time `json:"updated_at"` // The url to POST the webhook to Url string `json:"url"` }
WebhookRead struct for WebhookRead
func NewWebhookRead ¶
func NewWebhookRead(id string, organizationId string, projectId string, environmentId string, createdAt time.Time, updatedAt time.Time, url string) *WebhookRead
NewWebhookRead instantiates a new WebhookRead 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 NewWebhookReadWithDefaults ¶
func NewWebhookReadWithDefaults() *WebhookRead
NewWebhookReadWithDefaults instantiates a new WebhookRead 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 (*WebhookRead) GetCreatedAt ¶
func (o *WebhookRead) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookRead) GetCreatedAtOk ¶
func (o *WebhookRead) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookRead) GetEnvironmentId ¶
func (o *WebhookRead) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value
func (*WebhookRead) GetEnvironmentIdOk ¶
func (o *WebhookRead) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field value and a boolean to check if the value has been set.
func (*WebhookRead) GetIdOk ¶
func (o *WebhookRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookRead) GetOrganizationId ¶
func (o *WebhookRead) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*WebhookRead) GetOrganizationIdOk ¶
func (o *WebhookRead) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*WebhookRead) GetProjectId ¶
func (o *WebhookRead) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*WebhookRead) GetProjectIdOk ¶
func (o *WebhookRead) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*WebhookRead) GetUpdatedAt ¶
func (o *WebhookRead) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*WebhookRead) GetUpdatedAtOk ¶
func (o *WebhookRead) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*WebhookRead) GetUrl ¶
func (o *WebhookRead) GetUrl() string
GetUrl returns the Url field value
func (*WebhookRead) GetUrlOk ¶
func (o *WebhookRead) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (WebhookRead) MarshalJSON ¶
func (o WebhookRead) MarshalJSON() ([]byte, error)
func (*WebhookRead) SetCreatedAt ¶
func (o *WebhookRead) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookRead) SetEnvironmentId ¶
func (o *WebhookRead) SetEnvironmentId(v string)
SetEnvironmentId sets field value
func (*WebhookRead) SetOrganizationId ¶
func (o *WebhookRead) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*WebhookRead) SetProjectId ¶
func (o *WebhookRead) SetProjectId(v string)
SetProjectId sets field value
func (*WebhookRead) SetUpdatedAt ¶
func (o *WebhookRead) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type WebhookUpdate ¶
type WebhookUpdate struct { // The url to POST the webhook to Url *string `json:"url,omitempty"` // An optional bearer token to use to authenticate the request BearerToken *string `json:"bearer_token,omitempty"` }
WebhookUpdate struct for WebhookUpdate
func NewWebhookUpdate ¶
func NewWebhookUpdate() *WebhookUpdate
NewWebhookUpdate instantiates a new WebhookUpdate 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 NewWebhookUpdateWithDefaults ¶
func NewWebhookUpdateWithDefaults() *WebhookUpdate
NewWebhookUpdateWithDefaults instantiates a new WebhookUpdate 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 (*WebhookUpdate) GetBearerToken ¶
func (o *WebhookUpdate) GetBearerToken() string
GetBearerToken returns the BearerToken field value if set, zero value otherwise.
func (*WebhookUpdate) GetBearerTokenOk ¶
func (o *WebhookUpdate) GetBearerTokenOk() (*string, bool)
GetBearerTokenOk returns a tuple with the BearerToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookUpdate) GetUrl ¶
func (o *WebhookUpdate) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*WebhookUpdate) GetUrlOk ¶
func (o *WebhookUpdate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookUpdate) HasBearerToken ¶
func (o *WebhookUpdate) HasBearerToken() bool
HasBearerToken returns a boolean if a field has been set.
func (*WebhookUpdate) HasUrl ¶
func (o *WebhookUpdate) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (WebhookUpdate) MarshalJSON ¶
func (o WebhookUpdate) MarshalJSON() ([]byte, error)
func (*WebhookUpdate) SetBearerToken ¶
func (o *WebhookUpdate) SetBearerToken(v string)
SetBearerToken gets a reference to the given string and assigns it to the BearerToken field.
func (*WebhookUpdate) SetUrl ¶
func (o *WebhookUpdate) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
Source Files
¶
- client.go
- model_action_block_editable.go
- model_action_block_read.go
- model_actor.go
- model_add_role_permissions.go
- model_api_key_create.go
- model_api_key_owner_type.go
- model_api_key_read.go
- model_api_key_scope_read.go
- model_attribute_block_editable.go
- model_attribute_block_read.go
- model_attribute_type.go
- model_attributes.go
- model_auth_mechanism.go
- model_authn_me_api_key_read.go
- model_authn_me_member_read.go
- model_authn_me_read.go
- model_authn_me_user_read.go
- model_bulk_role_assignment_report.go
- model_bulk_role_un_assignment_report.go
- model_condition_set_create.go
- model_condition_set_data.go
- model_condition_set_read.go
- model_condition_set_rule_create.go
- model_condition_set_rule_read.go
- model_condition_set_rule_remove.go
- model_condition_set_type.go
- model_condition_set_update.go
- model_copy_environment_scope_roles.go
- model_data_source_config.go
- model_data_source_entry.go
- model_derived_role.go
- model_derived_role_block_edit.go
- model_derived_role_block_read.go
- model_derived_role_rule.go
- model_derived_role_rule_create.go
- model_derived_role_rule_delete.go
- model_derived_role_rule_read.go
- model_dev_login.go
- model_elements_config_create.go
- model_elements_config_read.go
- model_elements_config_update.go
- model_elements_env_read.go
- model_elements_env_update.go
- model_elements_permission_level.go
- model_elements_role_read.go
- model_elements_type.go
- model_elements_user_create.go
- model_elements_user_role_create.go
- model_elements_user_role_remove.go
- model_embedded_login_request_output.go
- model_environment_copy.go
- model_environment_copy_scope.go
- model_environment_copy_scope_filters.go
- model_environment_copy_target.go
- model_environment_create.go
- model_environment_read.go
- model_environment_stats.go
- model_environment_update.go
- model_failed_invite.go
- model_full_data.go
- model_http_validation_error.go
- model_identity_read.go
- model_invite_attempt_result.go
- model_invite_create.go
- model_invite_read.go
- model_invite_status.go
- model_jwks.go
- model_labels.go
- model_language_instructions.go
- model_location_inner.go
- model_login_result.go
- model_mapping_rule.go
- model_member_access_level.go
- model_member_access_obj.go
- model_methods.go
- model_multi_invite_result.go
- model_new.go
- model_onboarding_step.go
- model_opa_decision_log.go
- model_opal_client.go
- model_org_member_read.go
- model_org_member_update.go
- model_organization_create.go
- model_organization_read.go
- model_organization_read_with_api_key.go
- model_organization_update.go
- model_paginated_result_api_key_read_.go
- model_paginated_result_condition_set_read_.go
- model_paginated_result_elements_config_read_.go
- model_paginated_result_opa_decision_log_.go
- model_paginated_result_relation_read_.go
- model_paginated_result_resource_role_read_.go
- model_paginated_result_user_read_.go
- model_parent_id.go
- model_pdp.go
- model_pdp_config_read.go
- model_pdp_context.go
- model_pdp_state.go
- model_pdp_state_update.go
- model_pdp_values.go
- model_permission_level_role_read.go
- model_permit_backend__schemas__schema_derived_role_rule__derivation_settings.go
- model_permit_backend__schemas__schema_opal_data__derivation_settings.go
- model_policy_repo_create.go
- model_policy_repo_read.go
- model_policy_repo_status.go
- model_programming_language.go
- model_project_create.go
- model_project_read.go
- model_project_update.go
- model_proxy_config_create.go
- model_proxy_config_read.go
- model_proxy_config_update.go
- model_relation_block_read.go
- model_relation_create.go
- model_relation_read.go
- model_relationship_tuple_block_read.go
- model_relationship_tuple_create.go
- model_relationship_tuple_create_bulk_operation.go
- model_relationship_tuple_delete.go
- model_relationship_tuple_delete_bulk_operation.go
- model_relationship_tuple_obj.go
- model_relationship_tuple_read.go
- model_remote_config.go
- model_remove_role_permissions.go
- model_resource_action_create.go
- model_resource_action_group_create.go
- model_resource_action_group_read.go
- model_resource_action_read.go
- model_resource_action_update.go
- model_resource_attribute_create.go
- model_resource_attribute_read.go
- model_resource_attribute_update.go
- model_resource_create.go
- model_resource_id.go
- model_resource_instance_block_read.go
- model_resource_instance_create.go
- model_resource_instance_read.go
- model_resource_instance_update.go
- model_resource_read.go
- model_resource_replace.go
- model_resource_role_create.go
- model_resource_role_list.go
- model_resource_role_read.go
- model_resource_role_update.go
- model_resource_sets.go
- model_resource_update.go
- model_resources.go
- model_response_list_condition_sets_v2_schema__proj_id___env_id__condition_sets_get.go
- model_response_list_role_assignments_v2_facts__proj_id___env_id__role_assignments_get.go
- model_role_assignment_create.go
- model_role_assignment_detailed_read.go
- model_role_assignment_read.go
- model_role_assignment_remove.go
- model_role_assignment_resource_instance.go
- model_role_assignment_role.go
- model_role_assignment_tenant.go
- model_role_assignment_user.go
- model_role_block.go
- model_role_create.go
- model_role_data.go
- model_role_read.go
- model_role_update.go
- model_roles.go
- model_scope.go
- model_settings.go
- model_ssh_auth_data.go
- model_statistics.go
- model_stripped_relation_block_read.go
- model_target_env.go
- model_tenant_block_read.go
- model_tenant_create.go
- model_tenant_read.go
- model_tenant_update.go
- model_user_create.go
- model_user_data.go
- model_user_login_request_input.go
- model_user_read.go
- model_user_role.go
- model_user_role_create.go
- model_user_role_remove.go
- model_user_sets.go
- model_user_update.go
- model_validation_error.go
- model_webhook_create.go
- model_webhook_read.go
- model_webhook_update.go
- utils.go