identity

package
v1.12.0-beta.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Overview

Package identity -- generated by scloudgen !! DO NOT EDIT !!

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddGroupMember

func AddGroupMember(cmd *cobra.Command, args []string) error

AddGroupMember Adds a member to a given group.

func AddGroupRole

func AddGroupRole(cmd *cobra.Command, args []string) error

AddGroupRole Adds a role to a given group.

func AddMember

func AddMember(cmd *cobra.Command, args []string) error

AddMember Adds a member to a given tenant.

func AddPrincipalPublicKey added in v1.8.0

func AddPrincipalPublicKey(cmd *cobra.Command, args []string) error

AddPrincipalPublicKey Add service principal public key

func AddRolePermission

func AddRolePermission(cmd *cobra.Command, args []string) error

AddRolePermission Adds permissions to a role in a given tenant.

func CreateGroup

func CreateGroup(cmd *cobra.Command, args []string) error

CreateGroup Creates a new group in a given tenant.

func CreateIdentityProvider

func CreateIdentityProvider(cmd *cobra.Command, args []string) error

CreateIdentityProvider Create an Identity Provider.

func CreatePrincipal added in v1.11.0

func CreatePrincipal(cmd *cobra.Command, args []string) error

CreatePrincipal Create a new principal

func CreateRole

func CreateRole(cmd *cobra.Command, args []string) error

CreateRole Creates a new authorization role in a given tenant.

func CreateSamlClient

func CreateSamlClient(cmd *cobra.Command, args []string) error

CreateSamlClient Create a SAML client.

func DeleteGroup

func DeleteGroup(cmd *cobra.Command, args []string) error

DeleteGroup Deletes a group in a given tenant.

func DeleteIdentityProvider

func DeleteIdentityProvider(cmd *cobra.Command, args []string) error

DeleteIdentityProvider Deletes the Identity Provider.

func DeletePrincipalPublicKey added in v1.8.0

func DeletePrincipalPublicKey(cmd *cobra.Command, args []string) error

DeletePrincipalPublicKey Deletes principal public key

func DeleteRole

func DeleteRole(cmd *cobra.Command, args []string) error

DeleteRole Deletes a defined role for a given tenant.

func DeleteSamlClient

func DeleteSamlClient(cmd *cobra.Command, args []string) error

DeleteSamlClient Deletes the SAML client.

func GetEntitlements

func GetEntitlements(cmd *cobra.Command, args []string) error

GetEntitlements Returns the entitlements for the given tenant and client id

func GetGroup

func GetGroup(cmd *cobra.Command, args []string) error

GetGroup Returns information about a given group within a tenant.

func GetGroupMember

func GetGroupMember(cmd *cobra.Command, args []string) error

GetGroupMember Returns information about a given member within a given group.

func GetGroupRole

func GetGroupRole(cmd *cobra.Command, args []string) error

GetGroupRole Returns information about a given role within a given group.

func GetIdentityProvider

func GetIdentityProvider(cmd *cobra.Command, args []string) error

GetIdentityProvider Returns the Identity Provider for the given tenant.

func GetMember

func GetMember(cmd *cobra.Command, args []string) error

GetMember Returns a member of a given tenant.

func GetPrincipal

func GetPrincipal(cmd *cobra.Command, args []string) error

GetPrincipal Returns the details of a principal, including its tenant membership and any relevant profile information.

func GetPrincipalPublicKey added in v1.8.0

func GetPrincipalPublicKey(cmd *cobra.Command, args []string) error

GetPrincipalPublicKey Returns principal public key

func GetPrincipalPublicKeys added in v1.8.0

func GetPrincipalPublicKeys(cmd *cobra.Command, args []string) error

GetPrincipalPublicKeys Returns principal public keys

func GetRole

func GetRole(cmd *cobra.Command, args []string) error

GetRole Returns a role for a given tenant.

func GetRolePermission

func GetRolePermission(cmd *cobra.Command, args []string) error

GetRolePermission Gets a permission for the specified role.

func GetSamlClient

func GetSamlClient(cmd *cobra.Command, args []string) error

GetSamlClient Returns the SAML client.

func ListGroupMembers

func ListGroupMembers(cmd *cobra.Command, args []string) error

