Skip to content

Storage/STG93 Update documents for UPN #5391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
/**
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
* identity values returned in the owner and group fields of each list entry will be transformed
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
* and application Object IDs are not translated because they do not have unique friendly names.
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
* the values will be returned as Azure Active Directory Object IDs. Note that group and
* application Object IDs are not translated because they do not have unique friendly names.
* More Details about UserPrincipalName, See
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
*/
Azure::Nullable<bool> UserPrincipalName;

Expand Down Expand Up @@ -770,9 +772,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
/**
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
* identity values returned in the owner and group fields of each list entry will be transformed
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
* and application Object IDs are not translated because they do not have unique friendly names.
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
* the values will be returned as Azure Active Directory Object IDs. Note that group and
* application Object IDs are not translated because they do not have unique friendly names.
* More Details about UserPrincipalName, See
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
*/
Nullable<bool> IncludeUserPrincipalName;
};
Expand All @@ -791,9 +795,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
/**
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
* identity values returned in the owner and group fields of each list entry will be transformed
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
* and application Object IDs are not translated because they do not have unique friendly names.
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
* the values will be returned as Azure Active Directory Object IDs. Note that group and
* application Object IDs are not translated because they do not have unique friendly names.
* More Details about UserPrincipalName, See
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
*/
Nullable<bool> IncludeUserPrincipalName;
};
Expand Down Expand Up @@ -824,9 +830,11 @@ namespace Azure { namespace Storage { namespace Files { namespace DataLake {
/**
* Valid only when Hierarchical Namespace is enabled for the account. If "true", the user
* identity values returned in the owner and group fields of each list entry will be transformed
* from Azure Active Directory Object IDs to User Principal Names. If "false", the values will
* be returned as Azure Active Directory Object IDs. The default value is false. Note that group
* and application Object IDs are not translated because they do not have unique friendly names.
* from Azure Active Directory Object IDs to User Principal Names. If "false" or not provided,
* the values will be returned as Azure Active Directory Object IDs. Note that group and
* application Object IDs are not translated because they do not have unique friendly names.
* More Details about UserPrincipalName, See
* https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-userprincipalname#what-is-userprincipalname
*/
Nullable<bool> IncludeUserPrincipalName;
};
Expand Down