# Functions
ConvertToValidList converts provide list of rights to actual values that can be used for API call Converts []string{"a1", "b1"} to []string{"a2", "b2"} from map[string]string{"a1": "a2", "b1": "b2"}.
FlattenSliceToString converts ["value1", "value2"] to "value1,value2".
No description provided by the author
No description provided by the author
GenerateSchemaMap converts object into map according to object's json schema definition.
No description provided by the author
GetVarType returns variable type name as string.
NewAccount is Account constructor.
NewAuthenticationProfile is a AuthenticationProfile constructor.
NewCloudProvider is a CloudProvider constructor.
NewConnector is a Connector constructor.
NewDatabase is a Database constructor.
NewDesktopApp is a esktopApp constructor.
NewDirectoryObjects is a DirectoryObjects constructor.
NewDirectoryServices is a DirectoryServices constructor.
NewDomain is a Domain constructor.
NewFederatedGroup is a FederatedGroup constructor.
No description provided by the author
No description provided by the author
NewGroupMappings is a GroupMappings constructor.
NewManualSet is a ManualSet constructor.
NewManualSetWithType is another ManualSet constructor that initialise memberpermissions api endpiont.
NewMultiplexedAccount is a MultiplexedAccount constructor.
No description provided by the author
No description provided by the author
NewPasswordProfile is a PasswordProfile constructor.
NewPolicy is a policy constructor.
NewPolicyLinks is a policy link constructor.
NewRole is a role constructor.
NewRoleMembership is a role membership constructor.
No description provided by the author
NewSecret is a Secret constructor.
NewSecretFolder is a SecretFolder constructor.
NewService is a Service constructor.
NewSSHKey is a SSHKey constructor.
NewSystem is a System constructor.
NewUser is a user constructor.
RedRockQuery issues RedRock API query.
ResolvePermissions given a list of Permissions, resolve PrincipalID and convert the given rights to actual rights.
ResolvePermissions2 detects if PrincipalID is set, if not then resolve it.
No description provided by the author
# Variables
Right reppresents a struct of valid rights.
ValidPermissionMap represents a struct of valid permissions.
# Structs
AccessKey represents AWS access key.
Account - Encapsulates a single generic Account.
AdditionalData for AuthenticationProfile.
No description provided by the author
AuthenticationProfile - Encapsulates a single Authentication Profile.
No description provided by the author
ChallengeCondition represents a single challenge rule.
ChallengeRule represents a set of login rule.
ChallengeRules represents list of login rule set.
CloudProvider - Encapsulates a cloud provider.
Connector - Encapsulates a single Connector.
Database - Encapsulates a single Database.
DesktopApp - Encapsulates a single Generic DesktopApp.
DesktopAppParam - desktop app command line parameters.
DirectoryObject -.
DirectoryObjects -.
DirectoryService represents directory service.
DirectoryServices - Encapsulates Directory Services.
Domain - Encapsulates a single Domain.
FederatedGroup - Encapsulates a single Federated Group.
No description provided by the author
No description provided by the author
No description provided by the author
GroupMapping represents individual group mapping.
GroupMappings - Encapsulates Glboal Group Mappings.
ManualSet - Encapsulates a single Generic ManualSet.
MultiplexedAccount - Encapsulates a single MultiplexedAccount.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PasswordProfile - Encapsulates a single Password Profile.
Permission represents object permission.
Policy - Encapsulates a single policy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Authentication -> Centrify Services menu Authentication Policy for Centrify Services.
No description provided by the author
No description provided by the author
No description provided by the author
PolicyLink - encapsulates policy.
PolicyLinks - Encapsulates policy links.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Role - Encapsulates a single Generic Role.
RoleMember - Encapsulates a single role member.
RoleMembership - Encapsulates a single Generic RoleMembership.
No description provided by the author
No description provided by the author
Secret - Encapsulates a single generic secret.
SecretFolder - Encapsulates a single generic secret folder.
Service - Encapsulates a single Service.
SSHKey - Encapsulates a single generic SSHKey.
System - Encapsulates a single Generic System.
User - Encapsulates a single user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author