Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SelfPackagePath is the golang path for this package. SelfPackagePath = "github.com/crossplane-contrib/provider-keycloak/config/common" // PathServiceAccountRoleIDExtractor is the golang path to ARNExtractor function // in this package. PathServiceAccountRoleIDExtractor = SelfPackagePath + ".ServiceAccountRoleIDExtractor()" // PathAuthenticationFlowAliasExtractor is the golang path to ARNExtractor function // in this package. PathAuthenticationFlowAliasExtractor = SelfPackagePath + ".AuthenticationFlowAliasExtractor()" // PathUUIDExtractor is the golang path to UUIDExtractor function PathUUIDExtractor = SelfPackagePath + ".UUIDExtractor()" )
Variables ¶
This section is empty.
Functions ¶
func AuthenticationFlowAliasExtractor ¶ added in v0.22.0
func AuthenticationFlowAliasExtractor() reference.ExtractValueFn
AuthenticationFlowAliasExtractor extract Alias from AuthenticationFlow Ref
func ServiceAccountRoleIDExtractor ¶
func ServiceAccountRoleIDExtractor() reference.ExtractValueFn
ServiceAccountRoleIDExtractor returns a reference.ExtractValueFn that can be used to extract the ServiceAccountRoleID from a managed resource.
func UUIDExtractor ¶ added in v0.21.0
func UUIDExtractor() reference.ExtractValueFn
UUIDExtractor returns a reference.ExtractValueFn that can be used to extract the UUID from a managed resource.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.