File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 2323 queryResourceType :
2424 description : resource type for az resource query construction
2525 type : string
26+ groupConfig :
27+ description : Configuration for group references
28+ type : object
29+ properties :
30+ name :
31+ description : Name of a single group to reference with groupRef
32+ type : string
33+ names :
34+ description : List of group names to reference with groupsRef
35+ type : array
36+ items :
37+ type : string
38+ userAccess :
39+ description : Configuration for user references
40+ type : object
41+ properties :
42+ emails :
43+ description : List of user emails to reference with usersRef
44+ type : array
45+ items :
46+ type : string
47+ servicePrincipalConfig :
48+ description : Configuration for service principal references
49+ type : object
50+ properties :
51+ names :
52+ description : List of service principal names to reference with servicePrincipalsRef
53+ type : array
54+ items :
55+ type : string
2656 status :
2757 description : XRStatus defines the observed state of XR.
2858 type : object
You can’t perform that action at this time.
0 commit comments