1apiVersion: iam.sonarqube.crossplane.io/v1alpha1
2kind: PermissionsTemplate
A PermissionsTemplateSpec defines the desired state of a PermissionsTemplate.
PermissionsTemplateParameters are the configurable fields of a PermissionsTemplate.
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.
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.
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"
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.
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"
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
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.
A PermissionsTemplateStatus represents the observed state of a PermissionsTemplate.
PermissionsTemplateObservation are the observable fields of a PermissionsTemplate.
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.
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.
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.
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.
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.
Conditions of the resource.