ListGroupMembers Returns a list of the members within a given group.

func ListGroupRoles

func ListGroupRoles(cmd *cobra.Command, args []string) error

ListGroupRoles Returns a list of the roles that are attached to a group within a given tenant.

func ListGroups

func ListGroups(cmd *cobra.Command, args []string) error

ListGroups List the groups that exist in a given tenant.

func ListIdentityProvider

func ListIdentityProvider(cmd *cobra.Command, args []string) error

ListIdentityProvider Returns the list of Identity Providers for the given tenant.

func ListMemberGroups

func ListMemberGroups(cmd *cobra.Command, args []string) error

ListMemberGroups Returns a list of groups that a member belongs to within a tenant.

func ListMemberPermissions

func ListMemberPermissions(cmd *cobra.Command, args []string) error

ListMemberPermissions Returns a set of permissions granted to the member within the tenant.

func ListMemberRoles

func ListMemberRoles(cmd *cobra.Command, args []string) error

ListMemberRoles Returns a set of roles that a given member holds within the tenant.

func ListMembers

func ListMembers(cmd *cobra.Command, args []string) error

ListMembers Returns a list of members in a given tenant.

func ListPrincipals

func ListPrincipals(cmd *cobra.Command, args []string) error

ListPrincipals Returns the list of principals that the Identity service knows about.

func ListRoleGroups

func ListRoleGroups(cmd *cobra.Command, args []string) error

ListRoleGroups Gets a list of groups for a role in a given tenant.

func ListRolePermissions

func ListRolePermissions(cmd *cobra.Command, args []string) error

ListRolePermissions Gets the permissions for a role in a given tenant.

func ListRoles

func ListRoles(cmd *cobra.Command, args []string) error

ListRoles Returns all roles for a given tenant.

func ListSamlClients

func ListSamlClients(cmd *cobra.Command, args []string) error

ListSamlClients List SAML clients.

func RemoveGroupMember

func RemoveGroupMember(cmd *cobra.Command, args []string) error

RemoveGroupMember Removes the member from a given group.

func RemoveGroupRole

func RemoveGroupRole(cmd *cobra.Command, args []string) error

RemoveGroupRole Removes a role from a given group.

func RemoveMember

func RemoveMember(cmd *cobra.Command, args []string) error

RemoveMember Removes a member from a given tenant

func RemoveRolePermission

func RemoveRolePermission(cmd *cobra.Command, args []string) error

RemoveRolePermission Removes a permission from the role.

func ResetPassword

func ResetPassword(cmd *cobra.Command, args []string) error

ResetPassword Sends an email which allows a principal to reset a forgotten password.

func RevokePrincipalAuthTokens

func RevokePrincipalAuthTokens(cmd *cobra.Command, args []string) error

RevokePrincipalAuthTokens Revoke all existing access tokens issued to a principal. Principals can reset their password by visiting https://login.splunk.com/en_us/page/lost_password

func UpdateEntitlements

func UpdateEntitlements(cmd *cobra.Command, args []string) error

UpdateEntitlements Update the entitlements for the given tenant and client id

func UpdateGroup

func UpdateGroup(cmd *cobra.Command, args []string) error

UpdateGroup Updates a group's display name or description.

func UpdateIdentityProvider

func UpdateIdentityProvider(cmd *cobra.Command, args []string) error

UpdateIdentityProvider Update the configuration for an Identity Provider.

func UpdatePassword

func UpdatePassword(cmd *cobra.Command, args []string) error

UpdatePassword Update principal password

func UpdatePrincipalPublicKey added in v1.8.0

func UpdatePrincipalPublicKey(cmd *cobra.Command, args []string) error

UpdatePrincipalPublicKey Update principal public key

func UpdateRole

func UpdateRole(cmd *cobra.Command, args []string) error

UpdateRole Update a role's display name or description for a given tenant.

func UpdateSamlClient

func UpdateSamlClient(cmd *cobra.Command, args []string) error

UpdateSamlClient Update the SAML client.

func ValidateToken

func ValidateToken(cmd *cobra.Command, args []string) error

ValidateToken Validates the access token obtained from the authorization header and returns the principal name and tenant memberships.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL