microsoft.ad.as_guid 过滤器 – 将 LDAP 值转换为 GUID 字符串
注意
此过滤器插件是 microsoft.ad 集合 (版本 1.7.1) 的一部分。
如果您正在使用 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install microsoft.ad
。
要在剧本中使用它,请指定:microsoft.ad.as_guid
。
microsoft.ad 1.1.0 中的新增功能
概要
将 LDAP 字符串或原始值转换为 guid 字符串。
应与
microsoft.ad.ldap
插件一起使用,以将属性值转换为 guid 字符串。
输入
这描述了过滤器的输入,即 | microsoft.ad.as_guid
之前的值。
参数 |
注释 |
---|---|
表示存储在 LDAP 中的 GUID 的 LDAP 属性字节或字符串值。 如果使用字符串作为输入,则它必须是表示 GUID 字节的 base64 字符串。 |
另请参见
另请参见
- microsoft.ad.as_datetime
microsoft.ad.as_datetime 过滤器
- microsoft.ad.as_sid
microsoft.ad.as_sid 过滤器
- microsoft.ad.ldap
microsoft.ad.ldap 清单
示例
# This is an example used in the microsoft.ad.ldap plugin
attributes:
objectGuid: raw | microsoft.ad.as_guid
返回值
键 |
描述 |
---|---|
guid 字符串值。 返回:成功 |