PermissionsTemplateA PermissionsTemplate is an example API type.
TypeMR
Providerprovider-sonarqube
Groupiam.sonarqube.crossplane.io
Scopenamespaced
Versionv1alpha1

1apiVersion: iam.sonarqube.crossplane.io/v1alpha1

2kind: PermissionsTemplate

kind
string
metadata
object
spec
object

A PermissionsTemplateSpec defines the desired state of a PermissionsTemplate.

forProvider
required
object

PermissionsTemplateParameters are the configurable fields of a PermissionsTemplate.

array

CreatorPermissions is a list of permissions that apply to the creator of the project. This is an optional field that allows you to specify permissions for the project creator.

default
boolean
array

GroupPermissions is a list of permissions assigned to specific groups in the context of the PermissionsTemplate. This is an optional field that allows you to specify group-specific permissions for the PermissionsTemplate.

name
required
string
array

Permissions is a list of permissions assigned to the group. An empty list means that the group will be associated with the PermissionsTemplate but will not have any permissions. Allowed values are "admin", "codeviewer", "issueadmin", "securityhotspotadmin", "scan", "user"

name
required
string
array

UserPermissions is a list of permissions assigned to specific users in the context of the PermissionsTemplate. This is an optional field that allows you to specify user-specific permissions for the PermissionsTemplate.

login
required
string
permissions
required
array

Permissions is a list of permissions assigned to the user. This field is required and specifies the permissions the user has in the context of the Permission Template. Allowed values are "admin", "codeviewer", "issueadmin", "securityhotspotadmin", "scan", "user"

array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

kind
required
string
name
required
string
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

name
required
string
status
object

A PermissionsTemplateStatus represents the observed state of a PermissionsTemplate.

object

PermissionsTemplateObservation are the observable fields of a PermissionsTemplate.

createdAt
string
array

CreatorPermissions is a list of permissions that apply to the creator of the project. This reflects the actual permissions for the project creator in SonarQube.

default
required
boolean
description
required
string
array

GroupPermissions is a list of permissions assigned to specific groups in the context of the PermissionsTemplate. This reflects the actual group-specific permissions for the PermissionsTemplate in SonarQube.

name
required
string
permissions
required
array

Permissions represents the list of permissions assigned to the group in the context of the PermissionsTemplate. This field is observed from the SonarQube API and reflects the actual permissions assigned to the group for the PermissionsTemplate.

id
required
string
name
required
string
projectKeyPattern
required
string
updatedAt
string
array

UserPermissions is a list of permissions assigned to specific users in the context of the PermissionsTemplate. This reflects the actual user-specific permissions for the PermissionsTemplate in SonarQube.

login
required
string
permissions
required
array

Permissions is a list of permissions assigned to the user in the context of the PermissionsTemplate. This field is observed from the SonarQube API and reflects the actual permissions assigned to the user for the PermissionsTemplate.

array

Conditions of the resource.

lastTransitionTime
required
string
message
string
reason
required
string
status
required
string
type
required
string