Vcenter_Settings_V1_Config_Components_Authmanagement_GlobalPermission

Vcenter_Settings_V1_Config_Components_Authmanagement_GlobalPermission
Vcenter_Settings_V1_Config_Components_Authmanagement_GlobalPermission

GlobalPermissions structure This structure represents the configuration for Global Permissions. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example
{
    "principal": "Vcenter_Settings_V1_Config_Components_Authcommon_Principal Object",
    "role_ids": [
        0
    ],
    "role_names": [
        "string"
    ],
    "propagate": false
}
principal
Required

Principal with roles. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

array of integer
role_ids
Optional

Role Ids assigned to this Principal. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

array of string
role_names
Required

Role Names assigned to this Principal. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

boolean
propagate
Required

Propagating to child objects. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.